cloud-on-k8s icon indicating copy to clipboard operation
cloud-on-k8s copied to clipboard

Istio recipe is outdated

Open barkbay opened this issue 3 years ago • 2 comments

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

barkbay avatar Apr 15 '22 09:04 barkbay

/assign.

mikechengwei avatar Nov 02 '22 11:11 mikechengwei

should be fixed with this PR https://github.com/elastic/cloud-on-k8s/pull/8464

sakkiii avatar Feb 15 '25 11:02 sakkiii