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

helm: check for contents of bootstartFile #18897

Merged
merged 1 commit into from
Mar 4, 2022

Commits on Mar 2, 2022

  1. helm: check for contents of bootstartFile

    Checking for the existence of the .Values.nodeinit.bootstrapFile
    file will be a no-op because the file is created by kubelet if
    it does not exist. Instead, we should check if the file has some
    contents inside of it which is when we can be sure the node-init
    DaemonSet has started.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    60c459b View commit details
    Browse the repository at this point in the history