Skip to content

Commit

Permalink
fix the documents
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Nov 3, 2023
1 parent bf43e0e commit 3c21ead
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions offline/docs_ubuntu_22.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -469,17 +478,9 @@ Then find the right number and delete it
ufw delete <right number>;
```

#### 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;
Expand Down

0 comments on commit 3c21ead

Please sign in to comment.