-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Gateway component not enabled by .values #19799
Comments
I checked the code and it seems like it is a gap not just for egressgateway. Take a look at the IsComponentEnabledInSpec function at https://github.com/istio/operator/blob/master/pkg/name/name.go#L142, it only check the enablement value from ISCP api node for istio components and only the thirdParty component which is not defined in ISCP would be check against values pass through as well. |
I would verify again and create a PR to fix it |
Hi Martin, can you help to take a look? |
@richardwxn any update on this? |
@howardjohn the fix was merged already, closing it |
--set values.gateways.istio-egressgateway.enabled=true
does nothing -- egress is still disabled.--set values.gateways.istio-egressgateway.enabled=true --set gateways.components.egressGateway.enabled=true
must be set, which is breaking the helm passthrough APIThe text was updated successfully, but these errors were encountered: