-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conjur pod restart fails following auto account create #119
Labels
Comments
diverdane
pushed a commit
that referenced
this issue
Dec 23, 2020
This change eliminates continual, never-ending Conjur pod crashes that occur if a Conjur cluster is Helm installed with the automatic Conjur account creation feature enabled (e.g. with `--set account.create=true`), and then the Conjur pod gets restarted for any reason before a Helm upgrade has been performed. Addresses Issue #119
6 tasks
diverdane
pushed a commit
that referenced
this issue
Dec 23, 2020
This change eliminates continual, never-ending Conjur pod crashes that occur if a Conjur cluster is Helm installed with the automatic Conjur account creation feature enabled (e.g. with `--set account.create=true`), and then the Conjur pod gets restarted for any reason before a Helm upgrade has been performed. Addresses Issue #119
diverdane
pushed a commit
that referenced
this issue
Dec 28, 2020
This change eliminates continual, never-ending Conjur pod crashes that occur if a Conjur cluster is Helm installed with the automatic Conjur account creation feature enabled (e.g. with `--set account.create=true`), and then the Conjur pod gets restarted for any reason before a Helm upgrade has been performed. Addresses Issue #119
diverdane
pushed a commit
that referenced
this issue
Dec 28, 2020
This change eliminates continual, never-ending Conjur pod crashes that occur if a Conjur cluster is Helm installed with the automatic Conjur account creation feature enabled (e.g. with `--set account.create=true`), and then the Conjur pod gets restarted for any reason before a Helm upgrade has been performed. Addresses Issue #119
diverdane
pushed a commit
that referenced
this issue
Dec 28, 2020
This change eliminates continual, never-ending Conjur pod crashes that occur if a Conjur cluster is Helm installed with the automatic Conjur account creation feature enabled (e.g. with `--set account.create=true`), and then the Conjur pod gets restarted for any reason before a Helm upgrade has been performed. Addresses Issue #119
diverdane
pushed a commit
that referenced
this issue
Dec 29, 2020
This change eliminates continual, never-ending Conjur pod crashes that occur if a Conjur cluster is Helm installed with the automatic Conjur account creation feature enabled (e.g. with `--set account.create=true`), and then the Conjur pod gets restarted for any reason before a Helm upgrade has been performed. Addresses Issue #119
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When a Conjur cluster is Helm installed using the auto account create feature e.g. with this chart setting:
and then the Conjur server pod crashes before any
helm install ...
operation has been done,then the Conjur pod will continually crash and restart:
When this occurs, the Conjur server logs show
an error similar to the following:
Steps to Reproduce
Steps to reproduce the behavior:
--set account.create=true
command line argument.kubectl get pods -n <conjur-namespace>
kubectl delete pod -n <conjur-namespace> <conjur-pod-name>
kubectl get pods -n <conjur-namespace>
and see that Conjur pod is continually crashing and restarting.kubectl logs -n <conjur-namespace> <conjur-pod-name> conjur-oss
.Expected Results
A clear and concise description of what you expected to happen.
Actual Results (including error logs, if applicable)
Restarting the Conjur pod manually should bring up the server successfully, with no crashes.
Reproducible
Version/Tag number
Version 2.0.2
Environment setup
Any Kubernetes platform.
Additional Information
The text was updated successfully, but these errors were encountered: