Use --in-kube-cluster to indicate in-cluster mode

This commit is contained in:
Geoff Bourne
2018-05-26 13:10:45 -05:00
parent 682ceb9589
commit bdf470d675
3 changed files with 35 additions and 7 deletions
+2
View File
@@ -1,3 +1,5 @@
FROM scratch
COPY mc-router /
# create a temp directory for k8s library logging
COPY README.md /tmp/
ENTRYPOINT ["/mc-router"]