Skip to content

Commit

Permalink
TKGI-7054 correx per Kyle Roberts
Browse files Browse the repository at this point in the history
  • Loading branch information
pspinrad committed Mar 12, 2024
1 parent 7c2ded2 commit 2f3db96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-notes.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1023,14 +1023,14 @@ For clusters that use both Containerd and Istio CNI:
1. Run the `bosh vms` command to list the cluster VMs:

```
bosh -d pivotal-container-service-DEPLOYMENT-ID vms
bosh -d service-instance-DEPLOYMENT-ID vms
```
Where `DEPLOYMENT-ID` is the BOSH-generated ID of your TKGI deployment.
Where `DEPLOYMENT-ID` is the BOSH-generated ID of your Kubernetes cluster deployment.

1. For each VM instance listed as `worker/UUID` in the output, run `bosh recreate VM-NAME`:

```
bosh -d pivotal-container-service-DEPLOYMENT-ID recreate worker/UUID
bosh -d service-instance-DEPLOYMENT-ID recreate worker/UUID
```

* In the future, you can avoid this issue by upgrading a cluster's stemcell whenever you upgrade its TKGI version.
Expand Down

0 comments on commit 2f3db96

Please sign in to comment.