Skip to content

Instantly share code, notes, and snippets.

@jonchen727
Created May 19, 2022 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonchen727/4b24f9d3e20045f0ef1c7132446edb69 to your computer and use it in GitHub Desktop.
Save jonchen727/4b24f9d3e20045f0ef1c7132446edb69 to your computer and use it in GitHub Desktop.
GKE Autopilot ASM Manifests
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