Commit Graph

153 Commits

Author SHA1 Message Date
Zach Arnold 05e9e094eb merge upstream master 2018-09-24 21:41:24 -07:00
Kaitlyn Barnard 722b88c614 updating Okta reference (#10378) 2018-09-24 19:57:56 -07:00
Chao Wang 777d0757b6 Add default enabled admission control plugins (#9784)
* Add default enabled admission control plugins

* Docs feedback from zacharysarah
2018-09-24 15:35:25 -07:00
Qiming 865b49aab8 kubeadm reference doc for release 1.12 (#10359) 2018-09-21 08:20:00 -07:00
Mike Danese 7dbf37f2e1 TLS Bootstrap and Server Cert Rotation feature documentation (#10232)
* TokenRequest feature documentation

* line wrapping to make review not insane

* update content for GA without major refactor

* Update kubelet-tls-bootstrapping.md
2018-09-20 09:41:43 -07:00
Laszlo Janosi 1cc51309a1 Documenting SCTP support in Kubernetes (#10279)
* Documenting SCTP support in Kubernetes Service, Endpoint, NetworkPolicy and Pod

* Updates based on comments on the PR

* kubectl expose update with SCTP support

* Updated according to comments in the PR

* Revert "kubectl expose update with SCTP support"

This reverts commit 0d5a1e6720a012390cf100c83e16b4a8c0782356.
2018-09-19 22:43:49 -07:00
Lubomir I. Ivanov f84f77ca8e kubeadm: add new command line reference (#10306)
Add:
- placeholder files
- include place holder files
- include "renew" sub command
- add missing tabs for "alpha phase kubelet"
2018-09-19 22:37:17 -07:00
Karen Bradshaw dd703440b6 Fix formatting of kubeadm join config file (#10262) 2018-09-19 20:24:41 -07:00
Lubomir I. Ivanov 70b991fb9f kubeadm: update authored content for 1.12 (reference docs and cluster creation) (#10348)
* kubeadm: update authored content in reference docs for 1.12

* kubeadm: add time frame in create-cluster-kubeadm for 1.12
2018-09-19 20:22:26 -07:00
Jake Sanders 0c39f4fed7 Call out CRDs in default discovery roles (#10346) 2018-09-19 19:51:19 -07:00
Jordan Liggitt 46328a4e24 Document cross-authorizer permissions for creating RBAC roles (#10015)
* Document cross-authorizer permissions for creating RBAC roles

* Update rbac.md
2018-09-19 17:25:04 -07:00
Qiming 0b786ff826 AdvancedAuditing is now GA (#10156)
xref: kubernetes/kubernetes#65862

`AdvancedAuditing` feature is GA in 1.12. This PR adjusts the related
docs.
2018-09-19 16:50:56 -07:00
Lubomir I. Ivanov 5ab6ae0dd6 kubeadm: update API types documentation for 1.12 (#10283)
v1alpha2 -> v1alpha3
MasterConfiguration -> [new-api-types]
2018-09-19 14:30:32 -07:00
Ryan McGinnis c844ce73e3 Merge pull request #10162 from riverzhang/kubeadm-ipvs
Add use ipvs to kubeadm-init doc
2018-09-19 13:19:53 -04:00
Ed Bartosh eea138591d Add CRI installation instructions page
Added cri-installation page with CRI installation instructions
Referenced it from kubeadm-init and install-kubeadm pages.
2018-09-19 12:30:42 +03:00
Wei Huang 0e2ba4797a docs update to promote ScheduleDaemonSetPods to beta (#9923) 2018-09-12 18:27:05 -07:00
Zach Arnold 90f7df61be Incremental update from master (#10278)
* fix invalid href of cloud controller manager (#10240)

* fix invalid yaml format (#10238)

* update storage-limits doc with Azure disk part (#10224)

update storage-limits doc with Azure disk part

fix comments

* Update kubelet-config-file.md (#10222)

Update link to KubeletConfiguration struct.

* fix a trivial misspelling (#10244)

* Fix cassandra-statefulset.yaml indent level (#10243)

* Mention minimum etcd versions (#10208)

Source: https://groups.google.com/d/msg/kubernetes-dev/jMPA4JzKiY4/HIx2ugvLBAAJ

* fix 404 error (#10250)

* Small verb tweak (#10190)

Present participle, ftw.

* Add AnchorJS logic for header links (#10155)

* Add AnchorJS JavaScript

* Remove existing inpage_heading logic

* Remove underline from anchor tags

* Use single icon and add touch visibility

* Use paragraph link icon for AnchorJS

* Update Sass to use code formatting in docsContent headers

* Update header size coverage to H3-H6

* fix broken link in kubefed.md (#10254)

* Update the version numbers for the X-Remote-Extra- and Impersonate-Extra- key fixes (#9827)

The fix was cherry picked into 1.11.3, 1.10.7, and 1.9.11:

https://github.com/kubernetes/kubernetes/pull/67162
https://github.com/kubernetes/kubernetes/pull/67163
https://github.com/kubernetes/kubernetes/pull/67164

* fix typo (#10168)

* fix typo

* addressing comments.

* Update setup-ha-etcd-with-kubeadm.md

* fix typos (#10252)

* fix description of contribute guide (#10253)

* describe truncate feature about advanced audit (#10236)

* describe truncate feature about advanced audit

* Update audit.md
2018-09-12 13:23:20 -07:00
Janet Kuo dd24ece1bb TTL controller for cleaning up finished resources (#10064)
* TTL controller for cleaning up finished resources

* Address comments

* Update ttlafterfinished.md
2018-09-12 09:57:45 -07:00
Tim Allclair (St. Clair) 57f4b2da60 RuntimeClass documentation (#10102)
* RuntimeClass documentation

* Update runtime-class.md
2018-09-11 21:36:23 -07:00
Jan Šafránek 9a7a295d92 MountPropagation is now GA (#10090) 2018-09-11 21:25:21 -07:00
CaoShuFeng 2673795273 Audit 1.12 doc (#9953)
* audit 1.12 document

* remove legacy audit feature

https://github.com/kubernetes/kubernetes/pull/65862

* update feature gate doc
2018-09-11 21:19:08 -07:00
Solly Ross 93c0bb9347 HPA Algorithm Information Improvements (#9780)
* Update HPA docs with more algorithm details

The HPA docs pointed to an out-of-date document for information on the
algorithm details, which users were finding confusing.  This sticks a
section on the algorithm in the HPA docs instead, documenting both
general behavior and corner cases.

* Add glossary info, HPA docs on quantities

People often ask about the quantity notation when working with the
metrics APIs, so this adds a glossary entry on quantities (since they're
used elsewhere in the system), and a short explantation in the HPA walkthough.

* Information about HPA readiness and stabilization

This adds information about the new changes to HPA readiness and
stabilization from kubernetes/features#591, and other minor changes that
landed in Kubernetes 1.12.

* Update horizontal-pod-autoscale.md
2018-09-11 21:17:42 -07:00
Chao Wang a0c831a498 fix typos (#10252) 2018-09-10 18:36:14 -07:00
Jake Sanders 068edf5c31 Update the version numbers for the X-Remote-Extra- and Impersonate-Extra- key fixes (#9827)
The fix was cherry picked into 1.11.3, 1.10.7, and 1.9.11:

https://github.com/kubernetes/kubernetes/pull/67162
https://github.com/kubernetes/kubernetes/pull/67163
https://github.com/kubernetes/kubernetes/pull/67164
2018-09-10 14:03:27 -07:00
WanLinghao 6f221d8763 fix broken link in kubefed.md (#10254) 2018-09-10 13:11:11 -07:00
Lee Verberne c98cd68630 Promote ShareProcessNamespace to beta in docs (#9996) 2018-09-10 06:16:53 -07:00
Qiming b3bc49ede6 TokenRequest and TokenRequestProjection now beta (#10161)
xref: kubernetes/kubernetes#67349
2018-09-10 05:19:53 -07:00
Chao Wang a4b1b7c1de fix 404 error (#10250) 2018-09-10 02:17:52 -07:00
Qiming dc9d71ac3e Say bye to DynamicProvisioningScheduling (#10157)
The mentioned feature gate is now collapsed into `VolumeScheduling`.

xref: kubernetes/kubernetes#67432
2018-09-09 20:03:00 -07:00
Rostislav M. Georgiev d6e30e19a8 kubeadm-init: Update the offline support section (#10062)
The update includes the following things (in mind with Kubernetes 1.12):

- Remove the 1.8 image versions
- Add the 1.10 image versions that were missing until now
- Include a comment for the missing arch suffixes in 1.12

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2018-09-09 19:46:41 -07:00
Jenny Buckley d494a440bd Add dry-run to api-concepts (#10033) 2018-09-09 19:38:40 -07:00
Davanum Srinivas d5b92b42b1 Remove --cadvisor-port - has been deprecated since v1.10 (#10023)
Change-Id: Id2a685473a243aef492a98ff450759f39e362557
2018-09-09 19:29:40 -07:00
Zach Arnold 55f8e53747 Merge remote-tracking branch 'origin' into release-1.12 2018-09-09 11:53:03 -05:00
Brandon Philips 47d4c63bfd rbac: add information on unauthenticated discovery roles (#10212)
The Product Security Team got a report about these unauthenticated
discovery roles. The reporter was surprised about getting 200 requests
when unauthenticated. And given the light documentation on the intention
of these roles it is justifiable.

Increase documentation on these roles.
2018-09-06 18:28:08 -07:00
Michael Schubert 949a1ff541 Improve --requestheader-client-ca-file warning (#10093)
It's important to use a distinct CA (unless you exactly know what you
are doing) but not clear from the current documentation and warning.
2018-09-05 23:55:13 -07:00
Minhan Xia 28eb1cfa51 adjust docs for pod ready++ (#10049) 2018-09-05 23:54:01 -07:00
Wei Huang 183d214c84 docs update to promote TaintNodesByCondition to beta (#9626) 2018-09-04 10:09:28 -07:00
Zach Arnold 7baa17d816 Merge branch 'release-1.12' of github.com:/kubernetes/website into release-1.12 2018-09-04 10:07:06 -07:00
rongzhang 93482e5783 Add use ipvs to kubeadm-init doc 2018-09-01 00:50:02 +08:00
Junichi Yoshise 8d227191fe add link to 1.10 to 1.11 upgrades (#10148) 2018-08-30 05:09:54 -07:00
Joey 3769a1bb1a Fix a typo in api concept doc. (#10146) 2018-08-30 05:07:12 -07:00
Juan Vallejo 9f823c1113 add plugin docs and examples (#10053) 2018-08-28 14:17:52 -07:00
Sam Foo 22f1f28bfa Remove imported/ references (#10004)
Signed-off-by: GuessWhoSamFoo <sfoohei@gmail.com>
2018-08-21 15:54:33 -07:00
caishan2018 f653d151b6 Add phase in Option section consistent to apiserver (#9583)
In Options section, "--feature-gates mapStringBool"
option was given as a "feature=true|false" format.
While in other cli-ref pages, like kube-apiserver,
it's like "feature=true|false (BETA - default=true)".

Make it consistent to be "feature=true|false (phase - default=true or false)"
like kube-apiserver, scheduler, etc.
2018-08-21 12:33:42 -07:00
Lubomir I. Ivanov 822372f882 kubeadm-token-create: fix wrong flag name for ttl (#9762) 2018-08-21 12:31:18 -07:00
tanshanshan 87b6b0dfe2 fix the command output (#9952)
I have verified on version v1.11
2018-08-21 07:06:42 -07:00
Miguel Angel Medina Mondragon 4c65b13e6b --previous flag example added to the cheatsheet (#9900) 2018-08-20 14:03:55 -07:00
Bryan Boreham d5628e6944 Update advice on pinning output version of 'kubectl get' (#9165)
* Update advice on pinning output version

--output-version is deprecated.
Advice paraphrased from https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get

* add code highlighting
2018-08-20 10:33:51 -07:00
Lubomir I. Ivanov 3e422bfa9e kubeadm-init: remove the deprecated --skip-preflight-checks (#9808)
Use --ignore-preflight-errors instead.
2018-08-20 08:47:52 -07:00
Andrew Chen 5db4b83a66 Refactor Setup and Imported sections (#9916)
* Fix link order in Setup section

* fix merge conflict

* Co-authored-by: Jennifer Rondeau <jennifer.rondeau@gmail>

* flip front matter order

* Remove Imported section and add Community section

* revert flip

* change section weights

* revert case study change
2018-08-20 08:31:27 -07:00