Update kubernetes-network-encryption.md

This commit is contained in:
Anne Henmi 2018-09-07 15:10:45 -06:00 committed by GitHub
parent 30390528f6
commit 317c326e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ spec:
serviceAccountName: ucp-secureoverlay-agent
containers:
- name: ucp-secureoverlay-agent
image: ucp-secureoverlay-agent:3.1.0
image: docker/ucp-secureoverlay-agent:3.1.0
securityContext:
capabilities:
add: ["NET_ADMIN"]
@ -188,7 +188,7 @@ spec:
restartPolicy: Always
containers:
- 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: