From 311e7072ee8f7b059a593de0a631e9caa101ab5f Mon Sep 17 00:00:00 2001 From: Juanita-Balaraj Date: Fri, 21 May 2021 17:06:19 -0400 Subject: [PATCH] IPAM plugin type "calico-ipam" Updated Patchset 1 review comment Signed-off-by: Juanita-Balaraj Change-Id: Ib35b81168329d3da65a7930feaff084b5677f75f Signed-off-by: Juanita-Balaraj --- .../kubernetes/creating-network-attachment-definitions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/usertasks/kubernetes/creating-network-attachment-definitions.rst b/doc/source/usertasks/kubernetes/creating-network-attachment-definitions.rst index 2053716bb..4b146cf06 100644 --- a/doc/source/usertasks/kubernetes/creating-network-attachment-definitions.rst +++ b/doc/source/usertasks/kubernetes/creating-network-attachment-definitions.rst @@ -91,13 +91,13 @@ this data network. metadata: name: net3 annotations: - k8s.v1.cni.cncf.io/resourceName: intel.com/pci_sriov_net_datanet_ b + k8s.v1.cni.cncf.io/resourceName: intel.com/pci_sriov_net_datanet_b spec: config: '{ "cniVersion": "0.3.0", "type": "sriov", "ipam": { - "type": "host-local" + "type": "calico-ipam" "subnet": "10.56.219.0/24", "routes": [{ "dst": "0.0.0.0/0"