We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Personally, I like the approach openstack/openstack-helm to move the kubernetes-entrypoint to the init-container.
This way, we do not have to add the executable to the image, and we can use a minimal kubernetes-entrypoint container to fulfil the same purpose.
The text was updated successfully, but these errors were encountered:
but keep in mind, that there is still a bug open, init containers are not executed when a node was rebooted. kubernetes/kubernetes#36485
Sorry, something went wrong.
That's a bit annoying. Then we have to postpone that, until that issue has been closed.
No branches or pull requests
Personally, I like the approach openstack/openstack-helm to move the kubernetes-entrypoint to the init-container.
This way, we do not have to add the executable to the image, and we can use a minimal kubernetes-entrypoint container to fulfil the same purpose.
The text was updated successfully, but these errors were encountered: