Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
e91c04f5
Commit
e91c04f5
authored
Aug 21, 2017
by
Bogdan Dobrelya
Committed by
GitHub
Aug 21, 2017
Browse files
Options
Downloads
Plain Diff
Merge pull request #1553 from mattymo/kubelet-deployment-doc
Add node to docs about kubelet deployment type changes
parents
ca3050ec
277fa6c1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/vars.md
+5
-0
5 additions, 0 deletions
docs/vars.md
with
5 additions
and
0 deletions
docs/vars.md
+
5
−
0
View file @
e91c04f5
...
@@ -98,6 +98,11 @@ Stack](https://github.com/kubernetes-incubator/kubespray/blob/master/docs/dns-st
...
@@ -98,6 +98,11 @@ Stack](https://github.com/kubernetes-incubator/kubespray/blob/master/docs/dns-st
``--insecure-registry=myregistry.mydomain:5000``
``--insecure-registry=myregistry.mydomain:5000``
*
*http_proxy/https_proxy/no_proxy*
- Proxy variables for deploying behind a
*
*http_proxy/https_proxy/no_proxy*
- Proxy variables for deploying behind a
proxy
proxy
*
*kubelet_deployment_type*
- Controls which platform to deploy kubelet on.
Available options are
``host``
,
``rkt``
, and
``docker``
.
``docker``
mode
is unlikely to work on newer releases. Starting with Kubernetes v1.7
series, this now defaults to
``host``
. Before v1.7, the default was Docker.
This is because of cgroup
[
issues
](
https://github.com/kubernetes/kubernetes/issues/43704
)
.
*
*kubelet_load_modules*
- For some things, kubelet needs to load kernel modules. For example,
*
*kubelet_load_modules*
- For some things, kubelet needs to load kernel modules. For example,
dynamic kernel services are needed for mounting persistent volumes into containers. These may not be
dynamic kernel services are needed for mounting persistent volumes into containers. These may not be
loaded by preinstall kubernetes processes. For example, ceph and rbd backed volumes. Set this variable to
loaded by preinstall kubernetes processes. For example, ceph and rbd backed volumes. Set this variable to
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment