Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 24, 2019 13:59
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 vigneshragupathy/fb98260bd5405feee85ca565b188933b to your computer and use it in GitHub Desktop.
Save vigneshragupathy/fb98260bd5405feee85ca565b188933b to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx-pod-taint
labels:
env: test
spec:
containers:
- name: nginx-pod-taint
image: nginx
imagePullPolicy: IfNotPresent
nodeSelector:
app: highperformance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment