Replies: 1 comment 1 reply
-
you should use istiooperator file for complex configuration. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am trying to set pilot.jwksResolverExtraRootCA via the istioctl install command. I initially passed the path to the cert, only to discover that istio expects this value to be the actual CA cert contents.
I am unable to pass the value of the certificate via cat (e.g. istioctl install --set values.pilot.jwksResolverExtraRootCA=$(cat ca-certs.pem)), I receive an incorrect format, must be path=value error.
Digging into the code, this happens when istioctl validates the values passed via --set:
https://github.com/istio/istio/blob/2c2f4a83f4bf3ed955c58f17a653b0eceda7780d/operator/pkg/manifest/shared.go#L361C20-L361C20
Is there a way to pass a multi-line value through istioctl, or is it best that I just modify the profile file that I'm passing when installing istio?
Beta Was this translation helpful? Give feedback.
All reactions