Skip to content

Commit c3b245e

Browse files
Merge pull request #234820 from James-Green-Microsoft/kuberenetes-command-fixes
Fix for Kubernetes commands
2 parents 4b5f021 + 67d95ab commit c3b245e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/private-5g-core/modify-local-access-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ If you switched from Azure AD to local usernames and passwords:
8181
1. Sign in to [Azure Cloud Shell](../cloud-shell/overview.md) and select **PowerShell**. If this is your first time accessing your cluster via Azure Cloud Shell, follow [Access your cluster](../azure-arc/kubernetes/cluster-connect.md?tabs=azure-cli) to configure kubectl access.
8282
1. Delete the Kubernetes Secret Objects:
8383

84-
`kubectl delete secrets sas-auth-secrets grafana-auth-secrets --kubeconfig=<core kubeconfig>`
84+
`kubectl delete secrets sas-auth-secrets grafana-auth-secrets --kubeconfig=<core kubeconfig> -n core`
8585

8686
1. Restart the distributed tracing and packet core dashboards pods.
8787

8888
1. Obtain the name of your packet core dashboards pod:
8989

90-
`kubectl get pods -n core --kubeconfig=<core kubeconfig>" | grep "grafana"`
90+
`kubectl get pods -n core --kubeconfig=<core kubeconfig> | grep "grafana"`
9191

9292
1. Copy the output of the previous step and replace it into the following command to restart your pods.
9393

0 commit comments

Comments
 (0)