Skip to content

Instantly share code, notes, and snippets.

@mordr
Last active July 14, 2024 13:46
Show Gist options
  • Save mordr/3c2df494c690672247c720f66f0fb613 to your computer and use it in GitHub Desktop.
Save mordr/3c2df494c690672247c720f66f0fb613 to your computer and use it in GitHub Desktop.
Set Visual Studio Code as default editor for kubectl

Set KUBE_EDITOR to Visual Studio Code, assumes 'code' is in PATH

export KUBE_EDITOR='code --wait'

Running k edit ... will open up the yaml using Visual Studio Code.

@ivaylokardashev
Copy link

$env:KUBE_EDITOR="code --wait"

Thanx you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment