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
15344153
Commit
15344153
authored
Sep 16, 2016
by
Vish Kannan
Committed by
GitHub
Sep 16, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #32848 from vishh/fix-upgrade-script
support image type override for real in upgrade.sh script
parents
d69cdce7
ff5081cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
upgrade.sh
cluster/gce/upgrade.sh
+2
-2
No files found.
cluster/gce/upgrade.sh
View file @
15344153
...
...
@@ -38,7 +38,7 @@ function usage() {
echo
" -M: Upgrade master only"
echo
" -N: Upgrade nodes only"
echo
" -P: Node upgrade prerequisites only (create a new instance template)"
echo
" -o: Use os distro sepcified in KUBE_NODE_OS_DISTRIBUTION for new nodes"
echo
" -o: Use os distro sepcified in KUBE_NODE_OS_DISTRIBUTION for new nodes
. Options include 'debian' or 'gci'
"
echo
" -l: Use local(dev) binaries"
echo
""
echo
' Version number or publication is either a proper version number'
...
...
@@ -295,7 +295,7 @@ node_prereqs=false
local_binaries
=
false
env_os_distro
=
false
while
getopts
":MNPlh"
opt
;
do
while
getopts
":MNPlh
o
"
opt
;
do
case
${
opt
}
in
M
)
node_upgrade
=
false
...
...
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