Host officially verified components/repositories which can be used in our kubebb!
charts
host verified components(helm chart
)repos
host verified repositories
- Add the kubebb component repository
kubectl apply -n kubebb-system -f repos/repository_kubebb.yaml
- Search components under this repository
kubectl get components -n kubebb-system -l kubebb.component.repository=kubebb
- Schedule a
ComponentPlan
and subscribe updates
To be detailed!
- Add the kubebb charts repository
helm repo add kubebb https://kubebb.github.io/components
- Update the helm repo
helm repo update
- Search the helm charts
helm search repo kubebb
- Install chart
helm install {release_name} kubebb/{chart}
If you want to contribute to Kubb Core, refer to contribute guide.
If you need support, start with the troubleshooting guide, or create github issues