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
b85a7c0a
Commit
b85a7c0a
authored
Sep 16, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13968 from kevin-wangzefeng/fix_a_typo_in_ubuntu_getting_started_guide
Auto commit by PR queue bot
parents
75bce0ed
e92f6669
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
ubuntu.md
docs/getting-started-guides/ubuntu.md
+6
-6
No files found.
docs/getting-started-guides/ubuntu.md
View file @
b85a7c0a
...
@@ -62,9 +62,9 @@ Ubuntu 15 which use systemd instead of upstart. We are working around fixing thi
...
@@ -62,9 +62,9 @@ Ubuntu 15 which use systemd instead of upstart. We are working around fixing thi
5.
All the remote servers can be ssh logged in without a password by using key authentication.
5.
All the remote servers can be ssh logged in without a password by using key authentication.
##
#
Starting a Cluster
## Starting a Cluster
###
#
Download binaries
### Download binaries
First clone the kubernetes github repo
First clone the kubernetes github repo
...
@@ -154,7 +154,7 @@ If all things goes right, you will see the below message from console indicating
...
@@ -154,7 +154,7 @@ If all things goes right, you will see the below message from console indicating
Cluster validation succeeded
Cluster validation succeeded
```
```
###
#
Test it out
### Test it out
You can use
`kubectl`
command to check if the newly created k8s is working correctly.
You can use
`kubectl`
command to check if the newly created k8s is working correctly.
The
`kubectl`
binary is under the
`cluster/ubuntu/binaries`
directory.
The
`kubectl`
binary is under the
`cluster/ubuntu/binaries`
directory.
...
@@ -173,7 +173,7 @@ NAME LABELS STATUS
...
@@ -173,7 +173,7 @@ NAME LABELS STATUS
Also you can run Kubernetes
[
guest-example
](
../../examples/guestbook/
)
to build a redis backend cluster on the k8s.
Also you can run Kubernetes
[
guest-example
](
../../examples/guestbook/
)
to build a redis backend cluster on the k8s.
###
#
Deploy addons
### Deploy addons
Assuming you have a starting cluster now, this section will tell you how to deploy addons like DNS
Assuming you have a starting cluster now, this section will tell you how to deploy addons like DNS
and UI onto the existing cluster.
and UI onto the existing cluster.
...
@@ -208,7 +208,7 @@ $ KUBERNETES_PROVIDER=ubuntu ./deployAddons.sh
...
@@ -208,7 +208,7 @@ $ KUBERNETES_PROVIDER=ubuntu ./deployAddons.sh
After some time, you can use
`$ kubectl get pods --namespace=kube-system`
to see the DNS and UI pods are running in the cluster.
After some time, you can use
`$ kubectl get pods --namespace=kube-system`
to see the DNS and UI pods are running in the cluster.
###
#
On going
### On going
We are working on these features which we'd like to let everybody know:
We are working on these features which we'd like to let everybody know:
...
@@ -216,7 +216,7 @@ We are working on these features which we'd like to let everybody know:
...
@@ -216,7 +216,7 @@ We are working on these features which we'd like to let everybody know:
to eliminate OS-distro differences.
to eliminate OS-distro differences.
2.
Tearing Down scripts: clear and re-create the whole stack by one click.
2.
Tearing Down scripts: clear and re-create the whole stack by one click.
###
#
Trouble shooting
### Trouble shooting
Generally, what this approach does is quite simple:
Generally, what this approach does is quite simple:
...
...
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