Commit Graph

71 Commits

Author SHA1 Message Date
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
makocchi 514dc71712 wrap contents by capture tags (#9036) 2018-06-12 16:14:30 -07:00
Jordan Liggitt d56e4ce4d2 document volume scheduler role (#8875) 2018-06-11 16:55:27 -07:00
CaoShuFeng 995453c5cc fix describtion about authz and tutorial (#9011) 2018-06-10 11:24:59 -07:00
Steve Perry d3175d9fc8 Move tools to reference section. (#8936)
* Move tools to reference section.

* Adjust heading levels.
2018-06-07 12:30:24 -07:00
makocchi d40e4af148 replace deprecated TOC style (#8890) (#8891)
* remove TOC (#8890)

* replace deprecated TOC style
2018-06-04 18:29:54 -07:00
makocchi 5c3fa99234 correct rendered output at Feature Gates page (#8889)
* remove caputre formatting directives (#8877)

* fix note block
2018-06-04 07:45:53 -07:00
Chao Wang fddc80759e fix wrong redirect of the admission-webhook (#8879) 2018-06-03 20:54:52 -07:00
AdamDang f7c44f18a6 Typo fix: users has->users have (#8872)
users has->users have
2018-06-03 19:24:53 -07:00
Masaya Aoyama (@amsy810) 127b52afaf [mod] Client library link is dead (#8734)
NG: https://kubernetes.io/docs/reference/client-libraries/
OK: https://kubernetes.io/docs/reference/using-api/client-libraries/

For example, this page contain dead link.
https://kubernetes.io/docs/reference/

Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/client-libraries/

Note:
China page don't have this link.
2018-06-01 12:58:57 -07:00
Masaya Aoyama (@amsy810) 88a6607e39 [mod] API overview link is dead (#8733)
NG: https://kubernetes.io/docs/reference/api-overview/
OK: https://kubernetes.io/docs/reference/using-api/api-overview/

For example, this page contain dead link.
https://kubernetes.io/docs/reference/

Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/api-overview/

Note:
China page don't have this link.
2018-06-01 11:48:55 -07:00
Jordan Liggitt 40e57e4c84 clarify version removal restriction (#8825) 2018-05-30 18:11:55 -07:00
Tim Hockin 42deca26af Clarify that beta annotations can not be removed (#8666)
* Clarify that beta annotations can not be removed

Removing annotations caused a major outage with nodes that lagged the
master.  We used annotations as would-be fields, though we don't any
more.  Now we just add fields.  That makes them part of the API version.
These annotations are effectively part of the API version, too.

It stinks because I love to delete code, but I think it's just part of
the debt-accrual process and yet another reason we need to be judicious
in adding fields.

* Change 6 month deprecations to 9 months

This covers maximum version skew.  For example a master might be at
1.10, while nodes are at 1.8.  We must not break compat within that
window.
2018-05-29 15:54:52 -07:00
Wen Gao 56bbcf5c8f kubeadm-alpha: remove redundant list of links (#8793) 2018-05-29 15:40:53 -07:00
Di Xu 0bc019b613 fix kubeadm related links (#8718) 2018-05-24 10:20:32 -07:00
Lubomir I. Ivanov 3151d0ef72 setup-tools/kubeadm: add 'alpha' and 'version' to 'what's next' (#8470)
Adds links to the 'kubeadm alpha' and 'kubeadm version' pages
in the 'What's next' section.

Use absolute paths as going here and clicking the 'What's next'
links doesn't work:
https://kubernetes.io/docs/reference/setup-tools/kubeadm/

While here works:
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/
2018-05-24 05:28:32 -07:00
Jennifer Rondeau 1f557bde2c move access/auth content to reference folder, add TOC (#8624) 2018-05-23 10:58:32 -07:00
aburdenthehand 3d95cccc2b Added suggested whitespace ahead of "Alpha" list (#8647) 2018-05-22 19:45:10 -07:00
Xianglin Gao c4f92128df Remove the useless TOC (#8676)
close #8654
2018-05-22 15:01:25 -07:00
Qiming 314084404d Last batch change approvers to reviewers (#8644)
This is meant to be the last change for issue #7432.

Closes:# 7432
2018-05-21 08:55:51 -07:00