Unable to add/get dns records #81
-
Describe the bugUnable to get/add dns records. PS /root> Get-HoloDeckDNSConfig -IP 10.1.1.1 holorouter-9.0.1.4048 Reproduction steps1.Get-HoloDeckDNSConfig -IP 10.1.1.1 Expected behavior. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Have you already run the New-HoloDeckInstance command? If yes, can you check dnsmasq pod status using: See if the dnsmasq pod is running. If not, check the logs and more details: |
Beta Was this translation helpful? Give feedback.
-
|
pod is running (and dns is working) default dnsmasq-deployment-9796d69c6-dq8lz 1/1 Running 0 6h6m I have the same issue on two seperate holo setups. The Holodeck is running, but when I try to add/update/delete dns record I got the above error. It worked in holo router 9.0.0.0 but broke in 9.0.1.0 Looks like the issue is that /dnsmasq/get_configmap.py is actually in /holodeck-runtime/dnsmasq/ |
Beta Was this translation helpful? Give feedback.
-
|
Is the config loaded in the powershell session? You can check by running: If not, you need to run: Identify the config ID, then run: Then the dns commands should work |
Beta Was this translation helpful? Give feedback.
-
|
Did it - thanks ! |
Beta Was this translation helpful? Give feedback.
Is the config loaded in the powershell session? You can check by running:
If not, you need to run:
Identify the config ID, then run:
Then the dns commands should work