More Makefile enhancements (#569)
Allows us to make use of of make's target deps instead of re-execing make in our build target just for custom, one-shot environment changes. Keeps e2e bin in bin/e2e/virtual-kubelet.
This commit is contained in:
@@ -5,7 +5,7 @@ ENV APISERVER_KEY_LOCATION /vkubelet-mock-0-key.pem
|
||||
ENV KUBELET_PORT 10250
|
||||
|
||||
# Use the pre-built binary in "bin/virtual-kubelet".
|
||||
COPY bin/virtual-kubelet /virtual-kubelet
|
||||
COPY bin/e2e/virtual-kubelet /virtual-kubelet
|
||||
# Copy the configuration file for the mock provider.
|
||||
COPY hack/skaffold/virtual-kubelet/vkubelet-mock-0-cfg.json /vkubelet-mock-0-cfg.json
|
||||
# Copy the certificate for the HTTPS server.
|
||||
|
||||
Reference in New Issue
Block a user