Skip to content

Commit

Permalink
update k3s clsuters name
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidmohd committed Aug 13, 2024
1 parent f82b133 commit 7ec06e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/artifacts/DevOpsLogonScript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ $kubeVipDaemonset | kubectl apply -f -

# Switch Kubernetes context to ArcBox-K3s-DataSvc cluster
foreach ($cluster in $clusters) {
if ($cluster.context -like '*-K3s-DataSvc') {
if ($cluster.context -like '*-k3s-datasvc') {
$Env:KUBECONFIG=$cluster.kubeConfig
kubectx
}
Expand Down

0 comments on commit 7ec06e1

Please sign in to comment.