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 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: