The last available version of istioctl (1.13.2) with the Istio recipe fails with the following error:
> istioctl manifest generate \
--set values.global.mtls.enabled=true \
--set values.global.sds.enabled=true \
--set values.kiali.enabled=true \
--set values.global.proxy.accessLogFile="/dev/stdout" \
--set values.gateways.istio-egressgateway.enabled=false \
--set values.gateways.istio-ingressgateway.sds.enabled=true
Run the command with the --force flag if you want to ignore the validation error and proceed.
Error: unknown field "sds" in v1alpha1.IngressGatewayConfig
The last available version of
istioctl
(1.13.2
) with the Istio recipe fails with the following error: