Skip to content

Commit 1f9c1ff

Browse files
Merge pull request #1775 from abays/make_install_server_side
Use server-side apply for 'make install'
2 parents 8029907 + 9e031a4 commit 1f9c1ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ endif
290290

291291
.PHONY: install
292292
install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.
293-
$(KUSTOMIZE) build config/crd | kubectl apply -f -
293+
$(KUSTOMIZE) build config/crd | kubectl apply --server-side -f -
294294

295295
.PHONY: uninstall
296296
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.

0 commit comments

Comments
 (0)