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
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
install: manifests kustomize ## Install APIResourceSchemas and APIExport into the K8s cluster specified in ~/.kube/config.
98
-
kubectl apply -f config/kcp
97
+
install: manifests kustomize ## Install APIResourceSchemas and APIExport into kcp (using $KUBECONFIG or ~/.kube/config).
98
+
kustomize build config/kcp |kubectl apply -f -
99
99
100
100
.PHONY: uninstall
101
-
uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
uninstall: manifests kustomize ## Uninstall APIResourceSchemas and APIExport from kcp (using $KUBECONFIG or ~/.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.
110
+
undeploy: ## Undeploy controller. Call with ignore-not-found=true to ignore resource not found errors during deletion.
0 commit comments