Skip to content

Commit dcf2bf4

Browse files
authored
Merge pull request #178 from f5devcentral/develop
update
2 parents 1a20b5f + 075ea6f commit dcf2bf4

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

docs/class1/module2/lab3.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

docs/class1/module3/lab1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)