OpenShift DaemonSet Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=Obtaining Information about DaemonSets= | =Obtaining Information about DaemonSets= | ||
oc describe DaemonSet/''<daemon-set-name>'' | |||
Example: | |||
oc describe DaemonSet/logging-fluentd | |||
=Creating Daemon Sets= | =Creating Daemon Sets= | ||
=Updating Daemon Sets= | =Updating Daemon Sets= |
Revision as of 22:10, 30 July 2017
External
Internal
Obtaining Information about DaemonSets
oc describe DaemonSet/<daemon-set-name>
Example:
oc describe DaemonSet/logging-fluentd