Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created October 3, 2018 16:01
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/f43fe2de5a7b46c2050899b045493400 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/f43fe2de5a7b46c2050899b045493400 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
creationTimestamp: 2018-09-29T12:07:18Z
generation: 3
labels:
system: DaemonSetOne
name: daemon-set-vikki-roll-update
namespace: default
resourceVersion: "32862"
selfLink: /apis/extensions/v1beta1/namespaces/default/daemonsets/daemon-set-vikki
uid: 364c1f27-c3e0-11e8-8397-080027165f06
spec:
revisionHistoryLimit: 10
selector:
matchLabels:
system: DaemonSetOne
template:
metadata:
creationTimestamp: null
labels:
system: DaemonSetOne
spec:
containers:
- image: nginx
imagePullPolicy: Always
name: nginx
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
templateGeneration: 3
updateStrategy:
type: RollingUpdate
status:
currentNumberScheduled: 1
desiredNumberScheduled: 1
numberAvailable: 1
numberMisscheduled: 0
numberReady: 1
observedGeneration: 3
updatedNumberScheduled: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment