Skip to content

Commit 4d2a820

Browse files
Fix reboot doc
1 parent 7fdaab6 commit 4d2a820

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
run: |
198198
source venvs/kayobe/bin/activate &&
199199
source src/kayobe-config/kayobe-env --environment ci-doca-builder &&
200-
kayobe seed host configure --skip-tags network,docker
200+
kayobe seed host configure --skip-tags network,docker.docker-registry
201201
env:
202202
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
203203

doc/source/contributor/ofed.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ to be reset before rebooting.
8989
9090
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reset-bls-entires.yml -e reset_bls_host=mlnx
9191
92-
The hosts can now be rebooted to use the latest kernel:
92+
The hosts can now be rebooted to use the latest kernel, a rolling reboot may be applicable
93+
here to reduce distruptions. See the `package updates documentation <package-updates>`.
9394

9495
.. code-block:: console
9596

0 commit comments

Comments
 (0)