forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert minion_ to kubelet_ in numerous docs
The example systemd services files, environment files, and the fedora manual config doc all used numerous references to minion_. Many of these are better named kubelet_. Convert them.
- Loading branch information
Showing
6 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
### | ||
# kubernetes kublet (minion) config | ||
# kubernetes kubelet (minion) config | ||
|
||
# The address for the info server to serve on (set to 0.0.0.0 or "" for all interfaces) | ||
MINION_ADDRESS="--address=127.0.0.1" | ||
KUBELET_ADDRESS="--address=127.0.0.1" | ||
|
||
# The port for the info server to serve on | ||
MINION_PORT="--port=10250" | ||
KUBELET_PORT="--port=10250" | ||
|
||
# You may leave this blank to use the actual hostname | ||
MINION_HOSTNAME="--hostname_override=127.0.0.1" | ||
KUBELET_HOSTNAME="--hostname_override=127.0.0.1" | ||
|
||
# Add your own! | ||
MINION_ARGS="" | ||
KUBELET_ARGS="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters