Update Kubernetes cookbook
All checks were successful
ci/woodpecker/pr/debug Pipeline was successful

Signed-off-by: babykart <babykart@gmail.com>
This commit is contained in:
babykart 2025-03-22 23:44:55 +01:00
parent 1fd347c4cd
commit 0d258cf6e0
Signed by untrusted user: babykart
GPG key ID: 704F3A91D711365D

View file

@ -26,6 +26,13 @@ Or deploy with custom values:
helm install --create-namespace --namespace garage garage ./garage -f values.override.yaml
```
If you want to manage the CustomRessourceDefinition used by garage for its `kubernetes_discovery` outside of the helm chart, add `garage.kubernetesSkipCrd: true` to your custom values and use the kustomization before deploying the helm chart:
```bash
kubectl apply -k ../k8s/crd
helm install --create-namespace --namespace garage garage ./garage -f values.override.yaml
```
After deploying, cluster layout must be configured manually as described in [Creating a cluster layout](@/documentation/quick-start/_index.md#creating-a-cluster-layout). Use the following command to access garage CLI:
```bash