From 73f629b2fea16008722d0a97776d747cc77dc73d Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Mon, 7 Jan 2019 11:02:02 +0900 Subject: [PATCH] Fixed document about '/' notation in text annotation. --- doc/how-to-use.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/how-to-use.md b/doc/how-to-use.md index a0a04a7f1..3cc0c9a75 100644 --- a/doc/how-to-use.md +++ b/doc/how-to-use.md @@ -286,7 +286,7 @@ EOF #### Lauch pod with text annotation for NetworkAttachmentDefinition in different namespace -You can also specify NetworkAttachmentDefinition with its namespace as adding `/` +You can also specify NetworkAttachmentDefinition with its namespace as adding `/` ``` # Execute following command at Kubernetes master @@ -320,7 +320,7 @@ kind: Pod metadata: name: pod-case-02 annotations: - k8s.v1.cni.cncf.io/networks: macvlan-conf-3/testns1 + k8s.v1.cni.cncf.io/networks: testns1/macvlan-conf-3 spec: containers: - name: pod-case-02