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
793677e8
Commit
793677e8
authored
Feb 03, 2015
by
Alex Robinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4062 from dchen1107/image
Upgrade to container-vm-v20150129 image
parents
a3f946e2
f919b3e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config-default.sh
cluster/gce/config-default.sh
+1
-1
config-test.sh
cluster/gce/config-test.sh
+1
-1
No files found.
cluster/gce/config-default.sh
View file @
793677e8
...
@@ -26,7 +26,7 @@ MINION_DISK_SIZE=10GB
...
@@ -26,7 +26,7 @@ MINION_DISK_SIZE=10GB
# TODO(dchen1107): Filed an internal issue to create an alias
# TODO(dchen1107): Filed an internal issue to create an alias
# for containervm image, so that gcloud will expand this
# for containervm image, so that gcloud will expand this
# to the latest supported image.
# to the latest supported image.
IMAGE
=
container-vm-v201501
12
IMAGE
=
container-vm-v201501
29
IMAGE_PROJECT
=
google-containers
IMAGE_PROJECT
=
google-containers
NETWORK
=
${
KUBE_GCE_NETWORK
:-
default
}
NETWORK
=
${
KUBE_GCE_NETWORK
:-
default
}
INSTANCE_PREFIX
=
"
${
KUBE_GCE_INSTANCE_PREFIX
:-
kubernetes
}
"
INSTANCE_PREFIX
=
"
${
KUBE_GCE_INSTANCE_PREFIX
:-
kubernetes
}
"
...
...
cluster/gce/config-test.sh
View file @
793677e8
...
@@ -26,7 +26,7 @@ MINION_DISK_SIZE=10GB
...
@@ -26,7 +26,7 @@ MINION_DISK_SIZE=10GB
# TODO(dchen1107): Filed an internal issue to create an alias
# TODO(dchen1107): Filed an internal issue to create an alias
# for containervm image, so that gcloud will expand this
# for containervm image, so that gcloud will expand this
# to the latest supported image.
# to the latest supported image.
IMAGE
=
container-vm-v201501
12
IMAGE
=
container-vm-v201501
29
IMAGE_PROJECT
=
google-containers
IMAGE_PROJECT
=
google-containers
NETWORK
=
${
KUBE_GCE_NETWORK
:-
e2e
}
NETWORK
=
${
KUBE_GCE_NETWORK
:-
e2e
}
INSTANCE_PREFIX
=
"
${
KUBE_GCE_INSTANCE_PREFIX
:-
e2e
-test-
${
USER
}}
"
INSTANCE_PREFIX
=
"
${
KUBE_GCE_INSTANCE_PREFIX
:-
e2e
-test-
${
USER
}}
"
...
...
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