-
Notifications
You must be signed in to change notification settings - Fork 474
Single-region insecure cluster on EKS tutorial #5047
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
Conversation
A few issues found during testing that are probably independent of these instructions: When I started a cluster via helm on EKs, the
Don't understand why that would be given the chart says 19.1.2: https://github.com/helm/charts/blob/master/stable/cockroachdb/values.yaml#L8 Also, the helm config doesn't seem to have the |
I don't see a reason why we couldn't add an |
I think the v2.1.1 happened because you didn't run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status:
complete! 0 of 0 LGTMs obtained (waiting on @DuskEagle and @jseldess)
v19.1/orchestrate-cockroachdb-with-kubernetes-insecure.md, line 144 at r1 (raw file):
{% include copy-clipboard.html %} ~~~ shell $ helm delete my-release-cockroachdb
Adding a --purge
flag here will free up the "cockroachdb" name in Helm in case a user wants to launch another CRDB cluster using Helm into the same Kubernetes cluster.
Running secure will be covered in a separate PR. Addresses #5042.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a step for helm repo update
as well.
Reviewable status:
complete! 0 of 0 LGTMs obtained (waiting on @DuskEagle)
v19.1/orchestrate-cockroachdb-with-kubernetes-insecure.md, line 144 at r1 (raw file):
Previously, DuskEagle (Joel Kenny) wrote…
Adding a
--purge
flag here will free up the "cockroachdb" name in Helm in case a user wants to launch another CRDB cluster using Helm into the same Kubernetes cluster.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 4 of 6 files at r1, 4 of 4 files at r2.
Reviewable status:complete! 0 of 0 LGTMs obtained (waiting on @DuskEagle)
How to run insecure on EKS using configs and helm.
Running secure will be handled in a separate PR.
Addresses #5042.