diff --git a/offline/docs_ubuntu_22.04.md b/offline/docs_ubuntu_22.04.md index 29449673c..098231d98 100644 --- a/offline/docs_ubuntu_22.04.md +++ b/offline/docs_ubuntu_22.04.md @@ -403,6 +403,15 @@ d ./bin/offline-cluster.sh In case any of the steps in this script fail, see the notes in the comments that accompany each step. Comment out steps that have already completed when re-running the scripts. +#### Ensuring kubernetes is healthy. + +Ensure the cluster comes up healthy. The container also contains kubectl, so check the node status: + +``` +d kubectl get nodes -owide +``` +They should all report ready. + ### WORKAROUND: old debian key All of our debian archives up to version 4.12.0 used a now-outdated debian repository signature. Some modifications are required to be able to install everything properly. @@ -469,17 +478,9 @@ Then find the right number and delete it ufw delete ; ``` -#### Ensuring kubernetes is healthy. - -Ensure the cluster comes up healthy. The container also contains kubectl, so check the node status: - -``` -d kubectl get nodes -owide -``` -They should all report ready. +and enable the ports colocated services run on: -#### Enable the ports colocated services run on: ``` sudo bash -c ' set -eo pipefail;