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
2804c007
Commit
2804c007
authored
Dec 29, 2015
by
gmarek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase Kubelet log verbosity in scalability tests
parent
b00b41bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
e2e.sh
hack/jenkins/e2e.sh
+3
-0
No files found.
hack/jenkins/e2e.sh
View file @
2804c007
...
@@ -555,6 +555,8 @@ case ${JOB_NAME} in
...
@@ -555,6 +555,8 @@ case ${JOB_NAME} in
NUM_NODES
=
"100"
NUM_NODES
=
"100"
# Reduce logs verbosity
# Reduce logs verbosity
TEST_CLUSTER_LOG_LEVEL
=
"--v=2"
TEST_CLUSTER_LOG_LEVEL
=
"--v=2"
# TODO: Remove when we figure out the reason for ocassional failures #19048
KUBELET_TEST_LOG_LEVEL
=
"--v=4"
# Increase resync period to simulate production
# Increase resync period to simulate production
TEST_CLUSTER_RESYNC_PERIOD
=
"--min-resync-period=12h"
TEST_CLUSTER_RESYNC_PERIOD
=
"--min-resync-period=12h"
;;
;;
...
@@ -1101,6 +1103,7 @@ export NODE_SIZE=${NODE_SIZE:-}
...
@@ -1101,6 +1103,7 @@ export NODE_SIZE=${NODE_SIZE:-}
export
NODE_DISK_SIZE
=
${
NODE_DISK_SIZE
:-}
export
NODE_DISK_SIZE
=
${
NODE_DISK_SIZE
:-}
export
NUM_NODES
=
${
NUM_NODES
:-}
export
NUM_NODES
=
${
NUM_NODES
:-}
export
TEST_CLUSTER_LOG_LEVEL
=
${
TEST_CLUSTER_LOG_LEVEL
:-}
export
TEST_CLUSTER_LOG_LEVEL
=
${
TEST_CLUSTER_LOG_LEVEL
:-}
export
KUBELET_TEST_LOG_LEVEL
=
${
KUBELET_TEST_LOG_LEVEL
:-}
export
TEST_CLUSTER_RESYNC_PERIOD
=
${
TEST_CLUSTER_RESYNC_PERIOD
:-}
export
TEST_CLUSTER_RESYNC_PERIOD
=
${
TEST_CLUSTER_RESYNC_PERIOD
:-}
export
PROJECT
=
${
PROJECT
:-}
export
PROJECT
=
${
PROJECT
:-}
export
NETWORK_PROVIDER
=
${
NETWORK_PROVIDER
:-}
export
NETWORK_PROVIDER
=
${
NETWORK_PROVIDER
:-}
...
...
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