Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document product_uuid and MAC reqs #4165

Merged
merged 1 commit into from
Jun 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/setup/independent/install-kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This page shows how to use install kubeadm.
* One or more machines running Ubuntu 16.04+, CentOS 7 or HypriotOS v1.0.1+
* 1GB or more of RAM per machine (any less will leave little room for your apps)
* Full network connectivity between all machines in the cluster (public or private network is fine)
* Unique MAC address and product_uuid for every node

{% endcapture %}

Expand All @@ -26,7 +27,7 @@ Versions 1.13 and 17.03+ have not yet been tested and verified by the Kubernetes
For installation instructions, see
[Install Docker](https://docs.docker.com/engine/installation/).

## Installing kubectl
## Installing kubectl

On each of your machines,
[install kubectl](/docs/tasks/tools/install-kubectl/).
Expand Down