Fixed document about '/' notation in text annotation.

This commit is contained in:
Tomofumi Hayashi
2019-01-07 11:02:02 +09:00
parent e55832cae0
commit 73f629b2fe

View File

@@ -286,7 +286,7 @@ EOF
#### Lauch pod with text annotation for NetworkAttachmentDefinition in different namespace #### Lauch pod with text annotation for NetworkAttachmentDefinition in different namespace
You can also specify NetworkAttachmentDefinition with its namespace as adding `/<namespace>` You can also specify NetworkAttachmentDefinition with its namespace as adding `<namespace>/`
``` ```
# Execute following command at Kubernetes master # Execute following command at Kubernetes master
@@ -320,7 +320,7 @@ kind: Pod
metadata: metadata:
name: pod-case-02 name: pod-case-02
annotations: annotations:
k8s.v1.cni.cncf.io/networks: macvlan-conf-3/testns1 k8s.v1.cni.cncf.io/networks: testns1/macvlan-conf-3
spec: spec:
containers: containers:
- name: pod-case-02 - name: pod-case-02