Skip to content

Commit 2271eb5

Browse files
committed
update at 2024-08-09 14:24:24
1 parent 0f55968 commit 2271eb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ docker-push: ## Push docker image with the manager.
100100
.PHONY: docker-build-push
101101
docker-build-push: docker-build docker-push
102102

103-
.PHONY: update-controller
104-
update-controller: docker-build-push
105-
kubectl -n kube-system rollout restart deployment/tke-extend-network-controller
106-
107103
# PLATFORMS defines the target platforms for the manager image be built to provide support to multiple
108104
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
109105
# - be able to use docker buildx. More info: https://docs.docker.com/build/buildx/

0 commit comments

Comments
 (0)