Skip to content

Commit

Permalink
re-fix hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamyct committed Nov 8, 2024
1 parent cfd87ba commit 394ce7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/tutorials/MigrationWithOverrideDR.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following resources are currently deployed in the WestUS clusters:

#### Service

Service test file located [here] (./tesfiles/nginx-service.yaml)
Service test file located [here](./tesfiles/nginx-service.yaml)

```yaml
apiVersion: v1
Expand All @@ -40,7 +40,7 @@ Summary:

#### Deployment

Deployment test file located [here] (./tesfiles/nginx-deployment.yaml)
Deployment test file located [here](./tesfiles/nginx-deployment.yaml)

```yaml
apiVersion: apps/v1
Expand Down Expand Up @@ -74,7 +74,7 @@ Summary:

#### ClusterResourcePlacement

CRP Availability test file located [here] (./tesfiles/crp-availability.yaml)
CRP Availability test file located [here](./tesfiles/crp-availability.yaml)

```yaml
apiVersion: placement.kubernetes-fleet.io/v1
Expand Down Expand Up @@ -327,13 +327,13 @@ spec:
strategy:
type: RollingUpdate
```
Update the [`crp-availability.yaml`] (./tesfiles/crp-availability.yaml) to reflect selecting clusters with higher node-count and apply it:
Update the [`crp-availability.yaml`](./tesfiles/crp-availability.yaml) to reflect selecting clusters with higher node-count and apply it:
```bash
kubectl apply -f crp-availability.yaml
```

### Results
After applying the updated [`crp-availability.yaml`] (./tesfiles/crp-availability.yaml), the Fleet will schedule the application on the available clusters in WestEurope as they each have 3 nodes.
After applying the updated [`crp-availability.yaml`](./tesfiles/crp-availability.yaml), the Fleet will schedule the application on the available clusters in WestEurope as they each have 3 nodes.
You can check the status of the CRP to ensure that the application has been successfully migrated and is running in the new region:
```bash
kubectl get crp crp-availability -o yaml
Expand Down

0 comments on commit 394ce7c

Please sign in to comment.