Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
ebd53c6f
Commit
ebd53c6f
authored
Oct 25, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Oct 25, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #35468 from bprashanth/exp_shim_local
Automatic merge from submit-queue Pass --experimental-runtime-integration-type in local-up-cluster why not?
parents
25f2fba0
9d7c57ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
local-up-cluster.sh
hack/local-up-cluster.sh
+5
-0
No files found.
hack/local-up-cluster.sh
View file @
ebd53c6f
...
...
@@ -23,7 +23,9 @@ DOCKERIZE_KUBELET=${DOCKERIZE_KUBELET:-""}
ALLOW_PRIVILEGED
=
${
ALLOW_PRIVILEGED
:-
""
}
ALLOW_SECURITY_CONTEXT
=
${
ALLOW_SECURITY_CONTEXT
:-
""
}
RUNTIME_CONFIG
=
${
RUNTIME_CONFIG
:-
""
}
# Name of the network plugin, eg: "kubenet"
NET_PLUGIN
=
${
NET_PLUGIN
:-
""
}
# Place the binaries required by NET_PLUGIN in this directory, eg: "/home/kubernetes/bin".
NET_PLUGIN_DIR
=
${
NET_PLUGIN_DIR
:-
""
}
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
SERVICE_CLUSTER_IP_RANGE
=
${
SERVICE_CLUSTER_IP_RANGE
:-
10
.0.0.0/24
}
...
...
@@ -161,6 +163,8 @@ CLAIM_BINDER_SYNC_PERIOD=${CLAIM_BINDER_SYNC_PERIOD:-"15s"} # current k8s defaul
ENABLE_CONTROLLER_ATTACH_DETACH=
${
ENABLE_CONTROLLER_ATTACH_DETACH
:-
"true"
}
# current default
CERT_DIR=
${
CERT_DIR
:-
"/var/run/kubernetes"
}
ROOT_CA_FILE=
$CERT_DIR
/apiserver.crt
# How the kubelet interacts with the runtime, eg
:
"cri"
EXPERIMENTAL_RUNTIME_INTEGRATION_TYPE=
${
EXPERIMENTAL_RUNTIME_INTEGRATION_TYPE
:-
""
}
function test_apiserver_off {
...
...
@@ -465,6 +469,7 @@ function start_kubelet {
--v
=
${
LOG_LEVEL
}
\
--chaos-chance
=
"
${
CHAOS_CHANCE
}
"
\
--container-runtime
=
"
${
CONTAINER_RUNTIME
}
"
\
--experimental-runtime-integration-type
=
"
${
EXPERIMENTAL_RUNTIME_INTEGRATION_TYPE
}
"
\
--rkt-path
=
"
${
RKT_PATH
}
"
\
--rkt-stage1-image
=
"
${
RKT_STAGE1_IMAGE
}
"
\
--hostname-override
=
"
${
HOSTNAME_OVERRIDE
}
"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment