Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Example of kubebot + Kubernetes

This example deploys:

The manifests are in ../deploy/manifests.

To build and apply the manifests with Kustomize:

cd example
kustomize build . | kubectl diff -f -
kustomize build . | kubectl apply -f -

You can execute the following command to clean up that resource created above

kustomize build . | kubectl delete  -f -
kubectl delete pvc data-kubebot-hyperspace-0