Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 427 Bytes

File metadata and controls

19 lines (12 loc) · 427 Bytes

Kubernetes Apply

Features

A simple and slim extention to apply and remove yaml files via kubectl. To apply a yaml file you can:

  • right click on the file + K8S: Apply resource
  • run the K8S: Apply resource command

To delete a yaml file you can:

  • right click on the file + K8S: Delete resource
  • run the K8S: Delete resource command

Requirements

  • a configured kubectl
  • an active terminal in VSCode