mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-02 09:29:36 +00:00
Fixed document about '/' notation in text annotation.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user