-
Notifications
You must be signed in to change notification settings - Fork 8k
Open
istio/istio.io
#16660Labels
help wantedIndicates a PR/Issue that needs community helpIndicates a PR/Issue that needs community helpkind/docslifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while
Description
https://istio.io/latest/docs/ambient/install/platform-prerequisites/#google-kubernetes-engine-gke describes how when installing istio in ambient mode, the node agent and ztunnel should either be installed into the kube-system
namespace which has a ResourceQuota for the node-critical
class, or a namespace where such a ResourceQuota has manually been created. But as of istio 1.26, the install automatically creates a ResourceQuota in the istio-system
namespace. So istioctl install --set profile=ambient
works seamlessly now on GKE (at least it did for me!) whereas I had to create the ResourceQuota myself in earlier releases. I think this section of the docs could be updated to point this out.
Metadata
Metadata
Assignees
Labels
help wantedIndicates a PR/Issue that needs community helpIndicates a PR/Issue that needs community helpkind/docslifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while