Remove kubectl from make file
This commit is contained in:
parent
714bc88b07
commit
5a184a2199
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ CONTAINERS=docker
|
|||||||
COMPOSE=$(CONTAINERS)-compose
|
COMPOSE=$(CONTAINERS)-compose
|
||||||
# Configure local registry
|
# Configure local registry
|
||||||
REGADDR=192.168.0.151:32000
|
REGADDR=192.168.0.151:32000
|
||||||
K8SRSNAME=$(shell kubectl get rs --no-headers -o custom-columns=":metadata.name" | grep bank)
|
#K8SRSNAME=$(shell kubectl get rs --no-headers -o custom-columns=":metadata.name" | grep bank)
|
||||||
.phony: all clean build test clean-image build-image build-image-debug run-image run-image-debug run-local
|
.phony: all clean build test clean-image build-image build-image-debug run-image run-image-debug run-local
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user