Commit Graph

90 Commits

Author SHA1 Message Date
Xianglin Gao f396ad33d8 fix the default k8s version in kubeadm (#9885)
Signed-off-by: Xianglin Gao <xianglin.gxl@alibaba-inc.com>
2018-08-17 07:42:10 -07:00
Liz fd558f0d94 Documentation on setting node name with Kubeadm (#8925)
* Documentation on setting node name with Kubeadm

* copyedit
2018-06-27 13:07:24 -07:00
Qiming bb2dd30e0c Document for service account projection (#9182)
This adds docs for the service account projection feature.

Xref: kubernetes/kubernetes#63819, kubernetes/community#1973
Closes: #9102
2018-06-27 13:07:24 -07:00
Qiming b566a04e34 Amend dynamic volume list docs (#9181)
The dynamic volume list feature has been documented but the feature gate
related was not there yet.

Closes: #9105
2018-06-27 13:07:24 -07:00
Qiming a0e638adf1 Mention 'KubeletPluginsWatcher' feature (#9177)
* Mention 'KubeletPluginsWatcher' feature

This feature is more developers oriented than users oriented, so simply
mention it in the feature gate should be fine.
In future, when the design doc is migrated from Google doc to the
kubernetes/community repo, we can add links to it for users who want to
dig deeper.

Closes: #9108
Xref: kubernetes/kubernetes#63328, kubernetes/kubernetes#64605

* Copyedit
2018-06-27 13:07:24 -07:00
Qiming aa0f7a75c1 Document the Pod Ready++ feature (#9180)
Closes: #9107
Xref: kubernetes/kubernetes#64057
2018-06-27 13:07:24 -07:00
Jordan Liggitt fa7593380c client exec auth: updates for 1.11 (#9154) 2018-06-27 13:07:24 -07:00
Qiming cb820cebbd Update docs related to PersistentVolumeLabel admission control (#9109)
The said admission controller is disabled by default in 1.11
(kubernetes/kubernetes#64326) and scheduled to be removed in future
release.
2018-06-27 13:07:24 -07:00
Klaus Ma ae35800bda The Doc update for ScheduleDaemonSetPods (#8842)
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2018-06-27 13:07:23 -07:00
Qiming fa92e2fc96 Update DynamicKubeletConfig feature to beta (#9110)
xref: kubernetes/kubernetes#64275
2018-06-27 13:07:23 -07:00
Steve Perry c255ca9aa1 Update kubectl component ref page for 1.11. (#9094)
* Update kubectl component ref page for 1.11.

* Add title. Replace stevepe with username.
2018-06-27 13:07:23 -07:00
Vladimir Vivien 1307dc3801 CSI documentation update for raw block volume support (#8927)
* CSI documetation update for raw block volume support

* minor edits for "CSI raw block volume support"

Some small grammar and style nits.

* minor CSIBlockVolume edits
2018-06-27 13:07:23 -07:00
Steve Perry c4c4064194 Update Federation API ref docs for 1.11. (#9064)
* Update Federation API ref docs for 1.11.

* Add titles.

* Update definitions.html
2018-06-27 13:07:23 -07:00
Steve Perry ac7717de03 Update Kubernetes API 1.11 ref docs (#8977)
* Update v1alpha1 to v1beta1.

* Adjust left nav for 1.11 ref docs.

* Trim list of old ref docs.
2018-06-27 13:07:23 -07:00
Jan Chaloupka 26805bbcf6 Promote sysctls to Beta (#8804)
* Promote sysctls to Beta

* Copyedits

Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>

* Review comments

* Address feedback

* More feedback
2018-06-27 13:07:22 -07:00
Liz 45f7beb548 Documentation on lowercasing kubeadm init apiserver SANs (#9059)
* Documentation on lowercasing kubeadm init apiserver SANs

* fix shortcode to troubleshoot deploy (#9057)
2018-06-27 13:07:22 -07:00
Qiming b01ce412dd Reference doc for kube-components (release-1.11) (#9045)
* Reference doc for kube-components (release-1.11)

* Update cloud-controller-manager.md

* fix shortcode to troubleshoot deploy (#9057)
2018-06-27 13:07:22 -07:00
Qiming 9e69b33365 Reference doc for kubeadm (release-1.11) (#9044)
* Reference doc for kubeadm (release-1.11)

* fix shortcode to troubleshoot deploy (#9057)
2018-06-27 13:07:22 -07:00
Kevin Taylor 4d7c685007 VolumeSubpathEnvExpansion alpha feature (#8835) 2018-06-27 13:07:22 -07:00
Jordan Liggitt 1c4406ab30 NodeRestriction admission prevents kubelet taint removal (#8911) 2018-06-27 13:07:22 -07:00
Andrew Lytvynov 4cc5461662 Update exec plugin docs with TLS credentials (#8826)
* Update exec plugin docs with TLS credentials

kubernetes/kubernetes#61803 implements TLS client credential support for
1.11.

* Copyedit

* More copyedits for clarification

* Additional copyedit

* Change token->credential
2018-06-27 13:07:22 -07:00
Lubomir I. Ivanov 8c8e0a9e27 kubeadm-config: include new commands (#8862)
Add notes and includes for these new commands in 1.11:
- kubeadm config print-default
- kubeadm config migrate
- kubeadm config images list
- kubeadm config images pull

Include placeholder generated files for the above.
2018-06-27 13:07:21 -07:00
Lubomir I. Ivanov 381d615826 kubeadm-init: update the example for the MasterConfiguration (#8958)
- include godocs link for MasterConfiguration
- include example MasterConfiguration
- add note that `kubeadm config print-default` can be used
2018-06-27 13:07:21 -07:00
Lubomir I. Ivanov eeb70f67a3 kubeadm-upgrade: add the 'node [config]' sub-command (#8960)
- Add includes for the generated pages
- Include placeholder generated pages
2018-06-27 13:07:21 -07:00
Lubomir I. Ivanov 56b6d68396 kubeadm: update implementation-details.md about CoreDNS (#8829)
- Replace examples from kube-dns to CoreDNS
- Add notes about the CoreDNS feature gate status in 1.11
- Add note that the service name for CoreDNS is also
called `kube-dns`
2018-06-27 13:07:21 -07:00
Lubomir I. Ivanov b8b374cb4a kubeadm: update info about CoreDNS in kubeadm-init.md (#8728)
Add info to install kube-dns instead of CoreDNS, as CoreDNS
is the default DNS server in 1.11.

Add notes that kubeadm config images can be used to list and pull
the required images in 1.11.
2018-06-27 13:07:21 -07:00
Lion-Wei 1821a94879 declare ipvs ga (#8850) 2018-06-27 13:07:21 -07:00
Jennifer Rondeau 6ce80b3353 fix shortcode, add placeholder files to fix deploy failures (#8874) 2018-06-27 13:07:21 -07:00
Qiming 6f3a3b5bfc Mark ExpandPersistentVolumes feature to beta (#8778)
* Update version selector for 1.11

* Mark ExpandPersistentVolumes Beta

xref: kubernetes/kubernetes#64288
2018-06-27 13:07:21 -07:00
Juan Vallejo 7aeb1a2ae2 update 1.11 --server-print info (#8870)
* update 1.11 --server-print info

* Copyedit
2018-06-27 13:07:21 -07:00
Lubomir I. Ivanov f57085d519 kubeadm-upgrade: include new command kubeadm upgrade diff (#8617)
Also:
- Include note that this was added in 1.11.
- Modify the note about upgrade guidance.
2018-06-27 13:07:21 -07:00
Lubomir I. Ivanov 3819dc732c kubeadm-alpha: CoreDNS related changes (#8727)
Update note about CoreDNS feature gate.

This change also updates a tab as a kubeadm sub-command
will change.

It looks for a new generated file:
generated/kubeadm_alpha_phase_addon_coredns.md
instead of:
generated/kubeadm_alpha_phase_addon_kube-dns.md
2018-06-27 13:07:21 -07:00
Xianglin Gao 7b39ed7185 Update the doc about extra volume in kubeadm config (#8453)
Signed-off-by: Xianglin Gao <xianglin.gxl@alibaba-inc.com>
2018-06-27 13:07:21 -07:00
Qiming 88e0fbaf06 Remove InitialResources from admission controllers (#8293)
The feature (was experimental) is dropped in 1.11.

xref: kubernetes/kubernetes#58784
2018-06-27 13:07:21 -07:00
Pavel Pospisil 8bf514918d Bring StorageObjectInUseProtection feature to GA (#8159)
* StorageObjectInUseProtection is GA (#8291)

* Feature gate: StorageObjectInUseProtection is GA

Update feature gate reference for 1.11

* Trivial commit to re-trigger Netlify

* Bring StorageObjectInUseProtection feature to GA

StorageObjectInUseProtection is Beta in K8s 1.10.

It's brought to GA in K8s 1.11.

* Fixed typo and added feature state tags.
2018-06-27 13:07:21 -07:00
Qiming f377f9a171 CRIContainerLogRotation is Beta in 1.11 (#8665)
* Seperate priority and preemption (#8144)

* CRIContainerLogRotation is Beta in 1.11

xref: kubernetes/kubernetes#64046
2018-06-27 13:07:20 -07:00
Qiming c786f99d04 StorageObjectInUseProtection is GA (#8291)
* Feature gate: StorageObjectInUseProtection is GA

Update feature gate reference for 1.11

* Trivial commit to re-trigger Netlify
2018-06-27 13:07:20 -07:00
Misty Linville 50bc79efb5 Sweep for doubled words (#9252) 2018-06-26 16:22:52 -07:00
Brian Macdonald 2a88115b72 Removed 1.5 docs link (#9246)
URL is no longer accessible.
2018-06-26 15:13:52 -07:00
Lennart Jern 767bd9371e Fix links for kubeadm upgrade guidance (#9240)
The links to kubeadm upgrade guidance were broken. One of the pages was completely missing, so that link is now removed.
2018-06-26 05:44:51 -07:00
makocchi 7cac9c23e6 apply a template to tools (#9176) 2018-06-25 12:35:22 -07:00
John Kerkstra 96039a7e72 fix wording of 'kubectl apply' conventions section (#8789) 2018-06-25 11:41:22 -07:00
Karen Bradshaw e63f47b284 Update overview.md (#9126) 2018-06-25 11:34:21 -07:00
AdamDang 9d5a1f6637 Small typo: an PodSpec->a PodSpec (#9211)
an PodSpec->a PodSpec
2018-06-25 06:35:03 -07:00
makocchi 203391835d Apply templates and fix dead links under "/docs/reference/access-authn-authz/" (#9202)
* fix double bullets in TOC and apply an tempalte.

* fix url prefix

* anchor link with lower strings

* fix another url prefix
2018-06-22 11:26:06 -07:00
Damien Lespiau 7bd3e30edc Fix dead links to the kubelet configuration (#9204)
Those links are dead, pointing at what I assume in the previous place for the Kubelet TLS bootstrapping documentation.

Update them with the new location!
2018-06-22 11:24:04 -07:00
Lubomir I. Ivanov f3f6b39bbe kubeadm: add feature state in implementation-details.md (#9151)
implementation-details.md is outdated for k8s 1.11.
Add feature state that this page applies to k8s 1.10.

The page should be updated for k8s 1.11 in a later stage
in the release cycle.
2018-06-20 05:39:09 -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
arkadijs b9623e18bf Typo in authentication.md (#9039) 2018-06-14 07:40:28 -07:00