You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install: manifests ## Install CRDs into the K8s cluster specified in ~/.kube/config.
139
-
$(KUBECTL) apply -f helm/kubernetes-operator/crds
140
-
141
-
.PHONY: uninstall
142
-
uninstall: manifests ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
2. (Recommended) Install [cert-manager](https://cert-manager.io/docs/installation/#default-static-install) for k8s API to communicate with the NetBird operator.
> Learn more about the values.yaml options [here](helm/kubernetes-operator/values.yaml) and [Granting controller access to NetBird Management](docs/usage.md#granting-controller-access-to-netbird-management).
48
-
#### Using install.yaml
49
-
50
-
> [!IMPORTANT]
51
-
> install.yaml only includes a very basic template for deploying a stripped-down version of Kubernetes-operator.
52
-
> This excludes any and all configurations for ingress capabilities and requires the cert-manager to be installed.
0 commit comments