Skip to content

Commit 84a90e8

Browse files
authored
Merge pull request #339 from f5devcentral/dev
Appworld Fixes part 2 - 3-10-2026
2 parents 1c44121 + 2342820 commit 84a90e8

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

docs/class4/lab1.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@ This Load Balancer will be used throughout the course.
4747
.. image:: _static/shared-002.png
4848
:width: 400px
4949

50+
#. Update the field below with the namespace you just selected. This will update the lab guide to reflect your current namespace.
51+
52+
.. raw:: html
53+
54+
<div style="margin: 1em 0; padding: 1em; border: 0px solid #ccc;">
55+
<label for="namespaceInput">Enter your namespace:</label>
56+
<input id="namespaceInput" type="text" placeholder="e.g. sassy-panda" />
57+
<button onclick="setNamespace()">Save</button>
58+
</div>
59+
60+
<p><strong>Current namespace:</strong> <span id="currentNamespace">&lt;namespace&gt;</span></p>
61+
62+
.. note:: You may have had a namespace from a previous lab, pleased update with the new.
63+
.. warning:: Guide pages might need to be refreshed to get updated namespace to render.
64+
5065
#. A HTTP Load Balancer and attached Origin Pool has already been created with the following configuration.
5166

5267
========================== ==========================
@@ -107,7 +122,7 @@ Task 2: Validate Load Balancer
107122
has been configured properly.
108123

109124
.. code-block:: text
110-
125+
111126
http://<your-namespace>.lab-sec.f5demos.com/swagger
112127
113128
.. image:: _static/shared-swagger-intro.png

0 commit comments

Comments
 (0)