Skip to content

Commit

Permalink
Make room for discovered applications dr
Browse files Browse the repository at this point in the history
Move current dr samples to dr/managed, making rook for dr/discovered
samples.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs committed Jun 4, 2024
1 parent 3d14b7c commit e97d598
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ kubectl delete -k subscription/deployment-k8s-regional-rbd
hub, for example:

```
kubectl apply -k dr/deployment-k8s-regional-rbd
kubectl apply -k dr/managed/deployment-k8s-regional-rbd
```

This creates a DRPlacementControl resource for the busybox deployment
Expand All @@ -189,7 +189,7 @@ kubectl delete -k subscription/deployment-k8s-regional-rbd
1. Delete the drpc resource for the OCM application on the hub:

```
kubectl delete -k dr/deployment-k8s-regional-rbd
kubectl delete -k dr/managed/deployment-k8s-regional-rbd
```

This deletes the DRPlacementControl resource for the busybox
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions workloads/kubevirt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ kubectl annotate placement placement \
Deploy the DR resources to enable DR:

```sh
kubectl apply -k dr/kubevirt/vm-pvc-k8s-regional --context hub
kubectl apply -k dr/managed/kubevirt/vm-pvc-k8s-regional --context hub
```

At this point *Ramen* controls the VM placement and protects the VM data
Expand Down Expand Up @@ -356,7 +356,7 @@ kubectl wait drpc drpc \
Delete the `dr` resources to disable DR:

```sh
kubectl delete -k dr/kubevirt/vm-pvc-k8s-regional --context hub
kubectl delete -k dr/managed/kubevirt/vm-pvc-k8s-regional --context hub
```

Enable *OCM* scheduling again by deleting the placement annotation we
Expand Down

0 comments on commit e97d598

Please sign in to comment.