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
53d0b8ce
Unverified
Commit
53d0b8ce
authored
Jan 09, 2019
by
Davanum Srinivas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Referencing non existing var in e2e_node/conformance/run_test.sh
Change-Id: I16b9061c07f4a43aff9fe236892128af8697a0b4
parent
bf56c7be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
run_test.sh
test/e2e_node/conformance/run_test.sh
+2
-2
No files found.
test/e2e_node/conformance/run_test.sh
View file @
53d0b8ce
...
...
@@ -76,7 +76,7 @@ CNI_CONF_DIR=${CNI_CONF_DIR:-""}
# CNI_BIN_DIR is the path to network plugin config files.
CNI_BIN_DIR
=
${
CNI_BIN_DIR
:-
""
}
# KUBELET_KUBECONFIG
_DIR is the path to a dir for the kubelet's kubeconfig file
# KUBELET_KUBECONFIG
is the path to a kubeconfig file, specifying how to connect to the API server.
KUBELET_KUBECONFIG
=
${
KUBELET_KUBECONFIG
:-
"/var/lib/kubelet/kubeconfig"
}
# Creates a kubeconfig file for the kubelet.
...
...
@@ -182,7 +182,7 @@ config_dir=`mktemp -d`
file_check_frequency
=
10s
pod_cidr
=
10.100.0.0/24
log_level
=
4
start_kubelet
--kubeconfig
"
${
KUBELET_KUBECONFIG_DIR
}
/kubelet.kubeconfig"
\
start_kubelet
--kubeconfig
${
KUBELET_KUBECONFIG
}
\
--volume-stats-agg-period
$volume_stats_agg_period
\
--allow-privileged
=
$allow_privileged
\
--serialize-image-pulls
=
$serialize_image_pulls
\
...
...
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