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
2ae5c701
Commit
2ae5c701
authored
Nov 07, 2016
by
Jerzy Szczepkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed EXPERIMENTAL from KUBE_REPLICATE_EXISTING_MASTER flag.
Removed EXPERIMENTAL from KUBE_REPLICATE_EXISTING_MASTER flag.
parent
83c5a1c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
util.sh
cluster/gce/util.sh
+1
-1
e2e-add-master.sh
hack/e2e-internal/e2e-add-master.sh
+1
-1
No files found.
cluster/gce/util.sh
View file @
2ae5c701
...
...
@@ -614,7 +614,7 @@ function kube-up() {
if
[[
${
KUBE_USE_EXISTING_MASTER
:-}
==
"true"
]]
;
then
parse-master-env
create-nodes
elif
[[
${
KUBE_
EXPERIMENTAL_
REPLICATE_EXISTING_MASTER
:-}
==
"true"
]]
;
then
elif
[[
${
KUBE_REPLICATE_EXISTING_MASTER
:-}
==
"true"
]]
;
then
if
[[
"
${
MASTER_OS_DISTRIBUTION
}
"
!=
"gci"
&&
"
${
MASTER_OS_DISTRIBUTION
}
"
!=
"debian"
]]
;
then
echo
"Master replication supported only for gci and debian"
return
1
...
...
hack/e2e-internal/e2e-add-master.sh
View file @
2ae5c701
...
...
@@ -16,7 +16,7 @@
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/../..
export
KUBE_
EXPERIMENTAL_
REPLICATE_EXISTING_MASTER
=
true
export
KUBE_REPLICATE_EXISTING_MASTER
=
true
source
"
${
KUBE_ROOT
}
/hack/e2e-internal/e2e-up.sh"
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