Skip to content

Instantly share code, notes, and snippets.

@pjmagee
Created April 1, 2024 10:18
Show Gist options
  • Select an option

  • Save pjmagee/358a62026a7c0c21ab40274a5b2604de to your computer and use it in GitHub Desktop.

Select an option

Save pjmagee/358a62026a7c0c21ab40274a5b2604de to your computer and use it in GitHub Desktop.
piVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: pod1
name: pod1
namespace: default
spec:
containers:
- image: httpd:2.4.41-alpine
name: pod1-container
resources: {}
nodeSelector:
node-role.kubernetes.io/control-plane:
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: "Exists"
effect: "NoSchedule"
dnsPolicy: ClusterFirst
restartPolicy: Always
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment