Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.01 KB

Kubernetes Apply

Features

A simple and slim extention to operate yaml files via kubectl.

  • right click and select the command to operate yaml or directory.
  • The prompt before Apply and Delete is implemented through echo.
Command comment keybindings
K8S: Apply sleep 5 && kubectl apply -f [DIR|yaml]
K8S: Delete sleep 5 && kubectl delete -f [yaml]
K8S: Diff kubectl diff -f [DIR|yaml] ctrl+shift+alt+d / ctrl+shift+cmd+d
K8S: Apply kustomize sleep 5 && kubectl apply -k [DIR]
K8S: Diff kustomize sleep 5 && kubectl diff -k [DIR]
K8S: Sync Container kubeApply Sync Online container config ctrl+shift+alt+s / ctrl+shift+cmd+s
K8S: Sync kubeApply Sync All Online config adapt YAML
DIR: cd cd to selected folder

Requirements

  • a configured kubectl
  • an active terminal in VSCode

Special Thanks List