Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
updated kb and version
Browse files Browse the repository at this point in the history
* Updated parameter name with correct one
* created version 0.8.2
  • Loading branch information
ranjithwingrider committed Apr 5, 2019
1 parent 56d5900 commit 16eb7bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 7 additions & 5 deletions docs/kb.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ There are some cases where it had to delete the StatefulSet and re-install a new

4. Delete StatefulSet application and associated PVCs.



5. Create a new PVC YAML named *newPVC.yaml* with same configuration. Specify old PV name belongs to volumename under the PVC spec.
5. Create a new PVC YAML named *newPVC.yaml* with same configuration. Specify old PV name belongs to *volumeName* under the PVC spec.

```
apiVersion: v1
Expand Down Expand Up @@ -133,11 +133,13 @@ There are some cases where it had to delete the StatefulSet and re-install a new
mongo-persistent-storage-mongo-0 Bound pvc-cc6767b4-52e8-11e9-b1ef-42010a800fe7 5G RWO mongo-pv-az 5m
```



10. Apply the same StatefulSet application YAML. The pod will come back online by re-using the existing PVC. The application pod status can be get by following command.

```
kubectl get pods -n <namespace>
```
```
kubectl get pods -n <namespace>
```



Expand Down
3 changes: 2 additions & 1 deletion website/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"versions": {
"0.8.1": ["latest", "https://docs.openebs.io"],
"0.8.2": ["latest", "https://docs.openebs.io"],
"0.8.1": ["v0.8.1", "https://v081-docs.openebs.io"],
"0.8.0": ["v0.8", "https://v08-docs.openebs.io"],
"0.7.0": ["v0.7", "https://v07-docs.openebs.io"],
"0.6.0": ["v0.6", "https://v06-docs.openebs.io"],
Expand Down

0 comments on commit 16eb7bf

Please sign in to comment.