Update motd

This commit is contained in:
Marcos Lilljedahl
2018-04-15 20:57:55 -03:00
parent 82fe2d63cc
commit 5120cb5b0d
2 changed files with 2 additions and 2 deletions

View File

@@ -32,5 +32,5 @@ RUN mkdir -p /root/.kube && ln -s /etc/kubernetes/admin.conf /root/.kube/config
WORKDIR /root
CMD systemctl start docker && systemctl start kubelet \
CMD mount --make-shared / && systemctl start docker && systemctl start kubelet \
&& while true; do bash -l; done

View File

@@ -20,7 +20,7 @@
3. (Optional) Create an nginx deployment:
kubectl apply -f https://k8s.io/docs/user-guide//nginx-app.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/cn/docs/user-guide/nginx-app.yaml
The PWK team.