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

Daemonset doesn't force a rollout when the CID changes #318

Open
ben-nelson-nbcuni opened this issue Sep 25, 2024 · 0 comments
Open

Daemonset doesn't force a rollout when the CID changes #318

ben-nelson-nbcuni opened this issue Sep 25, 2024 · 0 comments

Comments

@ben-nelson-nbcuni
Copy link

When the FALCONCTL_OPT_CID value changes in the Configmap, the Daemonset pods do not restart. This is a common issue for helm charts. Helm has a tips and tricks section dedicated to this issue.

On your pod annotations in daemonset.yaml please add the following to force a pod restart on CID changes:

spec:
  template:
    metadata:
      annotations:
        checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
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