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

added checksum/config annotation to ensure pod restarts when new config is applied #26

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

darkedges
Copy link

When the following is run after making a config change.

helm upgrade --install topaz . -f topaz.yaml --namespace topaz --create-namespace

helm will restart the pod so that the new config can be applied.

kubectl get pods -w
NAME      READY   STATUS    RESTARTS   AGE
topaz-0   1/1     Running   0          66s
topaz-0   1/1     Terminating   0          117s
topaz-0   0/1     Terminating   0          118s
topaz-0   0/1     Terminating   0          118s
topaz-0   0/1     Terminating   0          118s
topaz-0   0/1     Terminating   0          118s
topaz-0   0/1     Pending       0          0s
topaz-0   0/1     Pending       0          0s
topaz-0   0/1     ContainerCreating   0          0s
topaz-0   0/1     Running             0          1s
topaz-0   0/1     Running             0          12s
topaz-0   1/1     Running             0          16s

@ronenh ronenh changed the base branch from main to config-checksum November 11, 2024 13:42
@ronenh ronenh merged commit 43f967c into aserto-dev:config-checksum Nov 11, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants