-
Notifications
You must be signed in to change notification settings - Fork 416
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
Flatcar Azure images are booting with broken /etc/resolv.conf #1346
Comments
Just to confirm, based on the linked issue this seems to be a problem with the If so, this is limited to Azure I think as it's the only place it's used. Do you know the purpose of this command? I'm not familiar with it. |
Yes, right now the impact is limited to only Azure images.
As explained in Flatcar issue:
|
That's the bit I don't understand, sorry, I'm not that experienced with Azure. Why is this required for Azure and not other providers? (I just want to understand, not trying to block this 😄) /cc @mboersma as you might be able to offer better insight from Azure perspective. /label area/provider/azure |
@AverageMarcus: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…tcar Closes kubernetes-sigs#1346 Signed-off-by: Mateusz Gozdek <[email protected]>
I created #1347 with a fix, as it will be faster than waiting for new Flatcar release with a proper fix, but I'm still hesitant removing current, broken images and rebuilding them, so I plan to discuss this in flatcar/Flatcar#1270. |
Closes kubernetes-sigs#1346 Signed-off-by: Mateusz Gozdek <[email protected]>
Refs kubernetes-sigs#1346 Signed-off-by: Mateusz Gozdek <[email protected]>
@invidian Do you think we should keep this issue open to keep track until the upstream issue is resolved? |
I'm opening this issue for visibility and to discuss what mitigation we should provide to users.
As described in flatcar/Flatcar#1265, image-builder Flatcar images with Flatcar version stable 3602.2.2 have currently broken DNS resolution when booted.
We could possibly mitigate it on image-builder level with the following patch:
Right now CAPZ e2e tests are failing because of this. With this patch, we should be able to rebuild Azure images and fix tests without temporarily fixing Flatcar templates.
/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]
The text was updated successfully, but these errors were encountered: