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

Provide automatic migration 23.1 -> 23.4 #251

Closed
sbernauer opened this issue Mar 15, 2023 · 2 comments
Closed

Provide automatic migration 23.1 -> 23.4 #251

sbernauer opened this issue Mar 15, 2023 · 2 comments
Assignees

Comments

@sbernauer
Copy link
Member

The CHANGELOG states the following for 23.4:

- Shortened the registration socket path for Microk8s compatibility ([#231]).
  - After upgrading you will need to
    `rmdir /var/lib/kubelet/plugins_registry/secrets.stackable.tech-reg.sock` manually.
    This applies to *all* users, not just Microk8s.

It would be great if we could somehow migrate that automatically, e.g. have some sort of "delete /var/lib/kubelet/plugins_registry/secrets.stackable.tech-reg.sock if it is a directory" command during secret-operator startup.
This is especially important for managed k8s where you don't have (easy) access to k8s node shells.

@lfrancke
Copy link
Member

I'll add this to the board now but will reevaluate after refinement whether we want to do it or not.

@sbernauer
Copy link
Member Author

Implementation took literally 15min, so I went for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
4 participants