Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4506 from 2i2c-org/filestore-docs
Browse files Browse the repository at this point in the history
[docs] Update filestore migration docs
  • Loading branch information
GeorgianaElena authored Jul 26, 2024
2 parents 281ef28 + f941d3f commit c0c8cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto/decrease-size-gcp-filestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ You should also have the browser window with the ssh connection to the VM handy
```bash
kubectl delete pv ${HUB_NAME}-home-nfs --wait=false
kubectl --namespace $HUB_NAME delete pvc home-nfs --wait=false
kubectl --namespace $HUB_NAME delete pod -l component=stared-dirsize-metrics
kubectl --namespace $HUB_NAME delete pod -l component=shared-dirsize-metrics
kubectl --namespace $HUB_NAME delete pod -l component=shared-volume-metrics
```
1. **Update `nfs.pv.serverIP` values in the `<hub-name>.values.yaml` file.**
1. **Run `deployer deploy $CLUSTER_NAME $HUB_NAME`.**
This should also bring back the `proxy-public` service and restore access.
You can monitor progress by running:
```bash
kubectl --namespace $HUB_NAME get pods --watch
kubectl --namespace $HUB_NAME get svc --watch
```

Repeat this process for as many hubs as there are on the cluster, remembering to update the value of `$HUB_NAME`.
Expand Down

0 comments on commit c0c8cad

Please sign in to comment.