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
e665c448
Commit
e665c448
authored
Nov 17, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17310 from ZJU-SEL/fix-ubuntu-doc
Auto commit by PR queue bot
parents
364e3a0a
904a93a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
ubuntu.md
docs/getting-started-guides/ubuntu.md
+12
-1
No files found.
docs/getting-started-guides/ubuntu.md
View file @
e665c448
...
@@ -87,6 +87,17 @@ $ export FLANNEL_VERSION=0.5.0
...
@@ -87,6 +87,17 @@ $ export FLANNEL_VERSION=0.5.0
$
export
ETCD_VERSION
=
2.2.0
$
export
ETCD_VERSION
=
2.2.0
```
```
**Note**
For users who want to bring up a cluster with k8s version v1.1.1,
`controller manager`
may fail to start
due to
[
a known issue
](
https://github.com/kubernetes/kubernetes/issues/17109
)
. You could raise it
up manually by using following command on the remote master server. Note that
you should do this only after
`api-server`
is up.
```
console
$
sudo
service kube-controller-manager start
```
Note that we use flannel here to set up overlay network, yet it's optional. Actually you can build up k8s
Note that we use flannel here to set up overlay network, yet it's optional. Actually you can build up k8s
cluster natively, or use flannel, Open vSwitch or any other SDN tool you like.
cluster natively, or use flannel, Open vSwitch or any other SDN tool you like.
...
@@ -222,7 +233,7 @@ We are working on these features which we'd like to let everybody know:
...
@@ -222,7 +233,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
### Troubleshooting
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