mirror of https://github.com/k3s-io/k3s
Merge pull request #46329 from zjj2wry/DeamonSet-DaemonSet
Automatic merge from submit-queue DeamonSet-DaemonSet **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```pull/6/head
commit
aeeadb0c03
|
@ -2,7 +2,7 @@
|
|||
|
||||
The [Microsoft Operations Management Suite (OMS)](https://www.microsoft.com/en-us/cloud-platform/operations-management-suite) is a software-as-a-service offering from Microsoft that allows Enterprise IT to manage any hybrid cloud.
|
||||
|
||||
This example will create a DeamonSet to deploy the OMS Linux agents running as containers to every node in the Kubernetes cluster.
|
||||
This example will create a DaemonSet to deploy the OMS Linux agents running as containers to every node in the Kubernetes cluster.
|
||||
|
||||
### Supported Linux Operating Systems & Docker
|
||||
- Docker 1.10 thru 1.12.1
|
||||
|
|
Loading…
Reference in New Issue