diff options
author | Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> | 2020-09-23 08:12:58 -0700 |
---|---|---|
committer | Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> | 2020-09-23 08:12:58 -0700 |
commit | e974c0cdfdcc5a16ccbffbbf3f7f4a01a06c5be5 (patch) | |
tree | efbb349409cc77cb2d1b0cd3e905cf7c7cc69898 /demo/sfc-setup/README.md | |
parent | e6a24cfca33c68b7000ff6198f51561cbfc69920 (diff) |
fixing the sfc-setup readme.md
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: Ib5e9b6f3564e9ab3f71433a98c5438f11e1f9cb0
Diffstat (limited to 'demo/sfc-setup/README.md')
-rw-r--r-- | demo/sfc-setup/README.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/demo/sfc-setup/README.md b/demo/sfc-setup/README.md index 9f8c355..d2afd73 100644 --- a/demo/sfc-setup/README.md +++ b/demo/sfc-setup/README.md @@ -85,23 +85,24 @@ Deploy the SDEWAN controller in cluster $ kubectl apply -f examples/sdewan-controller.yaml ``` From TM1 try to ping google.com, the ping operation will fails. + Deploy the SFC as following ``` - $ kubectl apply -f sfc-network.yaml - $ kubectl apply -f slb-ngfw-sdewan-cnf-deployment.yaml - $ kubectl apply -f ms1.yaml + $ kubectl apply -f demo/sfc-setup/deploy/sfc-network.yaml + $ kubectl apply -f demo/sfc-setup/deploy/slb-ngfw-sdewan-cnf-deployment.yaml + $ kubectl apply -f demo/sfc-setup/deploy/ms1.yaml ``` Pinging for goole.com or curl example.com should fail in both ms1 and TM1 ``` - $ kubectl apply -f sfc.yaml + $ kubectl apply -f demo/sfc-setup/deploy/sfc.yaml ``` Pinging for google.com or curl example.com should be successful in both ms1 and TM1 Let try to apply icmp reject rule in SDEWAN cnf ``` - $ kubectl apply -f firewall-dyn-net-2.yaml - $ kubectl apply -f firewall-right-pnetwork.yaml - $ kubectl apply -f firewall-rule-reject-icmp-right-pnetwork.yaml + $ kubectl apply -f demo/sfc-setup/deploy/firewall-dyn-net-2.yaml + $ kubectl apply -f demo/sfc-setup/deploy/firewall-right-pnetwork.yaml + $ kubectl apply -f demo/sfc-setup/deploy/firewall-rule-reject-icmp-right-pnetwork.yaml ``` Pinging for google.com will fail and curl example.com should be successful in both ms1 and TM1 @@ -111,3 +112,4 @@ Apache-2.0 [1]: https://www.vagrantup.com/ [2]: https://www.vagrantup.com/docs/cli/ +[3]: https://www.github.com/akraino-edge-stack/icn-sdwan |