Skip to content

Instantly share code, notes, and snippets.

@wzhliang
Created October 31, 2018 07:44
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 wzhliang/1efb92c839e3bc1a05e102816d1253ab to your computer and use it in GitHub Desktop.
Save wzhliang/1efb92c839e3bc1a05e102816d1253ab to your computer and use it in GitHub Desktop.
istio init container
initContainers:
- args:
- -p
- "15001"
- -u
- "1337"
- -m
- REDIRECT
- -i
- '*'
- -x
- ""
- -b
- "9080"
- -d
- ""
image: docker.io/istio/proxy_init:1.0.3
imagePullPolicy: IfNotPresent
name: istio-init
resources: {}
securityContext:
capabilities:
add:
- NET_ADMIN
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment