File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,12 +145,14 @@ On **kube-master1** we will create all the required files:
145145 kubectl delete -f deployment-hello-world.yaml
146146
147147 .. note :: Be sure to verify the virtual server and "AS3" partition were
148- removed from BIG-IP.
148+ removed from BIG-IP. If necessary, run the following command to remove any remaining AS3 declaration:
149+
150+ .. code-block :: bash
151+ curl -sku admin:F5site02@ -X DELETE https://10.1.1.4:8443/mgmt/shared/appsvcs/declare/AS3
152+
149153
150154 #. The next modules are **OPTIONAL **. If instructed to skip be sure to exit
151- your current SSH session with **kube-master1 ** first. Then click here to
152- start `Class 2: OpenShift with Container Ingress Service
153- <../../class2/class2.html> `_. Otherwise click "Next" below.
155+ your current SSH session with **kube-master1 ** first. Otherwise click "Next" below.
154156
155157 .. code-block :: bash
156158
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Prep the Kubernetes Cluster
4646
4747 .. code-block :: bash
4848
49- git clone https://github.com/nginxinc/kubernetes-ingress/ --branch v5.2.1 ~ /kubernetes-ingress
49+ git clone https://github.com/nginxinc/kubernetes-ingress/ --branch v2.4.2 ~ /kubernetes-ingress
5050
5151 cd ~ /kubernetes-ingress
5252
You can’t perform that action at this time.
0 commit comments