Manifest installation
Requirements
Kubectl version >= 1.18.x
How to install
Download manifest.yaml file
In linux
# curl -LO https://raw.githubusercontent.com/mrzack99s/netcoco/main/manifest.yaml
Change the value in manifest.yaml
Deploy NetCoCo with manifest.yaml
# kubectl apply -f manifest.yaml
How to uninstall
Undeploy NetCoCo with manifest.yaml
# kubectl delete -f manifest.yaml
Last updated
Was this helpful?