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
2321d9ee
Commit
2321d9ee
authored
Aug 28, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13255 from ZJU-SEL/upgrade-ubuntu-1.0.3
Auto commit by PR queue bot
parents
e21bcb8e
ffe9bb0e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
build.sh
cluster/ubuntu/build.sh
+1
-1
master.md
docs/getting-started-guides/docker-multinode/master.md
+1
-1
ubuntu.md
docs/getting-started-guides/ubuntu.md
+0
-0
No files found.
cluster/ubuntu/build.sh
View file @
2321d9ee
...
...
@@ -55,7 +55,7 @@ cp $ETCD/etcd $ETCD/etcdctl binaries/minion
# k8s
echo
"Download kubernetes release ..."
K8S_VERSION
=
${
K8S_VERSION
:-
"1.0.
1
"
}
K8S_VERSION
=
${
K8S_VERSION
:-
"1.0.
3
"
}
if
[
!
-f
kubernetes.tar.gz
]
;
then
curl
-L
https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v
${
K8S_VERSION
}
/kubernetes.tar.gz
-o
kubernetes.tar.gz
...
...
docs/getting-started-guides/docker-multinode/master.md
View file @
2321d9ee
...
...
@@ -175,7 +175,7 @@ sudo docker run -d --net=host --privileged gcr.io/google_containers/hyperkube:v1
At this point, you should have a functioning 1-node cluster. Let's test it out!
Download the kubectl binary
Download the kubectl binary
and make it available by editing your PATH ENV.
(
[
OS X
](
http://storage.googleapis.com/kubernetes-release/release/v1.0.1/bin/darwin/amd64/kubectl
)
)
(
[
linux
](
http://storage.googleapis.com/kubernetes-release/release/v1.0.1/bin/linux/amd64/kubectl
)
)
...
...
docs/getting-started-guides/ubuntu.md
View file @
2321d9ee
This diff is collapsed.
Click to expand it.
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