We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f55968 commit 2271eb5Copy full SHA for 2271eb5
Makefile
@@ -100,10 +100,6 @@ docker-push: ## Push docker image with the manager.
100
.PHONY: docker-build-push
101
docker-build-push: docker-build docker-push
102
103
-.PHONY: update-controller
104
-update-controller: docker-build-push
105
- kubectl -n kube-system rollout restart deployment/tke-extend-network-controller
106
-
107
# PLATFORMS defines the target platforms for the manager image be built to provide support to multiple
108
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
109
# - be able to use docker buildx. More info: https://docs.docker.com/build/buildx/
0 commit comments