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
7e462c23
Commit
7e462c23
authored
May 06, 2016
by
Wojciech Tyczynski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #25250 from wojtek-t/fix_proto_configs
Fix proto configs
parents
2983c1d9
247512d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
config-test.sh
cluster/gce/config-test.sh
+2
-2
config-default.sh
cluster/kubemark/config-default.sh
+2
-2
No files found.
cluster/gce/config-test.sh
View file @
7e462c23
...
@@ -87,9 +87,9 @@ TEST_CLUSTER_DELETE_COLLECTION_WORKERS="${TEST_CLUSTER_DELETE_COLLECTION_WORKERS
...
@@ -87,9 +87,9 @@ TEST_CLUSTER_DELETE_COLLECTION_WORKERS="${TEST_CLUSTER_DELETE_COLLECTION_WORKERS
TEST_CLUSTER_RESYNC_PERIOD
=
"
${
TEST_CLUSTER_RESYNC_PERIOD
:-
--min-resync-period=3m
}
"
TEST_CLUSTER_RESYNC_PERIOD
=
"
${
TEST_CLUSTER_RESYNC_PERIOD
:-
--min-resync-period=3m
}
"
# ContentType used by all components to communicate with apiserver.
# ContentType used by all components to communicate with apiserver.
TEST_CLUSTER_API_CONTENT_TYPE
=
"
${
TEST_CLUSTER_CONTENT_TYPE
:-}
"
TEST_CLUSTER_API_CONTENT_TYPE
=
"
${
TEST_CLUSTER_
API_
CONTENT_TYPE
:-}
"
# ContentType used to store objects in underlying database.
# ContentType used to store objects in underlying database.
TEST_CLUSTER_STORAGE_CONTENT_TYPE
=
"
${
TEST_CLUSTER_
CLIENT
_CONTENT_TYPE
:-}
"
TEST_CLUSTER_STORAGE_CONTENT_TYPE
=
"
${
TEST_CLUSTER_
STORAGE
_CONTENT_TYPE
:-}
"
KUBELET_TEST_ARGS
=
"--max-pods=110 --serialize-image-pulls=false --outofdisk-transition-frequency=0
${
TEST_CLUSTER_API_CONTENT_TYPE
}
"
KUBELET_TEST_ARGS
=
"--max-pods=110 --serialize-image-pulls=false --outofdisk-transition-frequency=0
${
TEST_CLUSTER_API_CONTENT_TYPE
}
"
APISERVER_TEST_ARGS
=
"--runtime-config=extensions/v1beta1
${
TEST_CLUSTER_DELETE_COLLECTION_WORKERS
}
${
TEST_CLUSTER_STORAGE_CONTENT_TYPE
}
"
APISERVER_TEST_ARGS
=
"--runtime-config=extensions/v1beta1
${
TEST_CLUSTER_DELETE_COLLECTION_WORKERS
}
${
TEST_CLUSTER_STORAGE_CONTENT_TYPE
}
"
...
...
cluster/kubemark/config-default.sh
View file @
7e462c23
...
@@ -47,9 +47,9 @@ TEST_CLUSTER_LOG_LEVEL="${TEST_CLUSTER_LOG_LEVEL:---v=2}"
...
@@ -47,9 +47,9 @@ TEST_CLUSTER_LOG_LEVEL="${TEST_CLUSTER_LOG_LEVEL:---v=2}"
TEST_CLUSTER_RESYNC_PERIOD
=
"
${
TEST_CLUSTER_RESYNC_PERIOD
:-
--min-resync-period=12h
}
"
TEST_CLUSTER_RESYNC_PERIOD
=
"
${
TEST_CLUSTER_RESYNC_PERIOD
:-
--min-resync-period=12h
}
"
# ContentType used by all components to communicate with apiserver.
# ContentType used by all components to communicate with apiserver.
TEST_CLUSTER_API_CONTENT_TYPE
=
"
${
TEST_CLUSTER_CONTENT_TYPE
:-}
"
TEST_CLUSTER_API_CONTENT_TYPE
=
"
${
TEST_CLUSTER_
API_
CONTENT_TYPE
:-}
"
# ContentType used to store objects in underlying database.
# ContentType used to store objects in underlying database.
TEST_CLUSTER_STORAGE_CONTENT_TYPE
=
"
${
TEST_CLUSTER_
CLIENT
_CONTENT_TYPE
:-}
"
TEST_CLUSTER_STORAGE_CONTENT_TYPE
=
"
${
TEST_CLUSTER_
STORAGE
_CONTENT_TYPE
:-}
"
KUBELET_TEST_ARGS
=
"--max-pods=100
$TEST_CLUSTER_LOG_LEVEL
${
TEST_CLUSTER_API_CONTENT_TYPE
}
"
KUBELET_TEST_ARGS
=
"--max-pods=100
$TEST_CLUSTER_LOG_LEVEL
${
TEST_CLUSTER_API_CONTENT_TYPE
}
"
APISERVER_TEST_ARGS
=
"--runtime-config=extensions/v1beta1
${
TEST_CLUSTER_LOG_LEVEL
}
${
TEST_CLUSTER_STORAGE_CONTENT_TYPE
}
"
APISERVER_TEST_ARGS
=
"--runtime-config=extensions/v1beta1
${
TEST_CLUSTER_LOG_LEVEL
}
${
TEST_CLUSTER_STORAGE_CONTENT_TYPE
}
"
...
...
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