Created
May 19, 2022 19:46
GKE Autopilot ASM Manifests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
labels: | |
kubernetes.io/metadata.name: istio-system | |
topology.istio.io/network: [Cluster VPC Network Name] | |
name: istio-system | |
--- | |
apiVersion: mesh.cloud.google.com/v1beta1 | |
kind: ControlPlaneRevision | |
metadata: | |
annotations: | |
mesh.cloud.google.com/vpcsc: "false" | |
labels: | |
mesh.cloud.google.com/managed-cni-enabled: "true" | |
name: asm-managed-rapid | |
namespace: istio-system | |
spec: | |
channel: rapid | |
type: managed_service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment