-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Helm] Trying to install a second release #950
Comments
@katlimruiz Thanks for the bug report. We will fix it! |
cool, I thought I was doing something wrong 👍 when is the next release? |
Next release is planned for June/July. The fix should be in master shortly. Which leaves you with some options for work arounds in the meantime:
Sorry for the hassle |
Additionally, If you are not using our CRDs(if you are using ingress resources only) the following workaround should work:
|
How could I know if I'm using the CRDS or not? Sorry I'm still new in kubernetes.
…On May 15, 2020, 11:06 -0500, Dean Coakley ***@***.***>, wrote:
Additionally, If you are not using our CRDs(if you are using ingress resources only) the following workaround should work:
• Simply set controller.enableCustomResources to false.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Ah, no problem. If you are using CRDs you will route requests using our custom VirtualServer/VirtualServerRoute resources which are an alternative to Ingress resources: If you are not using CRDs you will route requests via Ingress resources: You can check the manifests you have deployed. Or verify the deployed resources with If you have no Hope that clears things up. |
It worked. I was not using the new CRDs, therefore I set the flag as false, and it worked as expected. Thanks! |
Describe the bug
I have a cluster where I want to setup many different websites, each with its own nginx ingress.
I already have one that is running correctly. I used this command:
which the ingressClass matches with an
ingress
resource. This runs fine.So I want to add another website. I want to use this command:
However, this gives me the following error:
Expected behavior
The second installation should be inserted correctly. Since it is under a different namespace and a different release name.
Your environment
The text was updated successfully, but these errors were encountered: