Skip to content

robusta-dev/robusta-pre-req

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

💻 About the project

This project run prerequisites checks for robusta installation on any k8s cluster To use it, connect to your cluster and run:

kubectl apply -f helm/pre-req-service-account.yaml 
kubectl apply -f helm/pre-req-job.yaml

This will create a namespace named "robusta-pre-req", will create a service-account and a job To view the checks output open the logs of the pod with a name prefix of "pre-req-runner" on the "robusta-pre-req" namespace.

To clean everything up run:

kubectl delete -f helm/pre-req-service-account.yaml 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages