Commit Graph

9035 Commits (1228689b1d9cdeed5ebf653ff1187c17ac819475)

Author SHA1 Message Date
Luc Perkins 30cc06432b Fix link to kube-dns README (#9130) 2018-06-19 11:47:32 -07:00
Hongzhi 6ba727b1ca Update kubeadm-init.md (#9138)
miss a "-" at the [website](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init#init-workflow) before the feature-gates
2018-06-19 11:41:32 -07:00
Steve Perry 7a780bef1e Remove or move topics under docs/admin. (#9140) 2018-06-19 11:37:32 -07:00
Jesse Stuart 3fd4c6b3d1 [docs] Add Tabs List component to smoke test page. (#9097) 2018-06-19 11:01:32 -07:00
yamenk 2e23aa3a05 Adding missing deployment labels (#9012) 2018-06-19 10:06:32 -07:00
Zach Corleissen ec93665168 Add two new reviewers (#9090) 2018-06-19 08:24:34 -07:00
Steve Perry c94aab05f4 Remove unused yaml files. (#9135) 2018-06-19 04:53:30 -07:00
Zach Arnold 2d302e6604 Fix Initial User Journey (#9141)
* remove the call to setup inital card state

* undo accidental checkin of file
2018-06-19 00:56:30 -07:00
Steve Perry 7e867e733c Remove yaml files that are no longer used. (#9121) 2018-06-18 10:02:31 -07:00
Chuck Ha a2c651f60c Improvements to etcd set up (#9088)
Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
2018-06-18 08:49:33 -07:00
Jennifer Rondeau 5bfb804e4e remove out-of-date HA content (#9058)
* remove out-of-date HA content

* remove files from tests, add redirect
2018-06-18 08:01:31 -07:00
makocchi f58f8c2fcf apply shortcodes and change code fencing style (#9072)
* shortcodes: use note/warning shortcodes
* code fencing: change to `yaml` from `shell`
2018-06-18 07:17:33 -07:00
makocchi bbdfeaf94f wrap by warning shortcodes (#9114)
* wrap by warning shortcodes

* wrap by warning shortcodes (another)
2018-06-18 07:15:31 -07:00
Nicolaj Græsholt 938116efd7 Update scratch.md (#9075)
`base64` generates 76-character chunks of text, delimited by a space character. the `=+/` characters are removed, so on the (uniformly random) offchance that 44 characters are removed, the last `dd` will read a whitespace, and the token will include a whitespace, which "usually" isn't defined as an "alphanumeric character." Removing the space character as well, would mean that 142 of the characters would have to be a `=+/[:space:]`, before the token becomes shorter.
2018-06-17 06:30:29 -07:00
Daniel Qian 4b073bb5f0 fix dead links in connect-applications-service.md (#9052) 2018-06-16 10:05:31 -07:00
Daniel Qian 2d473129b2 Minor modification for concepts/services-networking/service.md (#9096) 2018-06-16 04:06:34 -07:00
Jesse Stuart 131964d59a [css] Remove bullet styling from "tab-nav" components. (#9020)
* [docs] Fix syntax formatting in HA-setup doc.

Attempts to fix an unformatted code block; whatever markdown parser is being used seems to have gotten tripped up, and as a result the inline `yaml` in the script is interpreted as bullet points... it looks [pretty yucky](http://jstu.art/sAjc). I'm wondering if this is something specific to the Hugo toolchain? Because GH itself recognizes the block as valid, even with the `none` syntax type.

If this doesn't trigger a CI build preview, I can test locally to verify.

* [css] Don't display ul/li bullets on UI 'tabs-nav' components.

* [docs] Revert HA docs changes.

This reverts commit f5cf5c7e4f.
2018-06-15 13:42:28 -07:00
makocchi 255ff2014b Fix coredns chart value (#8970)
* fix helm values for coredns

* fix note style
2018-06-15 13:16:29 -07:00
Maciej Szulik f630a57c1c Revert "fix max container back off cap (#8979)" (#9074)
This reverts commit 8f04c2e1ae.
2018-06-15 12:57:28 -07:00
makocchi b5e3452661 wrap by warning tags (#9068) 2018-06-15 12:44:29 -07:00
CaoShuFeng f63149e375 notice api permissions about mirror pods (#9010)
* notice api permissions about mirror pods

* Copyedit
2018-06-15 11:48:29 -07:00
Takuya N 3ed3ae82de Update Kuberbetes Blog URLs (#8612)
- blog.kubernetes.io => kubernetes.io/blog/
- Kubernetes blog => Kuberentes Blog
- Remove *.html
2018-06-15 10:19:29 -07:00
Kaitlyn Barnard 6f0cf009bf Updated Partner Page Design (#8959)
* Updated partner page design

* updating conformance section title

* Changing buttons spacing

* fixing spacing
2018-06-15 10:12:28 -07:00
Guðlaugur Stefán Egilsson 4e9a3590e7 Update high-availability.md (#8752)
Cannot copy any apiserver* keys and certs, as they are generated on startup. If not, it results in an error from kubeadm

```
certificate apiserver is not signed by corresponding CA
```
2018-06-15 09:54:28 -07:00
dandersondavidp 77cf8d542b update to include sudo for various commands (#9031)
Also, if the kubernetes.list does not exist you will not be able to edit it, so adding touch and then add the line will prevent errors with installing via apt-get.
2018-06-15 09:48:28 -07:00
Steve Perry 8558241ef4 Move turnkey topics to setup/turnkey. (#8937)
* Move turnkey topics to setup/turnkey.

* Add folder.
2018-06-14 11:20:28 -07:00
arkadijs b9623e18bf Typo in authentication.md (#9039) 2018-06-14 07:40:28 -07:00
max8899 939a083cc0 fix typo (#9049)
overriden -> overridden
2018-06-13 21:33:28 -07:00
Takuya Tokuda e9435159c6 fix 'Kubernetes Basics' contents order (#9065) 2018-06-13 16:13:27 -07:00
Ryan McGinnis 7c2214eba9 Container > containers (#9040)
It is confusing to capitalize "container" because it isn't really a primitive or API object. Furthermore, this guideline doesn't appear to be closely followed.
2018-06-13 12:27:28 -07:00
Timothy St. Clair c09c48b2dc Overall cleanup for kubeadm setup guide. (#8981)
* Overall cleanup for kubeadm setup guide.

* Add sonobuoy verification next step

* Partial copyedits

Hit a place where we also have formatting issues, plus a TODO (removed bc these changes go live as soon as merged). More work to do, but this should help the bottleneck for now.

* Address comments from reviewers

* Copy edits, fiddly bits, and clearer warnings

Incorporated feedback from @mistyhacks, fixed many nits, reorganized some **Note:** content more sensibly.

* Revised title per feedback
2018-06-13 11:23:29 -07:00
lovejoy cb6af2a39c direct-link-issue (#9035) 2018-06-12 17:13:27 -07:00
June Harton ca7a02f42a change premise to premises, fixed heading (#9041) 2018-06-12 16:58:29 -07:00
lovejoy 69ccd871c7 typo fix (#8988) 2018-06-12 16:30:28 -07:00
Paolo Patierno fb83e952b8 Pods cannot serve traffic while their are shutting down (#8992)
Pods cannot serve traffic while their are shutting down. As the doc says they are removed from the rotations in the load balancer.
2018-06-12 16:23:29 -07:00
nw31304 9080f016b1 Added "by" in line 48 (#9013)
s/Each Pod can be matched zero/Each Pod can be matched by zero/

Alternatively:

s/Each Pod can be matched zero/Each Pod can match zero/
2018-06-12 16:22:29 -07:00
makocchi 982cbd453b use note short tags (#9023) 2018-06-12 16:17:28 -07:00
makocchi 514dc71712 wrap contents by capture tags (#9036) 2018-06-12 16:14:30 -07:00
makocchi 8b6a747260 fix code fencing (#9038) 2018-06-12 16:13:29 -07:00
Jason DeTiberus 37284934cb Update kubeadm troubleshooting guide (#9028) 2018-06-12 08:13:27 -07:00
YaweiWu 5eb313aa1e add etcd CA for apiserver (#8836) 2018-06-11 18:25:26 -07:00
lovejoy 1a71e6d4b0 change direct link to relative and not the redirect link (#8942) 2018-06-11 17:29:27 -07:00
Jorge O. Castro 227d0418c0 Add links to forum (#8945) 2018-06-11 17:26:27 -07:00
Alex Contini 843ab3ea5c replace pearson case study with new one (#8944)
* replace pearson case study with new one

*this is already on the index page from awhile ago so I didn't add it to the top before NYT as a result

* add images
2018-06-11 17:25:26 -07:00
Steve Perry 5a8659cd65 Move 2 topics from g-s-guides to setup. (#8952) 2018-06-11 17:19:26 -07:00
chenyb4 02e3bcbb32 Fix kubectl_install doc centos default not install bash-completion (#8888)
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-06-11 16:59:27 -07:00
Shanica c3783c3b6a Add a note regarding escaping characters (#8844)
* Add a note regarding escaping characters

Updated docs with a note regarding escaping characters, it's important because it won't work well otherwise.

* Update secret.md

* No escape required for --from-file

Feedback from @mengqiy
2018-06-11 16:58:27 -07:00
Jordan Liggitt d56e4ce4d2 document volume scheduler role (#8875) 2018-06-11 16:55:27 -07:00
Jordan Liggitt 9743f4a958 Add details about cloud provider node name computation (#8873) 2018-06-11 16:54:27 -07:00
mkoderer 48649465ee Add Gardener as turnkey solution (#8851)
The Gardener project was presented in K8s community meeting [1] on May 17th.
The corresponding Github [2] project has more than 400 stars and is
maintained actively.

[1]: https://docs.google.com/document/d/1VQDIAB0OqiSjIHI8AWMvSdceWhnz56jNpZrLs6o7NJY/edit#
[2]: https://github.com/gardener/gardener

Signed-off-by: Marc Koderer <marc.koderer@sap.com>
2018-06-11 16:50:27 -07:00