elastic / cloud-on-k8s

Elastic Cloud on Kubernetes
Other
53 stars 707 forks source link

Istio recipe is outdated #5583

Open barkbay opened 2 years ago

barkbay commented 2 years ago

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
mikechengwei commented 2 years ago

/assign.