Skip to content

Commit abb14a4

Browse files
Fix reboot doc
1 parent 7fdaab6 commit abb14a4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@ 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
96-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml
97+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml --limit mlnx
9798
9899
install-doca
99100
------------

0 commit comments

Comments
 (0)