mirror of https://github.com/docker/docs.git
Update kubernetes-network-encryption.md
This commit is contained in:
parent
30390528f6
commit
317c326e1e
|
@ -146,7 +146,7 @@ spec:
|
||||||
serviceAccountName: ucp-secureoverlay-agent
|
serviceAccountName: ucp-secureoverlay-agent
|
||||||
containers:
|
containers:
|
||||||
- name: ucp-secureoverlay-agent
|
- name: ucp-secureoverlay-agent
|
||||||
image: ucp-secureoverlay-agent:3.1.0
|
image: docker/ucp-secureoverlay-agent:3.1.0
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
add: ["NET_ADMIN"]
|
add: ["NET_ADMIN"]
|
||||||
|
@ -188,7 +188,7 @@ spec:
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
containers:
|
containers:
|
||||||
- name: ucp-secureoverlay-mgr
|
- name: ucp-secureoverlay-mgr
|
||||||
image: ucp-secureoverlay-mgr:3.1.0
|
image: docker/ucp-secureoverlay-mgr:3.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
After one downloads the YAML file, run the following command from any machine with the properly configured kubectl environment and the proper UCP bundle's credentials:
|
After one downloads the YAML file, run the following command from any machine with the properly configured kubectl environment and the proper UCP bundle's credentials:
|
||||||
|
|
Loading…
Reference in New Issue