unable to install ambient mode by using istioctl 1.24 #54045
Open
Description
Is this the right place to submit this?
- This is not a security vulnerability or a crashing bug
- This is not a question about how to use Istio
Bug Description
I cannot successfully install istio's ambient mode by referring to this document: https://istio.io/latest/zh/docs/ambient/getting-started.
During the installation of istio cni and ztunnel, it will get stuck until it times out, like this:
The default revision has been updated to point to this installation.
✔ Istio core installed
✔ Istiod installed
✘ CNI encountered an error: failed to wait for resource: resources not ready after 5m0s: context deadline exceeded
✘ Ztunnel encountered an error: failed to wait for resource: resources not ready after 5m0s: context deadline exceeded
The version of my istioctl is 1.24, and even if i lower the version, i still have the same problem.
Version
$ istioctl version
client version: 1.22.2
control plane version: 1.22.2
data plane version: 1.22.2 (5 proxies)
$ kubectl version
Client Version: v1.29.0
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.31.1-aliyun.1
Additional Information
No response