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
99c8879e
Commit
99c8879e
authored
Dec 15, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18330 from resouer/my-dev
Auto commit by PR queue bot
parents
5429d15f
39542acb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ubuntu.md
docs/getting-started-guides/ubuntu.md
+2
-2
No files found.
docs/getting-started-guides/ubuntu.md
View file @
99c8879e
...
@@ -296,7 +296,7 @@ $ KUBERNETES_PROVIDER=ubuntu ./kube-push.sh -h
...
@@ -296,7 +296,7 @@ $ KUBERNETES_PROVIDER=ubuntu ./kube-push.sh -h
Here are some examples:
Here are some examples:
*
upgrade master to version 1.0.5:
`$ KUBERNETES_PROVIDER=ubuntu ./kube-push.sh -m 1.0.5`
*
upgrade master to version 1.0.5:
`$ KUBERNETES_PROVIDER=ubuntu ./kube-push.sh -m 1.0.5`
*
upgrade node
10.10.103.223
to version 1.0.5 :
`$ KUBERNETES_PROVIDER=ubuntu ./kube-push.sh -n 10.10.103.223 1.0.5`
*
upgrade node
`vcap@10.10.103.223`
to version 1.0.5 :
`$ KUBERNETES_PROVIDER=ubuntu ./kube-push.sh -n 10.10.103.223 1.0.5`
*
upgrade master and all nodes to version 1.0.5:
`$ KUBERNETES_PROVIDER=ubuntu ./kube-push.sh 1.0.5`
*
upgrade master and all nodes to version 1.0.5:
`$ KUBERNETES_PROVIDER=ubuntu ./kube-push.sh 1.0.5`
The script will not delete any resources of your cluster, it just replaces the binaries.
The script will not delete any resources of your cluster, it just replaces the binaries.
...
@@ -308,7 +308,7 @@ also [test-it-out](ubuntu.md#test-it-out)
...
@@ -308,7 +308,7 @@ also [test-it-out](ubuntu.md#test-it-out)
To make sure the version of the upgraded cluster is what you expect, you will find these commands helpful.
To make sure the version of the upgraded cluster is what you expect, you will find these commands helpful.
*
upgrade all components or master:
`$ kubectl version`
. Check the
*Server Version*
.
*
upgrade all components or master:
`$ kubectl version`
. Check the
*Server Version*
.
*
upgrade node
10.10.102.223
:
`$ ssh -t vcap@10.10.102.223 'cd /opt/bin && sudo ./kubelet --version'`
*
upgrade node
`vcap@10.10.102.223`
:
`$ ssh -t vcap@10.10.102.223 'cd /opt/bin && sudo ./kubelet --version'`
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
...
...
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