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
e67be19a
Commit
e67be19a
authored
Nov 23, 2015
by
Brad Erickson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minion->Node rename: OLD_NODE_TAG, NODE_TAG
parent
bd06c19a
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
29 additions
and
29 deletions
+29
-29
config-default.sh
cluster/aws/config-default.sh
+1
-1
config-test.sh
cluster/aws/config-test.sh
+1
-1
util.sh
cluster/aws/util.sh
+2
-2
config-default.sh
cluster/gce/config-default.sh
+1
-1
config-test.sh
cluster/gce/config-test.sh
+1
-1
util.sh
cluster/gce/util.sh
+15
-15
config-test.sh
cluster/gke/config-test.sh
+1
-1
util.sh
cluster/gke/util.sh
+5
-5
config-default.sh
cluster/vsphere/config-default.sh
+1
-1
config-test.sh
cluster/vsphere/config-test.sh
+1
-1
No files found.
cluster/aws/config-default.sh
View file @
e67be19a
...
@@ -71,7 +71,7 @@ NODE_ROOT_DISK_SIZE=${NODE_ROOT_DISK_SIZE:-32}
...
@@ -71,7 +71,7 @@ NODE_ROOT_DISK_SIZE=${NODE_ROOT_DISK_SIZE:-32}
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MINION
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
NODE
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
NODE_SCOPES
=
""
NODE_SCOPES
=
""
POLL_SLEEP_INTERVAL
=
3
POLL_SLEEP_INTERVAL
=
3
SERVICE_CLUSTER_IP_RANGE
=
"10.0.0.0/16"
# formerly PORTAL_NET
SERVICE_CLUSTER_IP_RANGE
=
"10.0.0.0/16"
# formerly PORTAL_NET
...
...
cluster/aws/config-test.sh
View file @
e67be19a
...
@@ -69,7 +69,7 @@ NODE_ROOT_DISK_SIZE=${NODE_ROOT_DISK_SIZE:-32}
...
@@ -69,7 +69,7 @@ NODE_ROOT_DISK_SIZE=${NODE_ROOT_DISK_SIZE:-32}
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MINION
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
NODE
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
NODE_SCOPES
=
""
NODE_SCOPES
=
""
POLL_SLEEP_INTERVAL
=
3
POLL_SLEEP_INTERVAL
=
3
SERVICE_CLUSTER_IP_RANGE
=
"10.0.0.0/16"
# formerly PORTAL_NET
SERVICE_CLUSTER_IP_RANGE
=
"10.0.0.0/16"
# formerly PORTAL_NET
...
...
cluster/aws/util.sh
View file @
e67be19a
...
@@ -181,7 +181,7 @@ function query-running-minions () {
...
@@ -181,7 +181,7 @@ function query-running-minions () {
Name
=
vpc-id,Values
=
${
VPC_ID
}
\
Name
=
vpc-id,Values
=
${
VPC_ID
}
\
Name
=
tag:KubernetesCluster,Values
=
${
CLUSTER_ID
}
\
Name
=
tag:KubernetesCluster,Values
=
${
CLUSTER_ID
}
\
Name
=
tag:aws:autoscaling:groupName,Values
=
${
ASG_NAME
}
\
Name
=
tag:aws:autoscaling:groupName,Values
=
${
ASG_NAME
}
\
Name
=
tag:Role,Values
=
${
MINION
_TAG
}
\
Name
=
tag:Role,Values
=
${
NODE
_TAG
}
\
--query
${
query
}
--query
${
query
}
}
}
...
@@ -1014,7 +1014,7 @@ function start-minions() {
...
@@ -1014,7 +1014,7 @@ function start-minions() {
--max-size
${
NUM_MINIONS
}
\
--max-size
${
NUM_MINIONS
}
\
--vpc-zone-identifier
${
SUBNET_ID
}
\
--vpc-zone-identifier
${
SUBNET_ID
}
\
--tags
ResourceId
=
${
ASG_NAME
}
,ResourceType
=
auto-scaling-group,Key
=
Name,Value
=
${
NODE_INSTANCE_PREFIX
}
\
--tags
ResourceId
=
${
ASG_NAME
}
,ResourceType
=
auto-scaling-group,Key
=
Name,Value
=
${
NODE_INSTANCE_PREFIX
}
\
ResourceId
=
${
ASG_NAME
}
,ResourceType
=
auto-scaling-group,Key
=
Role,Value
=
${
MINION
_TAG
}
\
ResourceId
=
${
ASG_NAME
}
,ResourceType
=
auto-scaling-group,Key
=
Role,Value
=
${
NODE
_TAG
}
\
ResourceId
=
${
ASG_NAME
}
,ResourceType
=
auto-scaling-group,Key
=
KubernetesCluster,Value
=
${
CLUSTER_ID
}
ResourceId
=
${
ASG_NAME
}
,ResourceType
=
auto-scaling-group,Key
=
KubernetesCluster,Value
=
${
CLUSTER_ID
}
# Wait for the minions to be running
# Wait for the minions to be running
...
...
cluster/gce/config-default.sh
View file @
e67be19a
...
@@ -40,7 +40,7 @@ NETWORK=${KUBE_GCE_NETWORK:-default}
...
@@ -40,7 +40,7 @@ NETWORK=${KUBE_GCE_NETWORK:-default}
INSTANCE_PREFIX
=
"
${
KUBE_GCE_INSTANCE_PREFIX
:-
kubernetes
}
"
INSTANCE_PREFIX
=
"
${
KUBE_GCE_INSTANCE_PREFIX
:-
kubernetes
}
"
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MINION
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
NODE
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
MASTER_IP_RANGE
=
"
${
MASTER_IP_RANGE
:-
10
.246.0.0/24
}
"
MASTER_IP_RANGE
=
"
${
MASTER_IP_RANGE
:-
10
.246.0.0/24
}
"
CLUSTER_IP_RANGE
=
"
${
CLUSTER_IP_RANGE
:-
10
.244.0.0/16
}
"
CLUSTER_IP_RANGE
=
"
${
CLUSTER_IP_RANGE
:-
10
.244.0.0/16
}
"
NODE_SCOPES
=
"
${
NODE_SCOPES
:-
compute
-rw,monitoring,logging-write,storage-ro
}
"
NODE_SCOPES
=
"
${
NODE_SCOPES
:-
compute
-rw,monitoring,logging-write,storage-ro
}
"
...
...
cluster/gce/config-test.sh
View file @
e67be19a
...
@@ -41,7 +41,7 @@ NETWORK=${KUBE_GCE_NETWORK:-e2e}
...
@@ -41,7 +41,7 @@ NETWORK=${KUBE_GCE_NETWORK:-e2e}
INSTANCE_PREFIX
=
"
${
KUBE_GCE_INSTANCE_PREFIX
:-
e2e
-test-
${
USER
}}
"
INSTANCE_PREFIX
=
"
${
KUBE_GCE_INSTANCE_PREFIX
:-
e2e
-test-
${
USER
}}
"
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MINION
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
NODE
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
CLUSTER_IP_RANGE
=
"
${
CLUSTER_IP_RANGE
:-
10
.245.0.0/16
}
"
CLUSTER_IP_RANGE
=
"
${
CLUSTER_IP_RANGE
:-
10
.245.0.0/16
}
"
MASTER_IP_RANGE
=
"
${
MASTER_IP_RANGE
:-
10
.246.0.0/24
}
"
MASTER_IP_RANGE
=
"
${
MASTER_IP_RANGE
:-
10
.246.0.0/24
}
"
NODE_SCOPES
=
"
${
NODE_SCOPES
:-
compute
-rw,monitoring,logging-write,storage-ro
}
"
NODE_SCOPES
=
"
${
NODE_SCOPES
:-
compute
-rw,monitoring,logging-write,storage-ro
}
"
...
...
cluster/gce/util.sh
View file @
e67be19a
...
@@ -382,7 +382,7 @@ function create-node-template {
...
@@ -382,7 +382,7 @@ function create-node-template {
--boot-disk-size
"
${
NODE_DISK_SIZE
}
"
\
--boot-disk-size
"
${
NODE_DISK_SIZE
}
"
\
--image-project
=
"
${
NODE_IMAGE_PROJECT
}
"
\
--image-project
=
"
${
NODE_IMAGE_PROJECT
}
"
\
--image
"
${
NODE_IMAGE
}
"
\
--image
"
${
NODE_IMAGE
}
"
\
--tags
"
${
MINION
_TAG
}
"
\
--tags
"
${
NODE
_TAG
}
"
\
--network
"
${
NETWORK
}
"
\
--network
"
${
NETWORK
}
"
\
${
preemptible_minions
}
\
${
preemptible_minions
}
\
$2
\
$2
\
...
@@ -649,7 +649,7 @@ function kube-up {
...
@@ -649,7 +649,7 @@ function kube-up {
create-master-instance
"
${
MASTER_RESERVED_IP
}
"
&
create-master-instance
"
${
MASTER_RESERVED_IP
}
"
&
# Create a single firewall rule for all minions.
# Create a single firewall rule for all minions.
create-firewall-rule
"
${
MINION_TAG
}
-all"
"
${
CLUSTER_IP_RANGE
}
"
"
${
MINION
_TAG
}
"
&
create-firewall-rule
"
${
NODE_TAG
}
-all"
"
${
CLUSTER_IP_RANGE
}
"
"
${
NODE
_TAG
}
"
&
# Report logging choice (if any).
# Report logging choice (if any).
if
[[
"
${
ENABLE_NODE_LOGGING
-
}
"
==
"true"
]]
;
then
if
[[
"
${
ENABLE_NODE_LOGGING
-
}
"
==
"true"
]]
;
then
...
@@ -877,11 +877,11 @@ function kube-down {
...
@@ -877,11 +877,11 @@ function kube-down {
fi
fi
# Delete firewall rule for minions.
# Delete firewall rule for minions.
if
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
MINION
_TAG
}
-all"
&>/dev/null
;
then
if
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
NODE
_TAG
}
-all"
&>/dev/null
;
then
gcloud compute firewall-rules delete
\
gcloud compute firewall-rules delete
\
--project
"
${
PROJECT
}
"
\
--project
"
${
PROJECT
}
"
\
--quiet
\
--quiet
\
"
${
MINION
_TAG
}
-all"
"
${
NODE
_TAG
}
-all"
fi
fi
# Delete routes.
# Delete routes.
...
@@ -989,7 +989,7 @@ function check-resources {
...
@@ -989,7 +989,7 @@ function check-resources {
return
1
return
1
fi
fi
if
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
MINION
_TAG
}
-all"
&>/dev/null
;
then
if
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
NODE
_TAG
}
-all"
&>/dev/null
;
then
KUBE_RESOURCE_FOUND
=
"Firewall rules for
${
MASTER_NAME
}
-all"
KUBE_RESOURCE_FOUND
=
"Firewall rules for
${
MASTER_NAME
}
-all"
return
1
return
1
fi
fi
...
@@ -1153,34 +1153,34 @@ function test-setup {
...
@@ -1153,34 +1153,34 @@ function test-setup {
local
start
=
`
date
+%s
`
local
start
=
`
date
+%s
`
gcloud compute firewall-rules create
\
gcloud compute firewall-rules create
\
--project
"
${
PROJECT
}
"
\
--project
"
${
PROJECT
}
"
\
--target-tags
"
${
MINION
_TAG
}
"
\
--target-tags
"
${
NODE
_TAG
}
"
\
--allow
tcp:80,tcp:8080
\
--allow
tcp:80,tcp:8080
\
--network
"
${
NETWORK
}
"
\
--network
"
${
NETWORK
}
"
\
"
${
MINION
_TAG
}
-
${
INSTANCE_PREFIX
}
-http-alt"
2> /dev/null
||
true
"
${
NODE
_TAG
}
-
${
INSTANCE_PREFIX
}
-http-alt"
2> /dev/null
||
true
# As there is no simple way to wait longer for this operation we need to manually
# As there is no simple way to wait longer for this operation we need to manually
# wait some additional time (20 minutes altogether).
# wait some additional time (20 minutes altogether).
until
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
MINION
_TAG
}
-
${
INSTANCE_PREFIX
}
-http-alt"
2> /dev/null
||
[
$((
$start
+
1200
))
-lt
`
date
+%s
`
]
until
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
NODE
_TAG
}
-
${
INSTANCE_PREFIX
}
-http-alt"
2> /dev/null
||
[
$((
$start
+
1200
))
-lt
`
date
+%s
`
]
do
sleep
5
do
sleep
5
done
done
# Check if the firewall rule exists and fail if it does not.
# Check if the firewall rule exists and fail if it does not.
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
MINION
_TAG
}
-
${
INSTANCE_PREFIX
}
-http-alt"
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
NODE
_TAG
}
-
${
INSTANCE_PREFIX
}
-http-alt"
# Open up the NodePort range
# Open up the NodePort range
# TODO(justinsb): Move to main setup, if we decide whether we want to do this by default.
# TODO(justinsb): Move to main setup, if we decide whether we want to do this by default.
start
=
`
date
+%s
`
start
=
`
date
+%s
`
gcloud compute firewall-rules create
\
gcloud compute firewall-rules create
\
--project
"
${
PROJECT
}
"
\
--project
"
${
PROJECT
}
"
\
--target-tags
"
${
MINION
_TAG
}
"
\
--target-tags
"
${
NODE
_TAG
}
"
\
--allow
tcp:30000-32767,udp:30000-32767
\
--allow
tcp:30000-32767,udp:30000-32767
\
--network
"
${
NETWORK
}
"
\
--network
"
${
NETWORK
}
"
\
"
${
MINION
_TAG
}
-
${
INSTANCE_PREFIX
}
-nodeports"
2> /dev/null
||
true
"
${
NODE
_TAG
}
-
${
INSTANCE_PREFIX
}
-nodeports"
2> /dev/null
||
true
# As there is no simple way to wait longer for this operation we need to manually
# As there is no simple way to wait longer for this operation we need to manually
# wait some additional time (20 minutes altogether).
# wait some additional time (20 minutes altogether).
until
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
MINION
_TAG
}
-
${
INSTANCE_PREFIX
}
-nodeports"
2> /dev/null
||
[
$((
$start
+
1200
))
-lt
`
date
+%s
`
]
until
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
NODE
_TAG
}
-
${
INSTANCE_PREFIX
}
-nodeports"
2> /dev/null
||
[
$((
$start
+
1200
))
-lt
`
date
+%s
`
]
do
sleep
5
do
sleep
5
done
done
# Check if the firewall rule exists and fail if it does not.
# Check if the firewall rule exists and fail if it does not.
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
MINION
_TAG
}
-
${
INSTANCE_PREFIX
}
-nodeports"
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
NODE
_TAG
}
-
${
INSTANCE_PREFIX
}
-nodeports"
}
}
# Execute after running tests to perform any required clean-up. This is called
# Execute after running tests to perform any required clean-up. This is called
...
@@ -1191,11 +1191,11 @@ function test-teardown {
...
@@ -1191,11 +1191,11 @@ function test-teardown {
gcloud compute firewall-rules delete
\
gcloud compute firewall-rules delete
\
--project
"
${
PROJECT
}
"
\
--project
"
${
PROJECT
}
"
\
--quiet
\
--quiet
\
"
${
MINION
_TAG
}
-
${
INSTANCE_PREFIX
}
-http-alt"
||
true
"
${
NODE
_TAG
}
-
${
INSTANCE_PREFIX
}
-http-alt"
||
true
gcloud compute firewall-rules delete
\
gcloud compute firewall-rules delete
\
--project
"
${
PROJECT
}
"
\
--project
"
${
PROJECT
}
"
\
--quiet
\
--quiet
\
"
${
MINION
_TAG
}
-
${
INSTANCE_PREFIX
}
-nodeports"
||
true
"
${
NODE
_TAG
}
-
${
INSTANCE_PREFIX
}
-nodeports"
||
true
"
${
KUBE_ROOT
}
/cluster/kube-down.sh"
"
${
KUBE_ROOT
}
/cluster/kube-down.sh"
}
}
...
...
cluster/gke/config-test.sh
View file @
e67be19a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
# The following are test-specific settings.
# The following are test-specific settings.
CLUSTER_NAME
=
"
${
CLUSTER_NAME
:-${
USER
}
-gke-e2e
}
"
CLUSTER_NAME
=
"
${
CLUSTER_NAME
:-${
USER
}
-gke-e2e
}
"
NETWORK
=
${
KUBE_GKE_NETWORK
:-
e2e
}
NETWORK
=
${
KUBE_GKE_NETWORK
:-
e2e
}
MINION
_TAG
=
"k8s-
${
CLUSTER_NAME
}
-node"
NODE
_TAG
=
"k8s-
${
CLUSTER_NAME
}
-node"
# For ease of maintenance, extract any pieces that do not vary between default
# For ease of maintenance, extract any pieces that do not vary between default
...
...
cluster/gke/util.sh
View file @
e67be19a
...
@@ -163,7 +163,7 @@ function kube-up() {
...
@@ -163,7 +163,7 @@ function kube-up() {
# GCLOUD
# GCLOUD
# ZONE
# ZONE
# Vars set:
# Vars set:
#
MINION
_TAG
#
NODE
_TAG
function
test-setup
()
{
function
test-setup
()
{
echo
"... in gke:test-setup()"
>
&2
echo
"... in gke:test-setup()"
>
&2
# Detect the project into $PROJECT if it isn't set
# Detect the project into $PROJECT if it isn't set
...
@@ -171,22 +171,22 @@ function test-setup() {
...
@@ -171,22 +171,22 @@ function test-setup() {
detect-minions
>
&2
detect-minions
>
&2
# At this point, CLUSTER_NAME should have been used, so its value is final.
# At this point, CLUSTER_NAME should have been used, so its value is final.
MINION
_TAG
=
$(
$GCLOUD
compute instances describe
${
NODE_NAMES
[0]
}
--project
=
"
${
PROJECT
}
"
--zone
=
"
${
ZONE
}
"
|
grep
-o
"gke-
${
CLUSTER_NAME
}
-.
\{
8
\}
-node"
|
head
-1
)
NODE
_TAG
=
$(
$GCLOUD
compute instances describe
${
NODE_NAMES
[0]
}
--project
=
"
${
PROJECT
}
"
--zone
=
"
${
ZONE
}
"
|
grep
-o
"gke-
${
CLUSTER_NAME
}
-.
\{
8
\}
-node"
|
head
-1
)
OLD_
MINION
_TAG
=
"k8s-
${
CLUSTER_NAME
}
-node"
OLD_
NODE
_TAG
=
"k8s-
${
CLUSTER_NAME
}
-node"
# Open up port 80 & 8080 so common containers on minions can be reached.
# Open up port 80 & 8080 so common containers on minions can be reached.
"
${
GCLOUD
}
"
compute firewall-rules create
\
"
${
GCLOUD
}
"
compute firewall-rules create
\
"
${
CLUSTER_NAME
}
-http-alt"
\
"
${
CLUSTER_NAME
}
-http-alt"
\
--allow
tcp:80,tcp:8080
\
--allow
tcp:80,tcp:8080
\
--project
"
${
PROJECT
}
"
\
--project
"
${
PROJECT
}
"
\
--target-tags
"
${
MINION_TAG
}
,
${
OLD_MINION
_TAG
}
"
\
--target-tags
"
${
NODE_TAG
}
,
${
OLD_NODE
_TAG
}
"
\
--network
=
"
${
NETWORK
}
"
--network
=
"
${
NETWORK
}
"
"
${
GCLOUD
}
"
compute firewall-rules create
\
"
${
GCLOUD
}
"
compute firewall-rules create
\
"
${
CLUSTER_NAME
}
-nodeports"
\
"
${
CLUSTER_NAME
}
-nodeports"
\
--allow
tcp:30000-32767,udp:30000-32767
\
--allow
tcp:30000-32767,udp:30000-32767
\
--project
"
${
PROJECT
}
"
\
--project
"
${
PROJECT
}
"
\
--target-tags
"
${
MINION_TAG
}
,
${
OLD_MINION
_TAG
}
"
\
--target-tags
"
${
NODE_TAG
}
,
${
OLD_NODE
_TAG
}
"
\
--network
=
"
${
NETWORK
}
"
--network
=
"
${
NETWORK
}
"
}
}
...
...
cluster/vsphere/config-default.sh
View file @
e67be19a
...
@@ -20,7 +20,7 @@ GUEST_ID=debian7_64Guest
...
@@ -20,7 +20,7 @@ GUEST_ID=debian7_64Guest
INSTANCE_PREFIX
=
kubernetes
INSTANCE_PREFIX
=
kubernetes
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MINION
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
NODE
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_MEMORY_MB
=
1024
MASTER_MEMORY_MB
=
1024
...
...
cluster/vsphere/config-test.sh
View file @
e67be19a
...
@@ -20,7 +20,7 @@ GUEST_ID=debian7_64Guest
...
@@ -20,7 +20,7 @@ GUEST_ID=debian7_64Guest
INSTANCE_PREFIX
=
"e2e-test-
${
USER
}
"
INSTANCE_PREFIX
=
"e2e-test-
${
USER
}
"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_TAG
=
"
${
INSTANCE_PREFIX
}
-master"
MINION
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
NODE
_TAG
=
"
${
INSTANCE_PREFIX
}
-minion"
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_NAME
=
"
${
INSTANCE_PREFIX
}
-master"
MASTER_MEMORY_MB
=
1024
MASTER_MEMORY_MB
=
1024
...
...
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