Skip to content

Instantly share code, notes, and snippets.

@yyyyahir
yyyyahir / istio
Created July 22, 2019 10:35
Managed Istio on GKE ConfigMap
# Set the following variable to true to disable policy checks by the Mixer.
# Note that metrics will still be reported to the Mixer.
disablePolicyChecks: false
# Set enableTracing to false to disable request tracing.
enableTracing: true
# Set accessLogFile to empty string to disable access log.
accessLogFile: "/dev/stdout"
#
# Creates a Pod Disruption Budget for disruptable kube-system pods.
#
# Shorturl: https://git.io/fpNzS
# $ kubectl apply -f https://git.io/fpNzS
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: kube-system-pdb
spec: