Skip to content

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

executable file
·
22 lines (14 loc) · 372 Bytes

Get started

Here you will have everything you need to get started developing and testing the plugin

Prerequisites

Have this tools installed:

  • make
  • docker
  • kind
  • kubectl
  • argo (version v3.3.0-rc7)
  • argocd

Create testing cluster

Run the following script: ./create_cluster.sh

Delete testing cluster

Run the following script: ./delete_cluster.sh