Created
May 19, 2022 19:46
-
-
Save jonchen727/4b24f9d3e20045f0ef1c7132446edb69 to your computer and use it in GitHub Desktop.
GKE Autopilot ASM Manifests
This file contains 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