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
6f6f8bdf
Unverified
Commit
6f6f8bdf
authored
Feb 13, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Feb 13, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #73822 from justinsb/renamed_set_node_image
e2e upgrade test: rename functions to match
f0f78299
parents
a3877b17
28c34d8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
upgrade.sh
cluster/gce/upgrade.sh
+4
-4
No files found.
cluster/gce/upgrade.sh
View file @
6f6f8bdf
...
...
@@ -213,7 +213,7 @@ function setup-base-image() {
source
"
${
KUBE_ROOT
}
/cluster/gce/
${
NODE_OS_DISTRIBUTION
}
/node-helper.sh"
# Reset the node image based on current os distro
set-node-image
set-
linux-
node-image
fi
}
...
...
@@ -263,12 +263,12 @@ function prepare-node-upgrade() {
# TODO(zmerlynn): How do we ensure kube-env is written in a ${version}-
# compatible way?
write-node-env
write-
linux-
node-env
# TODO(zmerlynn): Get configure-vm script from ${version}. (Must plumb this
# through all create-node-instance-template implementations).
# through all create-
linux-
node-instance-template implementations).
local
template_name
=
$(
get-template-name-from-version
${
SANITIZED_VERSION
})
create-node-instance-template
"
${
template_name
}
"
create-
linux-
node-instance-template
"
${
template_name
}
"
# The following is echo'd so that callers can get the template name.
echo
"Instance template name:
${
template_name
}
"
echo
"== Finished preparing node upgrade (to
${
KUBE_VERSION
}
). =="
>
&2
...
...
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