Skip to content

Commit

Permalink
Fix #314
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Aug 29, 2022
1 parent f0f7369 commit 1b36085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ k3sup install \
--context my-k3s
```

Here we set a context of `my-k3s` and also merge into our main local `KUBECONFIG` file, so we could run `kubectl config set-context my-k3s` or `kubectx my-k3s`.
Here we set a context of `my-k3s` and also merge into our main local `KUBECONFIG` file, so we could run `kubectl config use-context my-k3s` or `kubectx my-k3s`.

### 😸 Join some agents to your Kubernetes server

Expand Down
2 changes: 1 addition & 1 deletion cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ func writeConfig(path string, data []byte, context string, suppressMessage bool)
# Test your cluster with:
export KUBECONFIG=%s
kubectl config set-context %s
kubectl config use-context %s
kubectl get node -o wide
%s
Expand Down

0 comments on commit 1b36085

Please sign in to comment.