-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Remove the old docker-multinode in favor for the new one #876
Conversation
@@ -0,0 +1,114 @@ | |||
Running Multi-Node Kubernetes Using Docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file must open with these lines:
1: ---
2: ---
Do not put the title -- that will be pulled in from guides.yml
4d022c6
to
696c4ed
Compare
@johndmulhausen Updated |
@mikedanese Ping Also cc @kelseyhightower if you have time :) |
## Overview | ||
|
||
This guide will set up a 2-node Kubernetes cluster, consisting of a _master_ node which hosts the API server and orchestrates work | ||
and a _worker_ node which receives work from the master. You can repeat the process of adding worker nodes an arbitrary number of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For better or worse we have settled on using the terms "master" and "node". It's confusing to keep using worker and minion in documentation.
Please address comment in a follow up. @pwittrock this LGTM |
Is it ok for me to merge this now? I fixed @johndmulhausen's comments and @mikedanese LGTM'd it |
- General wordsmithing and content updates - Remove manual schema (we can't maintain this this way) Signed-off-by: William Morgan <[email protected]>
@johndmulhausen @orenye @mikedanese @pwittrock