Commit Graph

2267 Commits

Author SHA1 Message Date
Mahé 23eea7e122
Add more context in the annotation page
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-06-29 09:27:42 +02:00
Kubernetes Prow Robot 0d218fc6be
Merge pull request #34539 from didicodes/merged-main-dev-1.25
Merged main into dev-1.25
2022-06-28 14:05:34 -07:00
mtardy 60ee2c2d14 Add the documentation on the kubernetes.io/psp annotation 2022-06-28 21:11:59 +02:00
Rishit Dagli b2d062d7bc
Remove references of Service Catalog (#34387)
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-06-27 22:33:58 -07:00
irbekrm f1465601c3 Adds remainingItemCount to HTTP response
Signed-off-by: irbekrm <irbekrm@gmail.com>
2022-06-26 14:25:52 +01:00
Shannon -jj Behrens 5aa48c49e8
Fixed a zsh bug
Using double quotes causes the code to be evaluated too early and ends up not working if you don't have kubectl installed.
2022-06-24 20:18:26 -07:00
Marcelo Juchem 0404de8e03
add perl and ruby to client libraries list 2022-06-23 11:28:02 -05:00
Marcelo Juchem 445856614d
sorting library list in lexicographic order 2022-06-23 02:27:22 -05:00
Marcelo Juchem 7bbdc5d83e
client-libraries.md: adding C client library link 2022-06-22 19:13:35 -05:00
Brandon Richard 2f2a4d5bae
Updated cheatsheet.md with 'get taints' command
Updated the kubectl cheat sheet (cheatsheet.md) with a command for viewing taints which exists on current nodes.
2022-06-21 15:04:37 +01:00
Qiming Teng 548e0efb6c Reformat kubeadm implementation details
This page has some weird indentations and long lines, which makes tracking changes very difficult.
2022-06-18 17:13:53 +08:00
Stefan Midjich dd9061e326
clarify that the value is base64 encoded
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-06-17 19:41:52 +02:00
Jihoon Seo e7caadc564 Replace skew shortcode parameters 2022-06-17 16:17:01 +09:00
Kubernetes Prow Robot 3a0d817bb8
Merge pull request #32400 from sftim/20220321_document_downward_api_concept
Revise downward API documentation
2022-06-16 23:38:31 -07:00
Kubernetes Prow Robot cbff0cfd4a
Merge pull request #32991 from jai/jai/fix-well-known-annotations-labels-taints-examples
fix: Well-Known Annotations/Labels/Taints examples
2022-06-16 22:58:32 -07:00
Dom Goodwin 1145cab87b
Document changing the sandbox image in CR (#33660)
* Document changing the sandbox image in CR

* Update cri-dockerd section to be idiomatic
2022-06-16 21:52:33 -07:00
Raki af65de3877
Callout that impersonation needs (ClusterRole)Binding (#34082)
* Callout that impersonation needs (ClusterRole)Binding

I learned through trial and error that impersonation does not work with Role and RoleBinding - this was not obvious. It would be good if the docs call this out.

* Update content/en/docs/reference/access-authn-authz/authentication.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/reference/access-authn-authz/authentication.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/reference/access-authn-authz/authentication.md

Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>

* Update content/en/docs/reference/access-authn-authz/authentication.md

Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>
2022-06-14 13:09:33 -07:00
Stefan Midjich 95dd0b33ab
Update content/en/docs/reference/kubectl/cheatsheet.md
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-06-14 21:17:03 +02:00
Kubernetes Prow Robot 8f7748cd42
Merge pull request #33088 from Jitsusama/patch-1
Fix Minor Typo on API Concepts Page
2022-06-13 22:21:32 -07:00
Kubernetes Prow Robot e1a1a953c6
Merge pull request #32127 from mtovmassian/fix-en-bash-alias-auto-completion
[en] Update Bash alias auto-completion
2022-06-13 21:11:34 -07:00
Kubernetes Prow Robot 2d869fc314
Merge pull request #34155 from Sea-n/design-proposals-archive
Fix links for k/design-proposals-archive
2022-06-13 20:55:49 -07:00
Rishit Dagli 2e6db34594 Merge branch 'Rishit-dagli-patch-1' into Rishit-dagli-defaultTolerations 2022-06-13 16:14:48 +00:00
Rishit Dagli 7cb3dbed40 Add example 2022-06-13 16:10:54 +00:00
Rishit Dagli e58e5cca3d Document `defaultTolerations` 2022-06-13 16:10:47 +00:00
Lubomir I. Ivanov 90dc4e70a6 kubeadm-init.md: adjust info for UnversionedKubeletConfigMap
The feature gate goes GA in 1.25 and becomes locked by
default to "enabled".
2022-06-13 14:53:28 +03:00
Kubernetes Prow Robot ecfe26f416
Merge pull request #33580 from sarangjo/patch-1
Fix punctuation in ports-and-protocols.md
2022-06-12 10:32:09 -07:00
Sean Wei 34155fed0b Fix links for k/design-proposals-archive
The contributors/design-proposals in k/community was removed. It's only
available in k/design-proposals-archive repo now.

This commit also changes https://github.com/kubernetes/repo/blob/master/file.md
to https://git.k8s.io/repo/file.md for better consistency.
2022-06-10 22:49:04 +08:00
Kubernetes Prow Robot e82aec31a1
Merge pull request #34180 from tengqm/fix-34121
Fix kube-proxy command line reference
2022-06-08 13:58:01 -07:00
Qiming Teng 4b5e963781 Fix kube-proxy command line reference 2022-06-08 21:35:15 +08:00
Guangwen Feng ef08c345e0 Fix an incorrect link in psp-to-pod-security-standards.md
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2022-06-08 11:40:04 +08:00
Kubernetes Prow Robot 090803440d
Merge pull request #33130 from tengqm/move-kubelet-authn-authz
Move kubelet authn authz
2022-06-07 19:11:49 -07:00
Lubomir I. Ivanov edb74f1dec update kubeadm pages to use registry.k8s.io
k8s.gcr.io is a deprecated in favor of registry.k8s.io.
The kubeadm code in k/k was already changed to use the
new domain name.
2022-06-07 17:01:01 +03:00
Kubernetes Prow Robot bfdfd60383
Merge pull request #34124 from tengqm/fix-eventratelimit-pkg
Fix the package name for eventratelimit config API
2022-06-06 11:50:21 -07:00
Qiming Teng 55fd6c705c Fix the package name for eventratelimit config API 2022-06-03 17:35:10 +08:00
Kubernetes Prow Robot 11d56aacf6
Merge pull request #34076 from kadtendulkar/kad4
Update  content/en/docs/reference/access-authn-authz/bootstrap-tokens.md
2022-05-31 17:33:02 -07:00
Kubernetes Prow Robot 593a5d3747
Merge pull request #34071 from lostick/fix-typos-content-docs
Fix typos in tasks docs
2022-05-31 15:09:23 -07:00
Rishit Dagli 0be2557ecd Fix CertificateSubjectRestriction in Admission Controllers docs 2022-05-31 19:35:12 +00:00
kadtendulkar 6c82e81ede Update content/en/docs/reference/access-authn-authz/bootstrap-tokens.md 2022-05-31 22:02:36 +05:30
lostick cfb897169b Fix typos in tasks docs 2022-05-31 14:47:40 +01:00
Harshita Sao 6bfc4cfd1c
Updated the links in kubelet flag's docs. (#33985)
* Updated the links in kubelet flag's docs

* Updated the links in kubelet flag's docs

* Removed unwanted spaces in <a> tag

* fixed some mistakes
2022-05-29 18:10:53 -07:00
Kubernetes Prow Robot bcc5507d79
Merge pull request #33969 from liggitt/psp-guide
Update PSP alternatives
2022-05-27 07:55:07 -07:00
Kubernetes Prow Robot 6e074f75d0
Merge pull request #33927 from davidxia/patch-2
docs: show server side apply overwrite for CLI
2022-05-27 07:53:07 -07:00
Jordan Liggitt 4fd16ff800 Update PSP alternatives 2022-05-26 11:35:29 -04:00
Tim Bannister 7f3604a949
Revise downward API documentation
- add a glossary entry
- add a concept page
- revise other documentation in light of above changes
2022-05-26 13:26:45 +01:00
Kubernetes Prow Robot 86993dc7f3
Merge pull request #33839 from tengqm/update-kubeadm-configapi
Update kubeadm config API
2022-05-24 22:34:43 -07:00
David Xia 69d46a7a98
Update content/en/docs/reference/using-api/server-side-apply.md
Co-authored-by: Antoine Pelisse <apelisse@gmail.com>
2022-05-24 19:19:27 -04:00
David Xia 5846916395
docs: show server side apply overwrite for CLI
Docs currently say how to do it with HTTP request.
This addition will help `kubectl` users as well.
2022-05-24 17:34:12 -04:00
wei.wang 1cf774a05e [zh]Update content/zh/docs/reference/access-authn-authz/admission-controllers.md 2022-05-24 02:26:02 +08:00
Qiming Teng 10ae8386ee Update kubeadm config API 2022-05-20 06:37:30 +08:00
Lubomir I. Ivanov ed9ea9c4f2 kubeadm: apply changes around "master" taint for 1.25
The "master" taint is no longer applied on control plane
nodes by kubeadm 1.25.

Remove mentions of the taint from the documentation:
- implementation details
- create a kubeadm cluster
- known labels / taints
2022-05-19 22:13:09 +03:00
Qiming Teng c992c4c04f Add imagepolicy.v1alpha1 API 2022-05-18 14:20:20 +08:00
Kubernetes Prow Robot a439d1219e
Merge pull request #33761 from tengqm/admission-control
Cleanup admission-controllers page
2022-05-17 18:24:53 -07:00
Manish Kumar e7300a151c
Register and document annotations on Secret that relate to ServiceAccount (#32005)
* Registered secret annotation

Signed-off-by: Manish Kumar <manish.kumar1@india.nec.com>

* Update content/en/docs/reference/labels-annotations-taints/_index.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/reference/labels-annotations-taints/_index.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Updated Secret type

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-05-17 07:40:27 -07:00
Qiming Teng 90a395745d Cleanup admission-controllers page
This PR fixes several things in the admission-controllers page:

- The `PodSecurity` plugin is enabled by default, but it was not listed so;
- The `apiserver.config.k8s.io/v1alpha1` has been deprecated since v1.17, we are still documenting it side by side with the `apiserver.config.k8s.io/v1` API group;
- The `eventratelimit.admission.k8s.io/v1alpha1` API could use a better reference rather than the design doc; **The imagepolicy.v1alpha1 API is not documented anywhere, I'll add it later on.**
- There are statements about future, which should be removed;
- We are supposed refer to the `LimitRage` API reference rather than pointing users to the design docs;
- We are supposed refer to the `ResourceQuota` API reference rather than pointing users to the design docs;
- There are long lines in the page source which could have been wrapped properly.
2022-05-17 15:37:58 +08:00
Kubernetes Prow Robot d82a6ef16d
Merge pull request #33574 from sanchezl/patch-2
add authorization v1beta1 selfsubjectrulesreview
2022-05-16 06:50:17 -07:00
Kubernetes Prow Robot e8d71e4816
Merge pull request #33656 from kinzhi/kinzhi108
[zh]Sync kubeadm-9
2022-05-14 17:29:17 -07:00
wei.wang ef88442803 [zh]Sync kubeadm-9
[zh]Sync kubeadm-9

[zh]Sync 1
2022-05-15 03:50:42 +08:00
wei.wang 2fafe815e2 [zh]Sync kubeadm-10 2022-05-14 18:39:43 +08:00
Kubernetes Prow Robot bf46c15bdf
Merge pull request #33639 from kinzhi/kinzhi104
[zh]Sync kubeadm-8
2022-05-13 18:01:17 -07:00
wei.wang a7b02618ac [zh]Sync kubeadm-8
[zh]Sync kubeadm-8
2022-05-14 02:02:21 +08:00
Kubernetes Prow Robot fbcb0be9d1
Merge pull request #33602 from kinzhi/kinzhi100
[zh]Sync kubeadm-6
2022-05-12 19:45:48 -07:00
wei.wang 463f6c0c58 [zh]Sync kubeadm-6
[zh]Sync kubeadm-6
2022-05-13 04:01:53 +08:00
Kubernetes Prow Robot d0fdb1cca6
Merge pull request #33577 from kinzhi/kinzhi99
[zh]Sync kubeadm-5
2022-05-11 18:47:14 -07:00
wei.wang cf483c543f [zh]Sync kubeadm-7 2022-05-12 01:42:09 +08:00
Kubernetes Prow Robot 07ef1c26ee
Merge pull request #33599 from nameYULI/yl24
[zh]Sync reference-7
2022-05-11 01:40:51 -07:00
yuli 842c411ce9 [zh]Sync reference-7
[zh]Sync reference-7
2022-05-11 13:16:01 +08:00
wei.wang 960a20823a [zh]Sync kubeadm-4 2022-05-11 00:49:57 +08:00
Kubernetes Prow Robot 06afdec634
Merge pull request #33561 from kinzhi/kinzhi97
[zh]Sync kubeadm-3
2022-05-10 08:39:43 -07:00
wei.wang 58c174b864 [zh]Sync kubeadm-3
[zh]Sync kubeadm-3

[zh]Sync kubeadm-3

[zh]Sync kubeadm-3

[zh]Sync kubeadm-3
2022-05-10 23:29:31 +08:00
Kubernetes Prow Robot aa12eb656b
Merge pull request #33535 from kinzhi/kinzhi95
[zh]Sync kubeadm-1
2022-05-09 17:21:43 -07:00
Sarang Joshi 5770779f15
Update ports-and-protocols.md 2022-05-09 14:32:55 -07:00
wei.wang c6c0e8d3b0 [zh]Sync kubeadm-5
[zh]Sync kubeadm-5
2022-05-10 02:16:44 +08:00
Luis Sanchez dd59f2a2d0
add authorization v1beta1 selfsubjectrulesreview 2022-05-09 09:25:35 -04:00
wei.wang c769481027 [zh]Sync kubeadm-1
[zh]Sync kubeadm-1

[zh]Sync x

[zh]Sync kubeadm-1
2022-05-09 12:08:52 +08:00
wei.wang fe3ed19c7c [zh]Sync kubeadm-2 2022-05-08 02:06:34 +08:00
Kubernetes Prow Robot 30802fcec2
Merge pull request #33461 from tengqm/configapi-124
Config API reference for 1.24
2022-05-05 02:14:20 -07:00
Kubernetes Prow Robot 338a2cae07
Merge pull request #33455 from tengqm/compref-1.24
Update component reference for 1.24
2022-05-05 02:12:21 -07:00
Kubernetes Prow Robot edf15e9ed2
Merge pull request #33456 from tengqm/kubeadm-124
Update reference for kubeadm (1.24)
2022-05-04 18:42:20 -07:00
Qiming Teng a5eeb338f1 Config API reference for 1.24 2022-05-04 22:32:02 +08:00
Kubernetes Prow Robot b97dfa02d6
Merge pull request #33449 from kinzhi/kinzhi93
[en]Modify the format content/en/docs/reference/using-api/deprecation-guide.md
2022-05-04 07:15:51 -07:00
Qiming Teng fa7fda17ab Update reference for kubeadm (1.24) 2022-05-04 21:24:31 +08:00
Qiming Teng 8c6d0fe857 Update component reference for 1.24 2022-05-04 21:21:32 +08:00
wei.wang 98b049bf29 [en]Modify the format content/en/docs/reference/using-api/deprecation-guide.md
4
2022-05-04 21:09:01 +08:00
Jai Govindani 891014838e
fix: Add quotes on annotation boolean
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-05-03 16:58:42 +07:00
Nate W 5ead53b3e8 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-05-02 10:29:49 -07:00
Kubernetes Prow Robot ac5faa199f
Merge pull request #33344 from JarHMJ/patch-3
[en] Update tools/_index.md  remove old helm definition
2022-04-30 17:41:12 -07:00
huangminjie 5f5be17db9 [en] Update tools/_index.md remove old helm definition 2022-04-30 16:16:28 +08:00
wei.wang 64f58b2c75 [en]Update content/en/docs/reference/kubectl/docker-cli-to-kubectl.md 2022-04-30 03:11:53 +08:00
Kubernetes Prow Robot 4a67ea76d0
Merge pull request #33313 from my-git9/debug-cluster-audit
[en] modify debug-cluster/audit
2022-04-29 07:01:13 -07:00
Mitesh Jain a2bf86409a
Adding dockershim to glossary. (#32950)
* Adding dockershim to glossary.

* updated dockershim faq url.

Co-authored-by: Chris Negus <cnegus@redhat.com>

* Update content/en/docs/reference/glossary/dockershim.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/reference/glossary/dockershim.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/reference/glossary/dockershim.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Changes to accomodate review comments.

Co-authored-by: Chris Negus <cnegus@redhat.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-04-29 06:37:13 -07:00
xin.li b831e96c6a [en] modify debug-cluster/audit
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 20:40:59 +08:00
SataQiu 279fbc658d Update content/en/docs/reference/labels-annotations-taints/audit-annotations.md
Signed-off-by: SataQiu <shidaqiu2018@gmail.com>
2022-04-28 19:53:21 +08:00
Nate W 0e4d4b6861 Update API Reference multi-pages for v1.24 2022-04-27 16:13:55 +00:00
Kubernetes Prow Robot 61095d4544
Merge pull request #32833 from feloy/api-reference-multi-pages
API reference multi pages for v1.24
2022-04-26 20:12:10 -07:00
Nate W 712f45dee4 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-26 13:11:13 -07:00
Kubernetes Prow Robot 212a936a53
Merge pull request #32673 from RaunakShah/3151-docs
Add docs for preventing volume mode conversion
2022-04-26 10:38:53 -07:00
Philippe Martin 43c0e26fac Update with latest changes of API spec 2022-04-26 13:16:20 +02:00
Guangwen Feng 8f68e2cc94 Fix a typo in cadvisor.md
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2022-04-26 16:12:42 +08:00
Joel Gerber 47be146d86
Update content/en/docs/reference/using-api/api-concepts.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-04-25 07:41:46 -04:00
Joel Gerber c00146a3a6
Update content/en/docs/reference/using-api/api-concepts.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-04-25 07:41:33 -04:00
Qiming Teng a3ea9f4caf Update references to the kubelet security files
This commit updates all the existing references to the files move in the previous commit.
2022-04-23 14:32:19 +08:00
Qiming Teng 89b0b1bf8f Move kubelet authentication/authorization out of CLI reference dir
The `kubelet-authentication-authorization` and the `kubelet-tls-bootstrapping`
pages do not belong to `reference/command-line-tools-reference` topic.
This PR moves them into `reference/access-authn-authz` subdirectory
which is a better fit.
The `static/_redirects` file is updated to point to the new location.
2022-04-23 14:30:14 +08:00
Joel Gerber f3adb2cd66
Update content/en/docs/reference/using-api/api-concepts.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-04-22 07:06:31 -04:00
Raunak Pradip Shah b656cd8d55 Some formatting changes 2022-04-22 15:31:49 +05:30
CJ Cullen a3638c4fde
Update rbac.md
Fix description of magic service account group.
2022-04-21 14:07:32 -07:00
Joel Gerber bf0c2cfcf7
Fix a minor typo in the 2nd paragraph of overview 2022-04-21 11:35:46 -04:00
Kubernetes Prow Robot c62c9e9c61
Merge pull request #32909 from Sea-n/deprecate-ext
Remove deprecated `extensions` API group in document
2022-04-20 08:57:43 -07:00
Priyanshu Ahlawat 320d290da5
Add Traffic Shaping Annotations (#32549)
* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md
2022-04-20 04:29:41 -07:00
Nate W 0135d3642b Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-19 15:45:28 -07:00
Qiming Teng d9d2f99dfa Fix nits in the feature gates page
The ServerSideFieldValidation feature was misplaced.
2022-04-19 19:55:02 +08:00
Qiming Teng 0c11e4aa4e JobTrackingWithFinalizers is disabled in 1.24 2022-04-19 14:30:24 +08:00
Jai Govindani 01efbac56f
fix: Well-Known Annotations/Labels/Taints examples 2022-04-17 08:32:38 +07:00
Sean Wei 613bb080ff Remove deprecated `extensions` API group in document 2022-04-16 21:56:25 +08:00
Kubernetes Prow Robot 8ac6b0360c
Merge pull request #32923 from jai/jai/add-app-labels-well-known
Register and properly document recommended workload labels
2022-04-16 04:35:11 -07:00
196Ikuchil 97295ed88f
Improvement for en/docs/reference/glossary/api-eviction.md (#32959)
* fix:add description of PodDisruptionBudgets and hyperlink

* Update api-eviction.md
2022-04-16 04:33:10 -07:00
Jai Govindani 795672d928
feat(labels-annotations-taints): Add recommended labels 2022-04-14 09:24:21 +07:00
Sean Wei 01c3c53b7d [en] Fix Markdown format 2022-04-14 01:33:53 +08:00
Kubernetes Prow Robot 1a3843b02f
Merge pull request #32831 from tengqm/GracefulNodeShutdownBasedOnPodPriority-Beta
GracefulNodeShutdownBasedOnPodPriority is Beta in 1.24
2022-04-13 09:20:46 -07:00
Kubernetes Prow Robot 62b8dc776a
Merge pull request #32830 from tengqm/NetworkPolicyStatus-Alpha
NetworkPolicyStatus feature alpha
2022-04-13 07:06:46 -07:00
Raunak Pradip Shah f89729d014 Add docs for preventing volume mode conversion 2022-04-13 19:29:16 +05:30
Kubernetes Prow Robot 1e154d2f96
Merge pull request #32328 from tengqm/podoverhead-ga
The PodOverhead feature is GA
2022-04-12 21:08:47 -07:00
Qiming Teng 0bc8468bfa The PodOverhead feature is GA 2022-04-13 11:49:50 +08:00
Jiahui Feng 675d1cc841 sync beta feature defaults with features.go 2022-04-12 17:12:56 -07:00
Kubernetes Prow Robot 68474feae2
Merge pull request #32888 from jiahuif-forks/cleanup/leader-migration/feature-gates
remove Leader Migration feature from alpha/beta list.
2022-04-12 17:02:46 -07:00
Antoine Pelisse 11333a4851
Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-04-12 10:33:30 -07:00
Jiahui Feng ed78d28eb2 remove Leader Migration from alpha/beta list. 2022-04-12 09:52:10 -07:00
Antoine Pelisse 047a0f4704 Add OpenAPIv3 as enabled by defaulted, and released beta in v1.24 2022-04-12 08:48:49 -07:00
Ashutosh Kumar 3005445d34
document non graceful node shutdown feature (#32406)
Signed-off-by: Ashutosh Kumar <sonasingh46@gmail.com>
2022-04-12 07:27:24 -07:00
Qiming Teng ee95a4831b GracefulNodeShutdownBasedOnPodPriority is Beta in 1.24 2022-04-12 09:01:43 +08:00
Kubernetes Prow Robot 007d2520d1
Merge pull request #32340 from tengqm/mindomainsintopologyspread
Document the new MinDomainsInPodTopologySpread feature gate
2022-04-11 17:17:22 -07:00
Nate W e65201a5b3 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-11 09:31:28 -07:00
Kubernetes Prow Robot ca3737922a
Merge pull request #32284 from deads2k/beta-off-by-default
Add details about enabling individual API resources using --runtime-config
2022-04-11 09:20:06 -07:00
Philippe Martin 363eea4e22 Update API Reference multi-pages for v1.24 2022-04-09 09:47:23 +02:00
Qiming Teng 896559f2a0 NetworkPolicyStatus feature alpha 2022-04-09 11:26:11 +08:00
Kubernetes Prow Robot 74b148081f
Merge pull request #32793 from TheSamDickey/patch-1
Update ingress-v1 rules.http.paths.pathType values
2022-04-08 16:36:04 -07:00
Qiming Teng e4a473c39b Document the new MinDomainsInPodTopologySpread feature aate 2022-04-08 16:39:46 +08:00
Kubernetes Prow Robot 065ed76148
Merge pull request #32765 from liggitt/guide
Add 1.27 deprecated API removals
2022-04-08 01:22:41 -07:00
Mads Jensen eefc776e29
Fix typos in Markdown links. (#32802)
* Fix typos in Markdown links.

* Test

Co-authored-by: Mads Jensen <atombrella@users.noreply.github.com>
2022-04-08 00:16:41 -07:00
Kubernetes Prow Robot 49a2655d25
Merge pull request #32604 from nikhita/kubectl-subresource-support-docs
Document kubectl subresource support
2022-04-07 22:32:43 -07:00
Nikhita Raghunath 73563a3d7a Add docs for kubectl subresource support 2022-04-08 09:11:02 +05:30
Kubernetes Prow Robot 3fca29abb1
Merge pull request #32803 from nate-double-u/merged-main-dev-1.24
Merged main into dev 1.24
2022-04-07 20:10:41 -07:00
Kubernetes Prow Robot 6284fee097
Merge pull request #32779 from deepakkinni/up_doc_demote_1
Change back feature state to alpha for HonorPVReclaimPolicy
2022-04-07 17:52:41 -07:00
Nate W d1bce4cb0d Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-07 10:41:49 -07:00
Deepak Kinni 23b57a355c Change feature state to alpha for HonorPVReclaimPolicy
Signed-off-by: Deepak Kinni <dkinni@vmware.com>
2022-04-07 19:29:46 +05:30
Bridget Kromhout a8b46072c3
Update docs for mixed protocol Services of type: LoadBalancer (#32696)
* Feature flag change when moving from alpha to beta

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>

* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Clarifying default as of beta.

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-04-07 06:07:58 -07:00
Kubernetes Prow Robot a0d51d6eba
Merge pull request #32596 from tengqm/MaxUnavailableStatefulSet-alpha
Document the MaxUnavailableStatefulSet feature
2022-04-07 02:57:57 -07:00
Qiming Teng ecf1cd11cd Document the MaxUnavailableStatefulSet feature 2022-04-07 17:12:58 +08:00
TheSamDickey 1be2b6e05c
Update ingress-v1.md
While reading through the documentation, I noticed weird asterisk characters that seemed like they should be bullet points.  I kept reading and saw the formatting for `loadBalancer.ingress.ports.protocol`.  I liked how it organized the values into an easy to read list.

This proposed change formats the possible values for `rules.http.paths.pathType` to be a bullet point list, in (imo) a format that is easier to read.
2022-04-06 23:33:52 -05:00
Jordan Liggitt 312d50b02d Add 1.27 deprecated API removals 2022-04-06 20:59:42 -04:00
Kubernetes Prow Robot 4a13e4c99a
Merge pull request #32594 from tengqm/openapienum-beta
OpenAPIEnums feature is beta in 1.24
2022-04-05 19:08:55 -07:00
Mrunal Patel bf90a22aaf Update docs for Pod Priority Based Node Graceful Shutdown beta
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2022-04-05 18:17:52 -07:00
Kubernetes Prow Robot fc771f4431
Merge pull request #32452 from pohly/contextual-logging
features: add ContextualLogging
2022-04-05 17:50:55 -07:00
Thomas Güttler 7ce04aeb14
PodSecurityPolicy is deprecated (glossary) 2022-04-04 21:15:26 +02:00
Nate W 22643121ff Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-04 09:40:29 -07:00
Patrick Ohly 4a57c111f9 features: add ContextualLogging
This is a new feature in 1.24. Only the infrastructure is going in at this
point with no changes in Kubernetes components, so the user-visible effect is
minimal.
2022-04-04 18:08:00 +02:00
Kubernetes Prow Robot 0b4f78f671
Merge pull request #32338 from tengqm/honorpvreclaimpolicy-beta
Promote HonorPVReclaimPolicy to Beta
2022-04-04 07:44:11 -07:00
Kubernetes Prow Robot 463a88191c
Merge pull request #32593 from tengqm/server-side-field-alpha
Add ServerSideFieldValidation feature
2022-04-04 07:34:12 -07:00
Qiming Teng 34327d5e32 Promote HonorPVReclaimPolicy to Beta 2022-04-02 07:48:48 +08:00
Qiming Teng 3b4a527b1b CSIMigrationAzureFile feature is default on 2022-04-02 07:37:06 +08:00
Antonio Ojea 9778eaf321
ServiceIPStaticSubrange alpha feature in 1.24 (#32345) 2022-04-01 15:04:09 -07:00
Kubernetes Prow Robot 085ef8e018
Merge pull request #32694 from nate-double-u/merged-main-dev-1.24
Merged main into dev 1.24
2022-04-01 06:44:46 -07:00
Kubernetes Prow Robot dce29beea4
Merge pull request #32577 from deejross/kep3140
Document timezone support for CronJob
2022-04-01 02:26:47 -07:00
Kubernetes Prow Robot 74c12d3bca
Merge pull request #32643 from j9t/patch-1
docs: correct capitalization, add hyphenation, remove double spaces
2022-03-31 22:38:37 -07:00
Nate W f85be125b9 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-31 15:18:13 -07:00
Kubernetes Prow Robot 8a614ca171
Merge pull request #32668 from tengqm/LeaderMigration-ga
ControllerLeaderMigration is GA
2022-03-31 14:45:05 -07:00
Kubernetes Prow Robot a3be045946
Merge pull request #32625 from tengqm/AnyVolumeDataSource-beta
AnyVolumeDataSource feature is now Beta
2022-03-31 14:43:06 -07:00
Kubernetes Prow Robot ef745a03be
Merge pull request #32624 from tengqm/AzureDiskCSIMigration-ga
Update AzureDiskCSIMigration to GA
2022-03-31 14:41:05 -07:00
Qiming Teng f3a06f432a ControllerLeaderMigration is GA 2022-03-31 09:03:57 +08:00
Jordan Liggitt d9c1a07b97 Add audit annotations for invalid certificates 2022-03-30 14:02:36 -04:00
Ross Peoples e80bed6065 kep2140 2022-03-30 12:44:45 -05:00
Tim Bannister 672813f3e7
Move PSP into Security concepts section
The logical navigation definitely works better if Pod Security admission
and PodSecurityPolicy are pages in the same section. Make It So.

Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-30 17:30:35 +01:00
Qiming Teng 9a02c2e7e2 OpenAPIEnums feature is beta in 1.24 2022-03-30 18:47:51 +08:00
Jens Oliver Meiert 67c726ef45
docs: correct capitalization, add hyphenation, remove double spaces 2022-03-30 10:51:47 +02:00
Qiming Teng 5d231f1774 Add ServerSideFieldValidation feature gate
It turns out the feature was not documented for 1.23.
2022-03-30 16:09:06 +08:00
Qiming Teng 441a68cbaf Update AzureDiskCSIMigration to GA 2022-03-30 12:39:30 +08:00
Kubernetes Prow Robot 4e120a071e
Merge pull request #32334 from tengqm/servicelbportcontrol-ga
Promote ServiceLBNodePortControl feature to GA
2022-03-29 18:06:26 -07:00
Qiming Teng fa95fa9b23 AnyVolumeDataSource feature is now Beta 2022-03-30 09:01:40 +08:00
Kubernetes Prow Robot ff563ae168
Merge pull request #32396 from alculquicondor/job-ready
Graduate JobReadyPods to beta
2022-03-29 17:50:26 -07:00
Qiming Teng e302dc4992 Promote ServiceLBNodePortControl feature to GA 2022-03-30 07:42:25 +08:00
Kubernetes Prow Robot 526f791323
Merge pull request #32598 from tengqm/volume-expansion-GA
Move all volume expansion feature gates to GA
2022-03-29 14:46:07 -07:00
Kubernetes Prow Robot b2318e3850
Merge pull request #32595 from tengqm/nodeoutofservicevolumedetach
NodeOutOfServiceVolumeDetach feature introduced
2022-03-29 14:44:07 -07:00
Kubernetes Prow Robot 4f6c9c6276
Merge pull request #32597 from tengqm/KubeletCredentialProviders-beta
KubeletCredentialProviders is now beta
2022-03-29 14:42:08 -07:00
Kubernetes Prow Robot 2457eac448
Merge pull request #32584 from CharlesCZ/patch-1
fix typo
2022-03-29 10:36:55 -07:00
Cezary Czekalski 5650e76c45 Fix typo 2022-03-29 19:27:32 +02:00
Kubernetes Prow Robot 9f50755a72
Merge pull request #32481 from tengqm/IdentifyOS-beta
Promote IdentifyPodOS to Beta
2022-03-29 09:08:55 -07:00
David Eads 4a207186a6
Update content/en/docs/reference/using-api/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-03-29 08:12:16 -04:00
Qiming Teng bb5a4738e2 ServiceLoadBalancerClass is GA 2022-03-29 10:44:14 +08:00
Qiming Teng 93bdfe8142 Move all volume expansion feature gates to GA 2022-03-29 10:38:58 +08:00
Qiming Teng 9002a51275 KubeletCredentialProviders is now beta 2022-03-29 10:11:56 +08:00
Qiming Teng f6dbb9f320 NodeOutOfServiceVolumeDetach feature introduced 2022-03-29 09:08:11 +08:00
Kubernetes Prow Robot 1336c6461f
Merge pull request #32150 from tengqm/tune-feature-gates
Tune the feature gates page
2022-03-28 15:31:41 -07:00
Nate W 7c67921f3f Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-28 08:48:23 -07:00
Mitesh Jain d21c4302bc
Remove bootstrap token being in beta state in kubelet-tls-bootstrapping.md 2022-03-28 19:17:39 +05:30
Manish Kumar 8f8d9b215e
Register and document some authz-related audit annotations (#32200)
* Registered audit annotation

* Update content/en/docs/reference/labels-annotations-taints/audit-annotations.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* fix.

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-03-25 17:25:58 -07:00
Kubernetes Prow Robot 39fd63ba12
Merge pull request #31989 from guettli/31930__fix_busybox_image_1.28
fix busybox image to version 1.28
2022-03-25 15:45:59 -07:00
Kubernetes Prow Robot 689417422e
Merge pull request #32012 from bwolmarans/patch-1
--all-namespaces shorthand
2022-03-25 15:41:58 -07:00
Kubernetes Prow Robot 6da9c34b2e
Merge pull request #31799 from SergeyKanzhelev/dynamicKubeletConfig
Dynamic kubelet config is removed
2022-03-25 15:27:58 -07:00
Kubernetes Prow Robot 1f12defa7d
Merge pull request #31805 from SergeyKanzhelev/grpcToBeta
promote GRPCContainerProbe to beta
2022-03-25 15:25:59 -07:00
Kubernetes Prow Robot 602f1c93b2
Merge pull request #32495 from tengqm/csi-openstack-mig-ga
CSIMigrationOpenStack will be GA in 1.24
2022-03-25 13:39:59 -07:00
Kubernetes Prow Robot b91618ba15
Merge pull request #32361 from tengqm/topologyawarehints-on
Mark that TopologyAwareHints feature is default on in 1.24
2022-03-25 13:31:58 -07:00
Kubernetes Prow Robot 900c849b8d
Merge pull request #32008 from pohly/storage-capacity-ga
Mark storage capacity as GA + related updates
2022-03-25 10:33:58 -07:00
Davanum Srinivas 8fe2f0b1c7 CSIMigrationOpenStack will be GA in 1.24
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-03-25 19:15:24 +08:00
Stefan Midjich 5e9e7d0b21
Template syntax to retrieve values with dashes (-) in their key names
This template syntax was not obvious to me until someone pointed it out on stackexchange, it should be in the cheatsheet for future users. Because trying to retrieve a value with dashes in its key-name using the normal template syntax will result in an error.
2022-03-25 10:23:26 +01:00
Qiming Teng cfc613135f Fix feature state for ControllerLeaderMigration
The feature has been promoted to Beta in 1.22, according to
content/en/docs/tasks/administer-cluster/controller-manager-leader-migration.md
and upstream source.
2022-03-25 14:12:41 +08:00
Qiming Teng 2536593a39 Promote IdentifyOS to Beta 2022-03-25 12:05:38 +08:00
Brett Wolmarans 2d69c47782
Update content/en/docs/reference/kubectl/cheatsheet.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-03-24 10:29:42 -07:00
Kubernetes Prow Robot b2f72a383e
Merge pull request #32395 from alculquicondor/indexed-job
Graduate Indexed Job to stable
2022-03-23 18:16:41 -07:00
Kubernetes Prow Robot f06c14b93a
Merge pull request #32339 from tengqm/no-service-account-token-autogen
New feature 'LegacyServiceAccountTokenNoAutoGeneration'
2022-03-23 17:24:41 -07:00
Kubernetes Prow Robot 0f274554a4
Merge pull request #32416 from my-git9/namespace-en
[en] Modify short_description about namespace
2022-03-23 00:54:00 -07:00
Kubernetes Prow Robot 6c43d0942e
Merge pull request #32393 from nate-double-u/merged-main-dev-1.24
Merged main into dev 1.24
2022-03-22 20:11:59 -07:00
Kubernetes Prow Robot f6a43e1db1
Merge pull request #32405 from tengqm/csrduation-ga
Graduate CSRDuration to GA
2022-03-22 20:07:59 -07:00
Kubernetes Prow Robot 3cab4da486
Merge pull request #32337 from tengqm/prefernominatednode-ga
Promote PreferNominatedNode to GA
2022-03-22 19:01:58 -07:00
Kubernetes Prow Robot 1fcbaf71d8
Merge pull request #32333 from tengqm/suspendjob-ga
Promote SuspendJob to GA
2022-03-22 18:57:59 -07:00
xin.li 3355f284cf [zh] Modify short_description about namespace
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-03-23 09:57:40 +08:00
Kubernetes Prow Robot d9152cd3aa
Merge pull request #32331 from tengqm/defaultpodtopologyspread-ga
DefaultPodTopologySpread is GA in 1.24
2022-03-22 18:55:59 -07:00
Kubernetes Prow Robot bfca3881c1
Merge pull request #32352 from ahg-g/ahg-nss-ga
Pod affinity namespaceSelector to GA
2022-03-22 18:37:59 -07:00
Kubernetes Prow Robot 7450be3fcf
Merge pull request #32191 from tengqm/update-kubeadm-cfg
Update kubeadm config API v1beta3
2022-03-22 15:15:58 -07:00
Qiming Teng dfb03f25d6 Graduate CSRDuration to GA 2022-03-22 12:48:12 +08:00
Aldo Culquicondor 3007ca4dd9 Graduate JobReadyPods to beta 2022-03-21 15:29:00 -04:00
Aldo Culquicondor dd47180ed0 Graduate Indexed Job to stable 2022-03-21 15:00:43 -04:00
Margo Crawford a364ecae1f Remove references to client.authentication.k8s.io/v1alpha1 exec credential API
Signed-off-by: Margo Crawford <margaretc@vmware.com>
2022-03-21 09:27:55 -07:00
Nate W ee1a85d08e Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-21 07:53:48 -07:00
Song Shukun 66132def66 Add deprecated description to the subtitle 2022-03-20 19:55:57 +09:00
Qiming Teng aa68dec6fd TopologyAwareHints feature is default on in 1.24 2022-03-20 09:03:12 +08:00
Abdullah Gharaibeh ec2133bd1d Graduate PodAffinityNamespaceSelector to GA 2022-03-18 11:01:02 -04:00
Qiming Teng 214a6c8243 New feature 'LegacyServiceAccountTokenNoAutoGeneration' 2022-03-18 13:36:00 +08:00
Qiming Teng dc5d6d7a33 Promote PreferNominatedNode to GA 2022-03-18 13:02:28 +08:00
Qiming Teng bccba87f81 Promote SuspendJob to GA 2022-03-18 12:37:18 +08:00
Qiming Teng 1861a5546a DefaultPodTopologySpread is GA in 1.24 2022-03-18 12:20:05 +08:00
Rohinton Kazak 1d1f3edd65
Update cheatsheet.md
typo ?
2022-03-17 19:30:49 -07:00
Kubernetes Prow Robot 86db461dd1
Merge pull request #31910 from Kartik494/mount_description
registered mount-options annotation
2022-03-17 08:29:21 -07:00
David Eads 99174eaaa2 Add details about enabling individual API resources using --runtime-config
This is in support of beta APIs off by default KEP.  See
https://github.com/kubernetes/enhancements/tree/master/keps/sig-architecture/3136-beta-apis-off-by-default#graduation-criteria
.
2022-03-16 14:52:16 -04:00
Nate W 0289b52eca Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-16 11:38:29 -07:00
PriyanshuAhlawat e920c416f7 Update _index.md 2022-03-15 22:18:26 +05:30
Rey Lejano 2fdcf73c42
Update content/en/docs/reference/command-line-tools-reference/kubelet.md 2022-03-14 11:27:21 -07:00
Manish Kumar 7181361798
updated for --dynamic-config-dir 2022-03-14 18:29:38 +05:30
Manish Kumar 005e3fd4cf
Update deprecation message for kubelet's flag. 2022-03-14 18:18:31 +05:30
Kubernetes Prow Robot 991f671a02
Merge pull request #30721 from mlbiam/master
making wording clearer on extra in impersonation
2022-03-13 21:02:19 -07:00
Qiming Teng e6f416bd2f Update kubeadm config API v1beta3 2022-03-11 12:09:23 +08:00
kartik494 d2cfe9fc77 registered mount-options annotation 2022-03-09 20:22:20 +05:30
Qiming Teng 461a09332b [zh] Tune the feature gates page
Reformat some line wraps, reorder some items in the description and
fix a version missing in table 1.
2022-03-09 21:28:09 +08:00
Martin Tovmassian d05fb625f4 [en] Update Bash alias auto-completion 2022-03-08 16:54:48 +01:00
Nate W 5a0f2583c6 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-07 16:23:45 -08:00
Kubernetes Prow Robot e8ac32b1fd
Merge pull request #32061 from koolwithk/patch-1
Docs - Fixed double quotes issue with feature-gates
2022-03-07 14:30:24 -08:00
Kubernetes Prow Robot 28ffd81bab
Merge pull request #31602 from mtardy/main
Add documentation on pod-security.kubernetes.io annotations
2022-03-07 06:04:54 -08:00
Kubernetes Prow Robot 6971f8e4e8
Merge pull request #31626 from wongma7/migrationplugin
Add that CSIMigration* fallback does not work for provision operations
2022-03-06 11:48:52 -08:00
Kubernetes Prow Robot 3bcb656e06
Merge pull request #29847 from sftim/20210928_migrate_kubectl_overview
Move kubectl overview to be section index
2022-03-05 13:54:52 -08:00
Kubernetes Prow Robot 90188d33b7
Merge pull request #31636 from tengqm/fix-links-2
Fix links and markdown format for some pages
2022-03-05 12:54:54 -08:00
koolwithk 927cd05181
Docs - Fixed double quotes issue with feature-gates
Double quotes was giving error as below, may be need to update the code to accept the double quotes.

Error: invalid argument "\"GracefulNodeShutdown=true\"" for "--feature-gates" flag: invalid value of "GracefulNodeShutdown=true", err: strconv.ParseBool: parsing "true\"": invalid syntax
2022-03-05 14:55:49 +05:30
Patrick Ohly e86725d989 storage capacity: graduate to GA 2022-03-03 20:28:30 +01:00
Tim Bannister 77a598cb33 Use in-page “what's next” list for kubectl 2022-03-03 10:03:01 +00:00
Tim Bannister e0d4b37070 Highlight link to kubectl cheat sheet
Also, reorder the section overall.
2022-03-03 10:03:01 +00:00
Tim Bannister 73cd38cdc6 Move kubectl overview to be section index
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
Thomas Guettler 7122a4498a fix busybox image to 1.28 (issues with `nslookup`).
Changes where done with these commands:

reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples
reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples

Related issues:

 https://github.com/docker-library/busybox/issues/48
 https://github.com/kubernetes/kubernetes/issues/66924
2022-03-02 20:48:26 +01:00
mtardy cc64e7cc98 Add a separate subpage for audit annotations and add reference to it on the main page 2022-03-02 20:14:14 +01:00
Mahé 876f452d0e
Merge branch 'kubernetes:main' into main 2022-03-02 19:23:58 +01:00
Brett Wolmarans 8dd6fa677d
--all-namespaces shorthand
As a beginner to kubectl, I must have typed (and re-typed due to typos) --all-namespaces many hundreds of times before I stumbled across the -A shorthand notation for this.  I sincerely would be grateful on behalf of all kubectl beginners if this very useful cheat could be added to this cheatsheet.  I have proposed in this PR a location quite near the beginning of the cheatsheet for this so that it is very hard to miss.
2022-03-02 09:21:06 -08:00
Nate W b7f8b0daae Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-02-28 16:18:31 -08:00
Shubham 8c7d4c2ae2
Added Documents for kubernetes.io/enforce-mountable-secrets. (#31864)
* Added Documents for kubernetes.io/enforce-mountable-secrets.

* Modified the enforce-mountable-secrets docs.
2022-02-27 18:06:56 -08:00
Kubernetes Prow Robot e0b2a0e795
Merge pull request #31770 from wojtek-t/efficient_watch_resumption_ga
Graduate efficient watch resumption to GA
2022-02-27 17:46:56 -08:00
Kubernetes Prow Robot 189100f5aa
Merge pull request #31786 from tengqm/update-configapis
Update config API reference
2022-02-27 17:38:55 -08:00
Kubernetes Prow Robot d02e2d6a4a
Merge pull request #31756 from wojtek-t/remove_selflink
Graduate SelfLink deprecation to GA
2022-02-27 17:06:56 -08:00
Kubernetes Prow Robot dfa6e8a258
Merge pull request #30740 from mtilson/patch-1
short alias to set/show namespace
2022-02-27 14:09:18 -08:00
Kubernetes Prow Robot 9f6eb38051
Merge pull request #30860 from tengqm/kubelet-credentialprovider
Add kubelet credentialprovider API reference
2022-02-27 09:19:18 -08:00
Tim Allclair b8264dcfc7 Link to PSP migration guide from PSP to PSS reference 2022-02-25 10:27:52 -08:00
Sergey Kanzhelev 152ccdae91 Dynamic Kubelet Configuration feature is removed 2022-02-25 07:09:20 +00:00
Tim Allclair 198ae37902
Rewrite PodSecurityPolicy migration guide (#31782) 2022-02-24 18:07:56 -08:00
Lubomir I. Ivanov b4a56597b0 kubeadm: document known label, taints, annotations
Include information about the kubeadm managed
labels, taints and annotation in the main page on this topic.

Add two sections for core k8s and kubeadm.
Adjust markdown headings to have "##" as the top level
for these sections.
2022-02-24 20:11:16 +02:00
Jay Beale c910edd70e
Correct the name: CertificateSigningRequests
- This page referenced the "CertificationSigningRequests API," but this should be "CertificateSigningRequests API" or "Certificates API." 
- Added a link to the documentation for CertificateSigningRequests.
2022-02-23 17:27:32 -08:00
Kubernetes Prow Robot f678b95243
Merge pull request #31726 from MrMYHuang/patch-1
Simplify commands.
2022-02-23 16:19:34 -08:00
Lubomir I. Ivanov 806518df13 kubeadm: update references of "master" label/taint for 1.24
In 1.24 kubeadm will:
- stop using the "master" label on CP nodes.
- start tainting CP nodes with both "master" and "control-plane" taints.

In 1.25 the "master" taint will be removed.

Adjust references of the "master" label/taint to the above.
2022-02-23 19:22:50 +02:00
Kubernetes Prow Robot 4b9ba4eda8
Merge pull request #31820 from arielshaqed/patch-1
Fix golang client-go/tools/cache package name
2022-02-23 00:32:19 -08:00
Shubham a45bf8459d
Added Hyperlink to RFC3339. (#31836)
* Added Hyperlink to RFC3339.

* Wrapping a line!
2022-02-22 22:54:18 -08:00
Ariel Shaqed (Scolnicov) 9d45d964ed
Fix golang client-go/tools/cache package name
Documentation shows incorrect package name, I believe it should refer to
[`client-go/ools/cache`](https://pkg.go.dev/k8s.io/client-go/tools/cache).
2022-02-22 17:08:57 +02:00
Kubernetes Prow Robot 683fc53b84
Merge pull request #31687 from neolit123/1.24-update-legacy-kubelet-cm-refs
kubeadm: update legacy kubelet config map information and document feature gates
2022-02-22 02:49:46 -08:00
Nate W e8b19637df Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-02-21 10:36:03 -08:00
Kubernetes Prow Robot d202485f1e
Merge pull request #31563 from bryfry/main
correct references to service-account-signing-key-file flag
2022-02-21 03:42:11 -08:00
Kubernetes Prow Robot 3f6efc04df
Merge pull request #31621 from mk46/doc_description
Added docs for kubernetes.io/description
2022-02-21 02:22:11 -08:00
wojtekt 86af7c10c2 Graduate SelfLink deprecation to GA 2022-02-21 10:26:05 +01:00
Qiming Teng fdd671626d Add kubelet credentialprovider API reference 2022-02-21 08:56:27 +08:00
Sergey Kanzhelev b375a00dd9 promote GRPCContainerProbe to beta 2022-02-19 22:29:56 +00:00
Kubernetes Prow Robot 09c3d17202
Merge pull request #31787 from tengqm/add-apiserver-v1alpha1-config
Add API server config reference (v1alpha1)
2022-02-19 14:26:09 -08:00
shivam tyagi 33b55edda7 fixed 2022-02-19 01:20:10 +05:30
Qiming Teng ca36ac797c Add API server config reference (v1alpha1)
The `TracingConfiguration` struct we reference from the system traces
page only exists in the v1alpha1 version of the API server
configuration. This PR fixes the problem.
2022-02-18 14:32:57 +08:00
Qiming Teng 5dfea11d6f Update config API reference
This PR refreshes the config API references using the latest generator
which had some nits fixed.
2022-02-18 14:27:04 +08:00
Tim Bannister 362da74120
Update links to Dockershim Removal FAQ
- Identify selected links to the Dockershim Deprecation FAQ
- Replace them with links to the updated FAQ
2022-02-17 17:41:55 +00:00
Lubomir I. Ivanov 644a7a4609 kubeadm: document the current feature gates for 1.24
The right place for these are in the "kubeadm init"
document since feature gates are only possible during
cluster creation with "init".
2022-02-17 18:27:48 +02:00
wojtekt 61b1f2be49 Graduate efficient watch resumption to GA 2022-02-17 08:41:01 +01:00
Nate W 8b9e77db12 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-02-15 08:28:12 -08:00
Jordan Liggitt 0e8acb4b02 Fix finalizer doc 2022-02-15 08:42:14 -05:00
Meng-Yuan Huang f62e3032af
Simplify commands.
Simplify commands to output paths to all elements.
Note: the jq filter "path(..)" is simplified to "paths," however, there is a trivial difference: the filter "paths" doesn't output the top path "[]."
2022-02-14 10:20:18 +08:00
Kubernetes Prow Robot 4727e39e70
Merge pull request #31682 from tengqm/apiserver-encryption-v1
Add configuration reference for API server encryption
2022-02-12 20:45:46 -08:00
bryfry c14e5c2c43 correct references to service-account-signing-key-file flag 2022-02-13 01:13:56 +00:00
Kubernetes Prow Robot c3c3b1a7ac
Merge pull request #31283 from denkensk/graduate-nonpreemptingpriority-to-ga
Graduate NonPreemptingPriority to GA
2022-02-11 17:29:47 -08:00
Qiming Teng 3e58334b07 Add configuration reference for API server encryption 2022-02-10 11:27:52 +08:00
Kubernetes Prow Robot 68dfbb15ee
Merge pull request #31662 from sftim/20220208_revise_dockershim_article_list
Revise dockershim removal article list
2022-02-09 14:55:50 -08:00
Kubernetes Prow Robot 71389e6293
Merge pull request #31604 from neolit123/1.24-add-example-for-kubeconfig-user
kubeadm: add missing guide for "kubeconfig user"
2022-02-08 20:24:17 -08:00
Kubernetes Prow Robot 3e8de6be04
Merge pull request #31624 from agamdua/remove-broken-rss-link
Removed: link to broken RSS feed
2022-02-08 18:46:17 -08:00
Matthew Wong d5c500bda3 Add that CSIMigration* fallback does not work for provision operations 2022-02-08 17:31:06 -08:00
Tim Bannister a9d4ed0182 Revise dockershim removal article list
- sort external content alphabetically
- retitle to “Articles on dockershim Removal and on Using CRI-compatible Runtimes”
- style tweaks
- add some entries
2022-02-08 20:30:21 +00:00