Commit Graph

3097 Commits (ab3c6a1b74b404e06f786fbff1b44d5186ff03cb)

Author SHA1 Message Date
Derek Carr 8dad44f45c quota by storage class 2016-12-09 16:15:08 -05:00
Chris Riviere 54772274e9 Merge branch 'master' into patch-1 2016-12-09 13:16:15 -05:00
Bilgin Ibryam 3ebef7eece Fixed typos 2016-12-09 08:49:26 +00:00
Bilgin Ibryam cb85b960e3 Fixed wrong URL 2016-12-09 00:16:46 +00:00
CaoShuFeng 5661f8caa9 Merge branch 'master' into roleRef 2016-12-08 17:34:27 -06:00
CaoShuFeng 2a122c7a00 Update authorization.md
fix role name
2016-12-08 17:28:56 -06:00
Jeff Schroeder 54a08f7bdb Linkify issue for audit support in kubernetes 2016-12-08 17:03:34 -06:00
devin-donnelly b3bb56b602 Merge pull request #1725 from rothgar/kubectl-install
Added command to download kubectl via curl
2016-12-08 11:36:32 -08:00
devin-donnelly fe4605009a Merge pull request #1699 from kargakis/progressdeadlineseconds
Add docs for perma-failed Deployments
2016-12-08 11:10:19 -08:00
Alexandre González c029794dc8 Use --decode for base64 command
`-d` is used for the Linux version of the command but in the Mac/BSD version they use `-D`.

Using `--decode` we are sure that the flag is compatible with both.
2016-12-08 18:58:47 +01:00
Brian Grant 5c4c2cae69 Merge pull request #1889 from dictvm/patch-1
Add missing replica count
2016-12-08 09:52:43 -08:00
devin-donnelly 5186d558c2 Update deployments.md 2016-12-08 09:48:57 -08:00
Daniel Heitmann b48f25f445 Update kubectl-cheatsheet.md
Add missing replica count to comment
2016-12-08 15:28:25 +01:00
Daniel P. Berrange f891170c92 getting-started: note that Fedora can use VMs or bare metal
Although the Fedora install docs are under the "Bare Metal"
section in the docs, the instructions provided work fine
for Fedora installs in virtual machines

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange a6e375a4b1 getting-started: add instruction to install flannel
The Fedora multi-node doc need to tell users to install
flannel, since previous setup won't have brought it in.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange 33a83b1221 getting-started: remove note about installing iptables on Fedora
The install of kubernetes pulls in docker, which has a direct
dependancy on iptables. So there is no need to tell people to
yum install iptables manually.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange 0275ca78d0 getting-started: remove note to create /var/run/kubernetes
The /var/run/kubernetes directory is already created by
installation of the kubernetes RPM with correct user
and group ownership and permissions.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange 363052020c getting-started: update to assume port numbers for etcd >= 2.0
The docs still refer to etcd using port 4001, but in all
currently released Fedora versions it will be using 2379

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange d35fdeb503 getting-started: only list config vars that need changing
The KUBE_LOGTOSTDERR, KUBE_LOG_LEVEL and KUBE_ALLOW_PRIV
settings will already have correct values out of the box,
so no need to tell people to set them.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange 28b636c466 getting-started: don't use updates-testing repo for Fedora
There is no reason to tell people to enable updates-testing
repo for Fedora by default. The latest stable packages are
already in the main repos and updates-testing should only be
used by people wishing to test & report quality of pre-released
software, not general Kubnetes users.

Also remove the link to Koji builds - any Koji build which
is working well enough to user will be submitted as an update.
Telling users to install packages straight from Koji will
lead to them using potentially unstable / buggy builds.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange eed3349501 getting-started: replace 'yum' with 'dnf' in Fedora docs
dnf has replaced yum as the standard package install tool
in all versions of Fedora that are currently supported.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Cao Shufeng 0142f40d59 [authorization] update doc about roleRef
This update is made according to this commit in code:
8c788233e7

It has already be released  with k8s v1.5, so it's reasonable to
update the doc now.
2016-12-08 07:41:32 -05:00
Michail Kargakis 5ec4e650db More updates 2016-12-08 12:02:06 +01:00
devin-donnelly 7427bc7a6a Update deployments.md 2016-12-08 11:29:03 +01:00
Michail Kargakis a86732a455 Add docs for perma-failed Deployments 2016-12-08 11:29:03 +01:00
CaoShuFeng 0a1a6eb5ec Merge branch 'master' into non-masquerade-cidr 2016-12-08 03:37:01 -06:00
devin-donnelly 8b68c50a9c Merge pull request #1884 from devin-donnelly/release-1.5
Release 1.5
2016-12-07 18:06:51 -08:00
Devin Donnelly 6f88ea213f Merge remote-tracking branch 'upstream/release-1.5' into release-1.5 2016-12-07 17:58:08 -08:00
Anirudh Ramanathan 8a0ff316d0 Add warning. (#1876) 2016-12-07 17:45:48 -08:00
devin-donnelly b5a695f86b Update index.md 2016-12-07 17:45:48 -08:00
nikhiljindal c1b2d5d3f0 Updating information on how to pass federations flag to kube-dns 2016-12-07 17:45:47 -08:00
devin-donnelly 1744707ce7 Update index.md 2016-12-07 17:45:47 -08:00
devin-donnelly a5ceaa6ed1 Update index.md 2016-12-07 17:45:47 -08:00
devin-donnelly 3a993c6d10 Update index.md 2016-12-07 17:45:47 -08:00
devin-donnelly 78122b03ed Update index.md 2016-12-07 17:45:47 -08:00
Janet Kuo d99c51f54b Remove petset bootstrapping doc 2016-12-07 17:45:47 -08:00
devin-donnelly f67ad46d57 Update petset.md 2016-12-07 17:45:47 -08:00
Anthony Yeh 91dc20239e examples_test: Ignore PetSet object.
It cannot be decoded anymore, but the file is kept for legacy users.
2016-12-07 17:45:47 -08:00
Anthony Yeh 6c10386127 Add deprecation warning on PetSet guide. 2016-12-07 17:45:47 -08:00
Anirudh Ramanathan bd10706f25 Fix CI after added example. (#1870) 2016-12-07 17:45:47 -08:00
Anirudh Ramanathan c4f528655f Using raw so that the text doesn't get interpreted (#1872) 2016-12-07 17:45:47 -08:00
bprashanth dbecc1e0b5 Write a source-ip tutorial. 2016-12-07 17:45:47 -08:00
Anirudh Ramanathan b748017566 Fixing links between pages. (#1869)
* Fixing links between pages.

* Address review comments.
2016-12-07 17:45:46 -08:00
devin-donnelly 051fa3a742 Update index.md 2016-12-07 17:45:46 -08:00
Janet Kuo 3f86c70cd6 Update pods user guide to reflect StatefulSet changes 2016-12-07 17:45:46 -08:00
Madhusudan.C.S 02a90c0b70 [Federation] Add links to new resource docs: ConfigMap, DaemonSet and Deployment. 2016-12-07 17:45:46 -08:00
Marcin Wielgus 50d46c74f7 Add documentation for federated config map 2016-12-07 17:45:46 -08:00
Marcin Wielgus fb441c46d3 Documentation for federated deployment 2016-12-07 17:45:46 -08:00
Marcin Wielgus fe342d3058 Add federated daemonset documentation 2016-12-07 17:45:46 -08:00
Jordan Liggitt 1f5a822974 kubelet authnz 2016-12-07 17:45:46 -08:00