Skip to content

Commit

Permalink
copy examples.md from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kpharasi committed Jul 23, 2024
1 parent 34b9e96 commit 2db2452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ADMIRAL_HOME/scripts/cluster-secret.sh $MAIN_CLUSTER $MAIN_CLUSTER admiral
4\. Install/Run Admiral-Sync in the remote clusters that admiral monitors
```
# Create admiral role and bindings on remote cluster
kubectl apply --kubeconfig=$REMOTE_CLUSTER -f $ADMIRAL_HOME/yaml/remotecluster.yaml
kubectl apply --context=$REMOTE_CLUSTER -f $ADMIRAL_HOME/yaml/remotecluster.yaml
```
5\. Add Remote Cluster to Admiral's watcher
```
Expand Down Expand Up @@ -357,4 +357,4 @@ Run the following script to cleanup admiral and its associated resources

```bash
$ADMIRAL_HOME/scripts/cleanup.sh
```
```

0 comments on commit 2db2452

Please sign in to comment.