From 2db24525caae5c92f23ff67815f530a2abb46841 Mon Sep 17 00:00:00 2001 From: kpharasi Date: Tue, 23 Jul 2024 16:20:15 -0700 Subject: [PATCH] copy examples.md from main branch --- docs/Examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Examples.md b/docs/Examples.md index 6558c7d3..a9734d9a 100644 --- a/docs/Examples.md +++ b/docs/Examples.md @@ -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 ``` @@ -357,4 +357,4 @@ Run the following script to cleanup admiral and its associated resources ```bash $ADMIRAL_HOME/scripts/cleanup.sh -``` +``` \ No newline at end of file