File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197
197
run : |
198
198
source venvs/kayobe/bin/activate &&
199
199
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
201
201
env :
202
202
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
203
203
Original file line number Diff line number Diff line change @@ -89,11 +89,12 @@ to be reset before rebooting.
89
89
90
90
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reset-bls-entires.yml -e reset_bls_host=mlnx
91
91
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> `.
93
94
94
95
.. code-block :: console
95
96
96
- kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml
97
+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml --limit mlnx
97
98
98
99
install-doca
99
100
------------
You can’t perform that action at this time.
0 commit comments