aboutsummaryrefslogtreecommitdiffstats
path: root/demo/sfc-setup
diff options
context:
space:
mode:
authorKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-09-22 23:58:24 -0700
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-09-23 00:06:17 -0700
commite6a24cfca33c68b7000ff6198f51561cbfc69920 (patch)
tree17e14e8c01b30b7e5cd9ecd81a6ae4d1bba407ed /demo/sfc-setup
parentbf12f2d0486990d9d9bce6f5649c7e0d941b1599 (diff)
adding fixes to deploy yaml
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I37d0c1066f33b0a35bbf47545cc001737ee68b2f
Diffstat (limited to 'demo/sfc-setup')
-rw-r--r--demo/sfc-setup/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/sfc-setup/README.md b/demo/sfc-setup/README.md
index 6f58b82..9f8c355 100644
--- a/demo/sfc-setup/README.md
+++ b/demo/sfc-setup/README.md
@@ -32,9 +32,9 @@ is available on the Vagrant site.
Install the [docker](https://docs.docker.com/engine/install/ubuntu/) in the master, minion01 and minion02 vm.
Follow the steps in [create cluster kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/) to create kubernetes cluster in master
-In the master vm run the `kubeadm init` as below. The ovn4nfv uses same pod network cidr `10.244.64.0/18`
+In the master vm run the `kubeadm init` as below. The ovn4nfv uses same pod network cidr `10.233.64.0/18`
```
- $ kubeadm init --kubernetes-version=1.19.0 --pod-network-cidr=10.244.64.0/18 --apiserver-advertise-address=<master_eth0_ip_address>
+ $ kubeadm init --kubernetes-version=1.19.0 --pod-network-cidr=10.233.64.0/18 --apiserver-advertise-address=<master_eth0_ip_address>
```
Deploy the ovn4nfv Pod network to the cluster.
```