Skip to content
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

Switching the operating system of existing node_deployment doesn't work as expected #73

Open
tolleiv opened this issue Apr 6, 2023 · 0 comments

Comments

@tolleiv
Copy link

tolleiv commented Apr 6, 2023

Hi,

it seems that switching the operating system within an existing node_deployment doesn't fully switch the OS as expected:

Provider version: 5.0.5

Switching the image and the following settings didn't completely switch the metakube_node_deployment resource:

Before:

      operating_system {
        ubuntu {
          dist_upgrade_on_boot = true
        }
      }

After:

      operating_system {
        flatcar {}
      }

To fully switch I still had to trigger the OS switch manually (see screen attached) - afterwards I could continue to use the terraform provider to adjust parameters of the nodes.

Toggle to switch to Flatcar wasn't triggered:
Bildschirm­foto 2023-04-06 um 15 05 09
List view also shows that the Image was switched but not the Operating System:
Bildschirm­foto 2023-04-06 um 15 04 58

My expectation is that the changed settings either work fully (preferred option) or force a recreation of the entire metakube_node_deployment.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant