-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Setting Up a Private Docker Registry with LKE and Object Storage Proposed Changes #7191
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
Labels
Comments
Tested and validated the guide and it works as documented. Unable to reproduce the issue.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Link: https://www.linode.com/docs/guides/how-to-setup-a-private-docker-registry-with-lke-and-object-storage/
Issue
You may want to see about updating this doc. I ran into an error on creating the container registry at 'install cert-manager' step 5 and get the following error:
$ helm install cert-manager jetstack/cert-manager --namespace cert-manager
Error: INSTALLATION FAILED: failed post-install: 1 error occurred:
* timed out waiting for the condition
I was able to work around it by using the following command:
$ helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.17.0 --set crds.enabled=true
Suggested Fix
I was able to work around it by using the following command:
$ helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.17.0 --set crds.enabled=true
The text was updated successfully, but these errors were encountered: