Skip to content

Commit 4a830f9

Browse files
authored
Merge pull request #19 from f5devcentral/develop
updates to lab guide based upon AppWorld feedback
2 parents 150460f + 4ebe5ec commit 4a830f9

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/class1/module2/lab3.rst

+13-3
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ F5 AST Configuration Setting Files
149149
150150
bigip/3:
151151
endpoint: https://10.1.1.7
152+
tls:
153+
insecure_skip_verify: true
152154
153155
To save your changes, press ``escape``, then type ``:wq`` and ``return``. You should see a message similar to the following upon successful save:
154156

@@ -174,6 +176,14 @@ Once the ``bigip_receivers.yaml`` file has been updated, you must run the config
174176
2025-02-13 00:04:36,530 - INFO - Successfully wrote data to './services/otel_collector/pipelines.yaml'.
175177
2025-02-13 00:04:36,533 - INFO - Successfully wrote data to './services/otel_collector/receivers.yaml'.
176178
179+
#. Restart the OTel Custom Collector container:
180+
181+
.. code-block:: console
182+
183+
sudo docker-compose restart otel-collector
184+
185+
186+
177187
Updating F5 AST
178188
---------------
179189

@@ -190,9 +200,9 @@ Let's check the AST OTel collector version by examining the ``docker-compose.yam
190200
.. code-block:: console
191201
192202
otel-collector:
193-
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.8.0
203+
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.8.1
194204
195-
This particular output reveals ``v0.8.0`` of the OTel Custom Collector. If that version is lower than what's listed on the `f5devcentral / application-study-tool Releases board <https://github.com/f5devcentral/application-study-tool/releases/tag/v0.7.0>`_, perform the following steps. Otherwise, you're ready and free to roll on to :ref:`Accessing F5 AST`.
205+
This particular output reveals ``v0.8.1`` of the OTel Custom Collector. If that version is lower than what's listed on the `f5devcentral / application-study-tool Releases board <https://github.com/f5devcentral/application-study-tool/releases/>`_, perform the following steps. Otherwise, you're ready and free to roll on to :ref:`Accessing F5 AST`.
196206

197207
#. Since local changes have been made to files which are actively tracked for changes in the repo, such as ``.env.device-secrets`` and ``config/bigip_receivers.yaml``, we must stash away those changes prior to performing a ``git pull``. Stashing simply sets them aside temporarily. We'll reincorporate them after pulling the latest code from GitHub.
198208

@@ -222,7 +232,7 @@ Let's check the AST OTel collector version by examining the ``docker-compose.yam
222232

223233
.. code-block:: console
224234
225-
sudo docker container restart otel-collector
235+
sudo docker-compose restart otel-collector
226236
227237
That's it! The upgrade process should be seamless and good to go.
228238

0 commit comments

Comments
 (0)