Skip to content

Commit

Permalink
Fix floating interdomain spire (#6873)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <[email protected]>
  • Loading branch information
glazychev-art authored Jul 25, 2022
1 parent 811be1b commit 273287c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/floating_interdomain/spire/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export KUBECONFIG=$KUBECONFIG1
```

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster1?ref=fef61314382ba6fe3743883359fb502aa8c016a7
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/floating_interdomain/spire/cluster1?ref=fef61314382ba6fe3743883359fb502aa8c016a7
```

Wait for PODs status ready:
Expand All @@ -48,7 +48,7 @@ export KUBECONFIG=$KUBECONFIG2
```

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster2?ref=fef61314382ba6fe3743883359fb502aa8c016a7
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/floating_interdomain/spire/cluster2?ref=fef61314382ba6fe3743883359fb502aa8c016a7
```

Wait for PODs status ready:
Expand All @@ -65,7 +65,7 @@ export KUBECONFIG=$KUBECONFIG3
```

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster3?ref=fef61314382ba6fe3743883359fb502aa8c016a7
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/floating_interdomain/spire/cluster3?ref=fef61314382ba6fe3743883359fb502aa8c016a7
```

Wait for PODs status ready:
Expand Down

0 comments on commit 273287c

Please sign in to comment.