Skip to content

Commit 2326bde

Browse files
author
John Stallo
committed
remove abbreviation
1 parent 22accbc commit 2326bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connected-environment/how-to/use-kubectl-with-vsce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You can access the Kubernetes cluster within a Connected Environment, and use existing Kubernetes tools like `kubectl`.
44

5-
Running `vsce env create` or `vsce env select` will automatically add a `kubectl` configuration context for you, so kubectl should already be connected to your VSCE k8s cluster. Examples:
5+
Running `vsce env create` or `vsce env select` will automatically add a `kubectl` configuration context for you, so kubectl should already be connected to your VSCE Kubernetes cluster. Examples:
66
- Confirm the current context: `kubectl config current-context`
77
- List all available contexts: `kubectl config get-contexts`. A kubernetes cluster created by VSCE will be named something like "vsce-<guid>".
88
- Change context: `kubectl config use-context <context-name>`

0 commit comments

Comments
 (0)