From 2ef11d6eecbdd865e4ac8e9147c7a78a03b1f996 Mon Sep 17 00:00:00 2001 From: Kuralamudhan Ramakrishnan Date: Fri, 3 Nov 2017 17:07:09 +0000 Subject: [PATCH] update typo errors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a423778a..9c22acab6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Table of Contents * [Work flow](#work-flow) * [Usage with Kubernetes CRD/TPR based Network Objects](#usage-with-kubernetes-crdtpr-based-network-objects) * [Creating “Network” third party resource in kubernetes](#creating-network-third-party-resource-in-kubernetes) - * [CDR based Network objects](#cdr-based-network-objects) + * [CRD based Network objects](#crd-based-network-objects) * [TPR based Network objects](#tpr-based-network-objects) * [Creating “Custom Network objects” third party resource in kubernetes](#creating-custom-network-objects-third-party-resource-in-kubernetes) * [Configuring Multus to use the kubeconfig](#configuring-multus-to-use-the-kubeconfig) @@ -96,9 +96,9 @@ Please refer the Kubernetes Network SIG - Multiple Network PoC proposal for more ### Creating “Network” third party resource in kubernetes -Multus is compatible to work with both CDR/TPR. Both CDR/TPR based network object api self link is same. +Multus is compatible to work with both CRD/TPR. Both CRD/TPR based network object api self link is same. -#### CDR based Network objects +#### CRD based Network objects 1. Create a Third party resource “crdnetwork.yaml” for the network object as shown below