kubernetes: use a common base kube yml file

With the master tailoring for docker now being in docker-master.yml,
kube-master and kube-node are identical, so just use a single kube.yml.

The reference to kube-master.yml in README.md is obsolete, so just drop it.

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell
2017-09-14 16:45:33 +01:00
parent 1fa059bbd2
commit 7e19d38821
4 changed files with 4 additions and 58 deletions

View File

@@ -4,8 +4,6 @@ This project aims to demonstrate how one can create minimal and immutable Kubern
Make sure to `cd projects/kubernetes` first.
Edit `kube-master.yml` and add your public SSH key to `files` section.
Build OS images:
```
make build-vm-images