mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Update the docker build pipeline.
Add a master manifest.
This commit is contained in:
@@ -22,4 +22,4 @@ ENV KUBE_MINIONS ""
|
||||
|
||||
ADD . /kubernetes
|
||||
|
||||
CMD ['./run.sh']
|
||||
CMD ["/kubernetes/run.sh"]
|
||||
|
@@ -18,4 +18,4 @@
|
||||
# configuration and that we have a local minion.
|
||||
KUBE_MINIONS=${KUBE_MINIONS:$(hostname -f)}
|
||||
|
||||
./apiserver -master=127.0.0.1:8080 -etcd_servers="${ETCD_SERVERS}" --machines="${KUBE_MINIONS}"
|
||||
./apiserver -address=0.0.0.0 -etcd_servers="${ETCD_SERVERS}" --machines="${KUBE_MINIONS}"
|
||||
|
@@ -14,7 +14,7 @@
|
||||
|
||||
# This file creates a minimal container for running Kubernetes binaries
|
||||
|
||||
FROM busybox
|
||||
FROM google/debian:wheezy
|
||||
MAINTAINER Joe Beda <jbeda@google.com>
|
||||
|
||||
WORKDIR /kubernetes
|
||||
|
@@ -22,4 +22,4 @@ ENV API_SERVER 127.0.0.1:8080
|
||||
|
||||
ADD . /kubernetes
|
||||
|
||||
CMD ['./run.sh']
|
||||
CMD ["/kubernetes/run.sh"]
|
||||
|
@@ -21,4 +21,4 @@ ENV ETCD_SERVERS http://127.0.0.1:4001
|
||||
|
||||
ADD . /kubernetes
|
||||
|
||||
CMD ['./run.sh']
|
||||
CMD ["/kubernetes/run.sh"]
|
||||
|
Reference in New Issue
Block a user