Commit Graph

9172 Commits (e472159b5f63961a9975f540a57bd5ae952115da)

Author SHA1 Message Date
makocchi e472159b5f apply templates/concept (#9539) 2018-07-18 15:25:24 -07:00
Chris Morgan 764a751c5b Fix the semantically very broken search box (#9408)
This was very annoyingly very broken. *Very* broken.

Two primary issues:

1. Autofocus. Autofocus should only be used on a field when it is the
   expected action on the page, because it steals keyboard events such
   as the arrow keys and Space for navigation, and causes users of
   screen readers confusion as they’re thrown into a strange place.

   It’d be just barely OK to use it on search pages, but used on
   *every* page in the documentation, it’s just *super* annoying.

2. Not being a form. I have *no* idea why anyone would ever have
   written it the way it was—it’s just awful from end to end, a bad
   reimplementation of a subset of native browser functionality.
   It’s a form, let it *be* a form.

   Possibly the most baffling part of it was the use of location.replace
   which breaks the back button. I just… why!?

   While I was at it, I gave the search box an aria-label for good
   measure, but I didn’t change its type to "search" because that has
   UI implications on some platforms that I’m too lazy to deal with.

This is still pretty bad, because that magnifying glass is done in CSS
rather than being a fair dinkum submit button, but I just wanted a
quick fix because the autofocus issue is annoying me *so much*.
2018-07-18 15:24:12 -07:00
craigbox f0e2876848 Fixes to example for connecting with curl (#9337)
* Fixes to example for connecting with curl

Example for getting cluster token
- does not work with multiple entries in kubeconfig
- does not work with Istio installed

Fix both

* also need to change the tr from tabs to spaces
2018-07-18 15:22:56 -07:00
Philippe Pepiot 05da38fafa Drop {% raw %} block in manage-compute-resources-container (#9428)
This was breaking rendering the end of the page.
2018-07-18 15:22:12 -07:00
Matt Brannock ddf1e9cdf7 Environment variable for etcd quorum is singular (#9302)
See
f8c4907bec/cluster/gce/config-default.sh (L109)
2018-07-18 15:18:48 -07:00
makocchi 4a37596980 apply content template (#9232) 2018-07-18 15:17:22 -07:00
Yujun Zhang f9ce82e840 Add guide for getting token and discovery-token-ca-cert-hash (#9017)
* Add guide for getting token and discovery-token-ca-cert-hash

* Fix code snippet style
2018-07-18 15:16:01 -07:00
daemon e017d92e2e Add note for fluentd plugin installation (#9451)
* Add note for fluentd plugin installation

Fluentd plugin installation is different from fluentd installation,
so we need to tell user how to solve it.

Signed-off-by: pengdake <19921207pq@gmail.com>

* add space in note

* add period
2018-07-18 15:13:37 -07:00
Luc Perkins bb818a9b41 Make macOS standard usage (#9422) 2018-07-18 15:12:16 -07:00
Bob Killen 78eafc7c22 update bootstrap-token links (#9456) 2018-07-18 15:08:40 -07:00
Bob Killen bf109b4dfa Update authorization links (#9465)
* update authorization links

* remove cn content and fix link targets
2018-07-18 15:07:24 -07:00
Mary Camp f140cbc6f2 Update create-pull-request.md (#9488)
Remove link to stage-documentation-change. 
(@Misty says: The old page doesn't exist anymore and is now redirected to the current page.)
2018-07-18 15:06:12 -07:00
hidekif 2d086cb032 include supported version skew (#9501) 2018-07-18 15:04:51 -07:00
Bob Killen d82f928033 update authorization-node links (#9462) 2018-07-18 15:03:39 -07:00
Kai Chen 179701e179 Fix doc references to Kubernetes services provided by AWS, Azure and GCE (#9508) 2018-07-18 14:57:43 -07:00
michael saenz c4396fd117 Update authentication.md (#9565)
minor grammar correction
2018-07-18 14:50:04 -07:00
Tejal Desai edec8a8fb6 Fix type in docs (#8939)
* Fix type in docs

* Address code review comments.
2018-07-18 14:39:25 -07:00
daemon eb0d63e871 Fix some error about fluentd config file (#9528)
1.Fix error about source path is not equal to autdit-log-path
2.Fix error about filter type set

Signed-off-by: pengdake <19921207pq@gmail.com>
2018-07-18 14:30:53 -07:00
Erik Sundell da8fa820b3 statefulset.md - Beta remnants removed (#9522) 2018-07-18 14:29:45 -07:00
Oleg Atamanenko 78cdd215e4 Add kublr to list of solutions (#9544) 2018-07-18 14:28:33 -07:00
Bob Killen 836629cb11 Update extensible admission controller links (#9459)
* update extensible-admission-controller links

* correct what-are-initializers link
2018-07-18 14:10:28 -07:00
Jianfeng Li 7960161b30 fix some dumplication_problem (#9235) 2018-07-18 14:08:13 -07:00
Alex Contini c8636e689f updates to order of case studies (#9545)
* updates to order of case studies

* update
2018-07-18 14:05:59 -07:00
makocchi 7aa07a4602 apply templates/concept and fix code snippets (#9540) 2018-07-18 14:04:46 -07:00
Alex Contini 78a92480b6 updates to Pearson case study content (#9483)
* updates to Pearson case study content

* updates to Pearson
2018-07-18 14:03:34 -07:00
Andrew Martin 44b3e5b42b Blog: 11 Ways (Not) to Get Hacked (#8914)
* feat: add 11 Ways (Not) to Get Hacked

* Update and rename 2018-06-05-11-ways-not-to-get-hacked.md to 2018-07-18-11-ways-not-to-get-hacked.md
2018-07-18 13:50:45 -07:00
Christian b1c3af7799 Fix link to website in Airflow Blogpost (#9338) 2018-07-18 13:47:27 -07:00
Kaitlyn Barnard 3ecba1eea1 changing button spacing (#8963) 2018-07-18 13:29:22 -07:00
makocchi 85a239145c change to "host namespaces" and remove command prompts (#9553) 2018-07-18 13:22:56 -07:00
Jamie Zhuang bee35a3e6c Fix issues in configure-volume-storage (#9521)
* ps command not found

Signed-off-by: Jamie Zhuang <lanchongyizu@gmail.com>
2018-07-18 13:21:39 -07:00
Chris Knowles 40f4082328 Add when storage key name changed (#9532)
It seems the name changed in k8s 1.8 which was reflected in https://github.com/kubernetes/website/pull/5490 but the last section still mentions the old name without saying it has changed.
2018-07-18 13:17:22 -07:00
Alfonso Palacios d8861f9a4b Update service.md (#9562)
I think the writer means "reuse" here instead of "replace". Since the idea behind choosing your own IP is to avoid having to make any changes to the DNS.
2018-07-18 11:48:19 -07:00
Matheus Neder 4da4a6dcd7 Fix doc (#9564)
Added line break to: "KUBECONFIG=/etc/kubernetes/admin.conf [NEWLINE HERE] kubectl ..."; Also added export to variables declaration.
2018-07-18 11:45:19 -07:00
Leonardo Carreiro 1f90f0602e Replacing the example IP address by something that could exists. (#9120)
The example `123.45.678.9` was an invalid IP address.
2018-07-18 00:25:19 -07:00
Stewart-YU 4aaa353244 Update feature-gates.md (#9320) 2018-07-17 18:14:18 -07:00
Alfonso Palacios 3c33dcb298 Update horizontal-pod-autoscale.md (#9546)
Small typo. Missing "from" for sentence to make sense.
2018-07-17 15:24:18 -07:00
Karen Bradshaw 71c8b9625a Fix id string for kube-proxy glossary term (#9551)
-Added hyphen to id string so that glossary term displays
extension text.
2018-07-17 15:19:19 -07:00
azEf c05bf93558 Fix typo in persistent-volumes.md (#9550) 2018-07-17 15:15:18 -07:00
Qiming 4c9b297fb8 Reworked API reference doc (#9536)
This PR contains API reference docs generated from the reworked
generator (see:
https://github.com/kubernetes-incubator/reference-docs/pull/53).
The main purpose is to rework the way how examples are shown.
When we are happy with the revised version, we can move the CSS and
fonts file to the static directory. We only need to change the HTML
and the `navData.js` file in the future.

Related Issues: #9271, #4015
2018-07-17 14:49:18 -07:00
Jim Angel 08d06e02b3 very minor change to url syntax (#9543)
The URL for k/k included the text after ("repo"). This PR formats it to not include the text after.
2018-07-17 07:27:40 -07:00
makocchi 1b03b19dc1 apply content_template (#9136)
* apply task template

* change content_template to task from concept
2018-07-17 05:55:38 -07:00
Gao Wen 6f55bb02c5 Format code style (#9055)
* Add code format

* Format code display

* Render style error
2018-07-17 00:45:38 -07:00
Alex Contini 5874f9986e update homepage banner so it's less cropped (#9391) 2018-07-17 00:40:38 -07:00
Jonas Mellquist c56ff5834f Update training overview (#9378)
Added Pluralsight getting started course
2018-07-17 00:37:39 -07:00
Scott Jungwirth 0cbbc12d07 Update manage-compute-resources-container.md (#9326)
Fix formatting that is thrown off by starting at "```shell{% raw %}"
2018-07-17 00:34:39 -07:00
adisky 7e9709220b Fix a typo in running cloud controller doc (#9325) 2018-07-17 00:33:38 -07:00
makocchi df5e5019d2 set anchor links in "Types of Volumes" section (#9294) 2018-07-17 00:30:40 -07:00
spinside 624037a6cd Fixed broken Link to Salt setup documentation (#9264) 2018-07-17 00:29:38 -07:00
Stewart-YU 8cdb5ac998 fix some broken link in /docs/setup (#9256) 2018-07-17 00:28:38 -07:00
Gao Wen cfc62f0717 Format the auto-generate list(catalog) and update the render style (#9069) 2018-07-17 00:22:38 -07:00