-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
virtual-kubelet has different DNS resolution behaviour to standard kubelet #46
Comments
+1 for this, any updates on what is blocking #8 ? |
For information I found out the DNS configuration stopped working once we scaled the cluster with the azure portal. Still a bug, but it might not be associated with this project |
@macolso thank you for the feedback. Any news on the progress or an eta? thanks again |
#8 is already merged, @mgsnuno is the issue solved for you? With your pod yaml example, I saw the dnsConfig was applied in my env
|
stopped using virtual kubelet so if you got those results all fine by me to close this. |
The DNS configuration is not applied similarly between the AKS cluster and the ACI connector.
Due to the issue linked with https://github.com/virtual-kubelet/virtual-kubelet/issues/641, I added a
dnsConfig
bloc to my pods.It worked for a while, but it is now failing to apply the dns change randomly; It didn't work at all since the start of the week.
Do you have any status on if #8 will be merged ? I could work with using a
dnsConfig
block, but I can't rely on it if it is only randomly applied.In the ACI :
CLICK ME
yaml :
/etc/resolv.conf :
In the AKS:
CLICK ME
yaml :
/etc/resolv.conf :
Virtual-kubelet version : 1.2.1.1
Thanks !
The text was updated successfully, but these errors were encountered: