Commit Graph

1295 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 466de5e75a
Merge pull request #25337 from smashse/patch-2
Update docker-cli-to-kubectl.md
2021-01-12 11:10:38 -08:00
Kubernetes Prow Robot b3cd3649fe
Merge pull request #25490 from mysunshine92/update-feature-gates-TopologyManager
Update feature-gates description for TopologyManager
2021-01-12 10:00:36 -08:00
Kubernetes Prow Robot eecf1c47e1
Merge pull request #25549 from tomkivlin/patch-1
Tidy list of generators for “kubectl create”
2021-01-12 03:58:25 -08:00
Tom Kivlin f095cf3ecf
update resource terms to CamelCase
where a resource is mentioned in the description, use CamelCase.
2021-01-12 08:03:14 +00:00
CKchen0726 c6f6fb9a3e Revise the page to accurately document the well-known labels, annotations and taints. 2021-01-12 13:59:25 +08:00
Charly Rippenkroeger 7347a9d008
Remove code reference
Remove reference in favor of https://github.com/kubernetes/website/issues/23889
2021-01-11 11:57:32 -06:00
Anastas Dancha 4076cf0b0b
Update cheatsheet.md
adding example for decoding secret ".data" without relying on external CLI tools
2021-01-11 19:34:31 +03:00
Kubernetes Prow Robot 83879e9f7d
Merge pull request #25935 from carlory/deprecate-kubeadm-alpha-in-1.21
kubeadm: remove deprecated alpha commands
2021-01-09 06:07:05 -08:00
ydFu 1b70e98626 Add the code blocks in authorization.md
* Add the code blocks in the Markdown spec to make it easy to read.

* Add description that distinguish between **command** and **output** make it easy to read.

* Adjust description in Kubernetes components for smoother reading.

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-01-09 11:57:24 +08:00
carlory e4ac283321 deprecate kubeadm alpha kubeconfig in 1.21 2021-01-09 11:10:50 +08:00
Charly Rippenkroeger e72ec8fbd0
Update misleading documentation
Update misleading information that HTTPS is required and link to self-documented code to find more edge-case configuration options
2021-01-08 13:40:07 -06:00
andrzejsydor 1537aa20a2
Update cheatsheet.md (Add --sort-by option for `top` command)
Update cheatsheet.md (Add --sort-by option for `top` command)
2021-01-08 20:18:56 +01:00
Edward Rosen 284d725ee0
Update rbac.md
I added a <br> after the end of the third bullet and backed out all of the other changes I suggested in the original pull request. I think this better matches the author's original intent. The only difference now between what's currently published and this edit is the line break coded after the third bullet.
2021-01-08 14:10:01 -05:00
Kubernetes Prow Robot 89e11bc21f
Merge pull request #25682 from EricMountain/patch-1
Scheduling plugins: fix typo for clarity
2021-01-07 13:20:52 -08:00
Kubernetes Prow Robot c403c99ed5
Merge pull request #25934 from Cweiping/feature/upgrade_kubelet_eviction_hard_flags_of_inodeFree
upgrade kubelet --eviction-hard default inodeFree
2021-01-07 11:40:53 -08:00
Weiping Cai 7c5709242b
upgrade kubelet --eviction-hard default inodeFree
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-01-07 15:35:02 +08:00
Roman Marusyk 0245ad3aad
Remove too old content 2021-01-05 20:57:13 +02:00
Kubernetes Prow Robot 3dd4721e9c
Merge pull request #25389 from sangam14/patch-1
Update cheatsheet.md
2021-01-04 17:17:57 -08:00
Kubernetes Prow Robot 1c385d6eee
Merge pull request #25811 from tengqm/sync-kubelet
Resync kubelet configuration
2020-12-30 09:09:49 -08:00
Edward Rosen 95577c1fa5
Update rbac.md
The page renders the third bullet as a run-on sentence. I'm suggesting the example be placed in parentheses.
2020-12-29 16:20:54 -05:00
Rajesh Jain 7a175d551a
Update rbac.md
The language "For all service accounts in the "qa" namespace" in the example is confusing namespaces and groups. Language fixed to disambiguate between group and namespace. An additional example provided which uses both the group ("dev") AND the namespace ("development") to further illustrate this point
2020-12-26 13:41:02 -08:00
Qiming Teng 17bd7c1521 Resync kubelet configuration
The kubelet configuration has been changed. however, we still need to
manually sync the changes.
2020-12-25 17:56:40 +08:00
Weiping Cai fe8b7a2d7a
support reserved pid for kube and system
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-12-23 15:41:42 +08:00
Frank Villaro-Dixon d7e94dc7e0 Update client-libraries.md : add python pykorm lib 2020-12-21 12:11:10 +01:00
Mike Patterson ad85bdb054
Include missing cert export step
Updating the instructions to include missing step of getting issued cert exported from kubernetes, decoded, and ready for kubeconfig setup.
2020-12-20 11:36:20 -08:00
Eric Mountain a52687184f
Scheduling plugins: fix typo for clarity 2020-12-17 09:32:46 +01:00
Kubernetes Prow Robot 20f97c6dc2
Merge pull request #25197 from iabudiab/master
Add Swift client library
2020-12-15 08:33:49 -08:00
joadavis 2fbb9aed0b
Document that disabling `enable-cadvisor-json-endpoints` flag does not disable stats summary endpoint
Update the help text for kubelet's enable-cadvisor-json-endpoints flag to explicitly mention that it has no effect over the /stats/summary endpoint.

This matches https://github.com/kubernetes/kubernetes/blob/master/cmd/kubelet/app/options/options.go#L372
created to fix https://github.com/kubernetes/kubernetes/issues/96483 .
2020-12-14 14:32:36 -08:00
Tim Bannister 7727cce87a
Fix duplicated “v” prefix for version 2020-12-11 10:13:05 +00:00
Tim Bannister 99965e6b55 Match API reference to version of Kubernetes we're documenting 2020-12-10 23:20:33 +00:00
Tom Kivlin 441cafec53
monospaced --> unordered list
As mentioned in issue #25501.
2020-12-10 19:47:28 +00:00
Kubernetes Prow Robot 02dc538596
Merge pull request #25496 from browningjp/patch-1
Clarified kubectl generators being deprecated
2020-12-08 14:15:34 -08:00
Jonny Browning 23d2722023
Clarified kubectl generators being deprecated
Previously it was not clear that it was only the generators used by `kubectl run` that are deprecated, not those used by `kubectl create`
2020-12-08 15:20:33 +00:00
wangyamei 58c6e381ca Update feature-gates description for TopologyManager 2020-12-08 19:56:00 +08:00
Anna Jung (VMware) 7f43aceddb Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-12-07 10:39:57 -06:00
Kubernetes Prow Robot 0f966a7637
Merge pull request #24854 from zshihang/bound
add metric and flag information for BoundServiceAccountTokenVolume
2020-12-07 07:09:26 -08:00
Kubernetes Prow Robot f06402e1d1
Merge pull request #24418 from liggitt/tls-server
Clarify external kubelet server approver requirements
2020-12-05 08:43:25 -08:00
Kubernetes Prow Robot 3b8399c7b8
Merge pull request #25286 from keshy/patch-1
Updated Cheat sheet to include additional command to get shell access to a running pod
2020-12-04 14:43:25 -08:00
Sangam Biradar 619eb00575
Update cheatsheet.md 2020-12-04 05:00:46 +05:30
Anna Jung (VMware) ad31a3d3e6 Remove cloud controller manager reference doc 2020-12-03 16:55:19 -06:00
Anna Jung (VMware) edc2d65641 Generate reference doc for 1.20.0-rc.0 and update api index page 2020-12-03 16:51:44 -06:00
Kristin Martin 86d9492ccb Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20 2020-12-03 11:58:44 -08:00
Andrew Sy Kim 924acf8e5b add feature gate docs for KubeletCredentialProviders
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-02 19:53:52 -05:00
Kubernetes Prow Robot 21c05e4fb7
Merge pull request #24906 from derekwaynecarr/memory-backed-size
Document SizeMemoryBackedVolumes feature for 1.20
2020-12-01 10:56:51 -08:00
Derek Carr af239416bf Document SizeMemoryBackedVolumes feature for 1.20 2020-12-01 13:22:10 -05:00
Kubernetes Prow Robot 5307e266bb
Merge pull request #24904 from derekwaynecarr/hugepages-downward-api
Add documentation for downward API hugepages
2020-12-01 08:58:50 -08:00
Anderson Gama f4e15f337f
Update docker-cli-to-kubectl.md 2020-12-01 13:56:50 -03:00
Derek Carr 6b4ab17902 Add documentation for downward API hugepages 2020-12-01 11:07:35 -05:00
Kubernetes Prow Robot 53def8da4f
Merge pull request #25228 from andrewsykim/disable-lb-node-ports
add docs for service.spec.allocateLoadBalancerNodePorts
2020-11-30 16:52:50 -08:00
Tim Bannister 84fbb5db42
Use appropriate name for control plane in kubeadm reference (#24990)
* Replace several references to “master”

* Revise parameter for kubeadm join
2020-11-30 09:54:52 -08:00
keshy f3107d250b
Update content/en/docs/reference/kubectl/cheatsheet.md
Ack on recommended change.

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-29 23:37:13 -08:00
Kubernetes Prow Robot 79a60308e9
Merge pull request #24921 from roycaihw/apiserver-identity
document kube-apiserver identity
2020-11-29 10:56:48 -08:00
Andrew Sy Kim 9949da14ca add feature gate docs for ServiceLBNodePortControl
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-28 09:58:42 -05:00
keshy b752ca0690
Update cheatsheet.md
Added another useful command for obtaining shell access to a running k8s pod.
2020-11-27 11:40:28 -08:00
TAKAHASHI Shuuji 2bc7fbad27
Fix the text in the authorization diagram 2020-11-26 19:09:42 +09:00
Kubernetes Prow Robot cb802d23b1
Merge pull request #25147 from timhughes/patch-1
Updates links to Dex
2020-11-25 21:46:19 -08:00
Kubernetes Prow Robot a10fb8d3ef
Merge pull request #25181 from shuuji3/en/replace-openid-diagram-with-mermaid
Replace the sequence diagram on authentication page using Mermaid
2020-11-25 16:54:20 -08:00
Kubernetes Prow Robot a27c157ef7
Merge pull request #24701 from ramnar/patch-1
commands to create job and cronjob
2020-11-25 16:14:19 -08:00
reylejano-rxm d8ae37587e Merge remote-tracking branch 'upstream/master' into dev-1.20 to keep in sync - 11-25-2020 2020-11-25 07:03:22 -08:00
Tim Hughes f5132af21e Updates links to Dex 2020-11-25 13:48:56 +00:00
Haowei Cai 2ad9e0239d document kube-apiserver identity 2020-11-24 13:35:56 -08:00
Kubernetes Prow Robot b267e6d1d0
Merge pull request #25165 from m-yosefpor/master
CustomResourceDefaulting promoted to GA
2020-11-24 01:09:01 -08:00
Iskandar Abudiab e910fb10a5
Add Swift client library 2020-11-23 20:45:53 +01:00
Kubernetes Prow Robot 2c1667062b
Merge pull request #25155 from apelisse/patch-2
Replace incorrect `granular` by `set/map`
2020-11-23 11:31:01 -08:00
Kubernetes Prow Robot de2de57166
Merge pull request #24935 from robscott/endpointslice-ga
Updating EndpointSlice docs for 1.20
2020-11-23 07:01:35 -08:00
TAKAHASHI Shuuji b5c0e5ea14 Replace the diagram on authentication page with the one by mermaid. 2020-11-23 14:12:21 +09:00
Mohammad Yosefpor 5f5128fe5e
CustomResourceDefaulting promoted to GA 2020-11-22 18:16:30 +03:30
Kubernetes Prow Robot 80efb1e56a
Merge pull request #25120 from mkontani/mkontani/patch-1
Update authentication.md
2020-11-22 02:51:33 -08:00
Kubernetes Prow Robot 0c31d5b5c4
Merge pull request #24933 from robscott/app-protocol-ga
Updating Service AppProtocol to GA
2020-11-21 05:13:33 -08:00
Antoine Pelisse 7b0d453e47 Replace incorrect `granular` by `set/map`. 2020-11-20 20:46:47 -08:00
Rob Scott 9206f25905
Updating Service AppProtocol to GA 2020-11-20 16:58:45 -08:00
Rob Scott c927e9a573
Updating EndpointSlice docs for Kubernetes 1.20
This include the new EndpointSliceNodeName and EndpointSliceTerminating
feature gates as well as the deprecation of the Topology field.
2020-11-20 16:43:35 -08:00
Shihang Zhang ade35778db add metric and flag information for BoundServiceAccountTokenVolume 2020-11-20 15:04:39 -08:00
Kubernetes Prow Robot e3076ed57a
Merge pull request #24918 from bobbypage/graceful-node-shutdown-docs
Graceful node shutdown (alpha 1.20 feature) docs [KEP: 2000]
2020-11-20 14:40:22 -08:00
zhaojizhuang 7beee58927 fix example error when use kubectl get -f 2020-11-20 23:59:51 +08:00
David Porter 13cc09ff08 Add graceful node shutdown feature gate 2020-11-20 07:19:09 +00:00
mkontani c2a33c3403 fix dex/kubernetes link 2020-11-19 18:09:22 +00:00
Somtochi Onyekwere ba77c903ed Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-11-19 17:09:49 +01:00
Kubernetes Prow Robot 2faaed676c
Merge pull request #24874 from janosi/mixedprotocollb
Document the support of mixed protocol values in the LoadBalancer type of Services
2020-11-18 07:00:06 -08:00
Kubernetes Prow Robot 8d225a1c73
Merge pull request #25088 from jjasghar/patch-1
Update health-checks.md
2020-11-18 06:28:06 -08:00
ramnar 4ed2587df3
implemented review comments 2020-11-18 10:03:23 +05:30
wangyamei 9ff6274c68 Update feature-gates: delete redundant description for ServiceAppProtocol 2020-11-18 10:12:32 +08:00
JJ Asghar 3be56a6099 Update health-checks.md
Looks like the formatting for ```shell isn't outputting correctly on the page.

Signed-off-by: JJ Asghar <jjasghar@gmail.com>
2020-11-17 14:45:19 -06:00
Laszlo Janosi c640aee603
explain the new MixedProtocolLBService feature flag 2020-11-17 19:49:17 +00:00
Shihang Zhang b9cd9ddaa4 add description for CSIServiceAccountToken 2020-11-16 18:06:09 -08:00
Laszlo Janosi ebf1a6148d
Add the MixedProtocolLBService to the feature gate list 2020-11-14 15:37:24 +00:00
Mike Spreitzer bf23ba2aa9
Update API Priority and Fairness doc for graduatino to beta (#24975) 2020-11-14 01:55:04 -08:00
Christian Huffman 4b95114b63 Move CSIVolumeFSGroupPolicy to beta 2020-11-13 12:18:47 -05:00
Xing Yang e62b6e1b18
Add doc for snapshot GA (#24849) 2020-11-13 05:08:24 -08:00
Kubernetes Prow Robot 8666ce1771
Merge pull request #24754 from zshihang/dev-1.20
add doc for CSIServiceAccountToken
2020-11-12 14:32:25 -08:00
Lubomir I. Ivanov d0c6d303c3
kubeadm: promote the "kubeadm certs" command to GA (#24410)
The command resided under "kubeadm alpha certs".
It will be promoted to GA in 1.20 as "kubeadm certs".

The existing command "kubeadm alpha" will
remain present for one more release, but it will be hidden
from documentation as it is deprecated.
2020-11-12 11:28:25 -08:00
Maciej Szulik 4f0068f333
Add information how to enable cronjob controller v2 2020-11-12 16:31:41 +01:00
Kubernetes Prow Robot 20546141c0
Merge pull request #24698 from SergeyKanzhelev/runtimeGA
RuntimeClass GA
2020-11-12 03:10:50 -08:00
Kubernetes Prow Robot 3450e8be44
Merge pull request #24913 from mattcary/placerholder-fsgroup
Promote ConfigurableFSGroupPolicy feature to beta
2020-11-11 16:24:50 -08:00
Irvi Aini bb33373bb3
Merge branch 'master' into dev-1.20 2020-11-11 14:55:30 +01:00
Kubernetes Prow Robot 1885c0b283
Merge pull request #24692 from SergeyKanzhelev/ExecProbeTimeout
ExecProbeTimeout feature gate introduction
2020-11-11 05:43:48 -08:00
Kubernetes Prow Robot 6d90079245
Merge pull request #23842 from tengqm/improve-sa-admin
Improve ServiceAccount administration doc
2020-11-10 18:25:48 -08:00
Shihang Zhang 0b4952dd88 separate RootCAConfigMap from BoundServiceAccountToken and Beta 2020-11-10 15:18:29 -08:00
Kubernetes Prow Robot 91d02f301a
Merge pull request #24786 from RenaudWasTaken/pod-resources-docs
Graduate KubeletPodResources to GA
2020-11-10 07:56:40 -08:00
ramnar ba4b043336
updated review comments
updated review comments
2020-11-10 07:08:40 +05:30
ramnar 18e4eaff07
implemented feedback
implemented feedback
2020-11-10 07:05:16 +05:30
Sergey Kanzhelev 220a7b201b ExecProbeTimeout feature gate introduction 2020-11-10 00:10:11 +00:00
Matthew Cary c5ffbec1ea placeholder CL for fsgroup policy beta 2020-11-09 21:14:47 +00:00
Kubernetes Prow Robot 358bc69dde
Merge pull request #24878 from ebriand/patch-5
Update default admission plugins for 1.19
2020-11-08 12:07:37 -08:00
Eric Briand cee9e620ca
Use different wording to not quote current version 2020-11-05 17:21:08 +01:00
Kubernetes Prow Robot b436a816e9
Merge pull request #24889 from reylejano-rxm/merged-master-dev-1.20
Merge master into dev-1.20 to keep in sync - 11-4-20
2020-11-04 12:46:53 -08:00
Shihang Zhang 3590d73008
TokenRequest and TokenRequestProjection are GA now (#24823) 2020-11-04 11:24:53 -08:00
Kubernetes Prow Robot 44fd64ef5c
Merge pull request #24639 from ankeesler/exec-cred-prov-cluster-info
exec credential provider: cluster info details
2020-11-04 11:20:52 -08:00
reylejano-rxm 48266bd653 Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-11-04 10:32:10 -08:00
Kubernetes Prow Robot c779b2152b
Merge pull request #24783 from thockin/kep-1659-doc-topology-labels
Better docs for standard topology labels
2020-11-04 07:38:04 -08:00
Eric Briand c869ef67a8
Update default admission plugins for 1.19 2020-11-04 09:56:20 +01:00
Tim Hockin 300c2e8545 Better docs for standard topology labels
As per KEP 1659, topology labels are now more formalized.  Move away
from the older `failure-domain.beta` names ands use `topology` names
instead.
2020-11-03 11:27:58 -08:00
Andrew Keesler c855d5d68c
exec credential provider: make arbitrary JSON more explicit
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-11-03 12:19:16 -05:00
Aldo Culquicondor ac3d7d5642 Graduate default pod topology spread to beta 2020-11-03 10:11:05 -05:00
povsister 3189bdf52a Fix experimental flag example 2020-11-03 14:30:44 +08:00
Pankaj Kumar b05f84778b
Updated _index.md to remove duplicate lines
Removed duplicate lines in the documentation.
2020-10-31 11:46:33 +05:30
Kubernetes Prow Robot 2bc2e8fda0
Merge pull request #24528 from sftim/20201012_add_object_to_glossary
Add object to glossary
2020-10-30 12:20:38 -07:00
Renaud Gaubert 99ecc57389 Graduate DisableAcceleratorUsageMetrics to beta
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-10-30 10:27:33 -07:00
Renaud Gaubert f2ef3d0e80 Graduate KubeletPodResources to GA
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-10-29 18:55:33 -07:00
Sergey Kanzhelev 21362d8e4c
Update content/en/docs/reference/command-line-tools-reference/feature-gates.md 2020-10-29 17:24:02 -07:00
Sergey Kanzhelev 06fda8221a
Update content/en/docs/reference/command-line-tools-reference/feature-gates.md 2020-10-29 17:23:43 -07:00
Sergey Kanzhelev 63283f5c31
Update content/en/docs/reference/access-authn-authz/admission-controllers.md 2020-10-29 17:22:26 -07:00
Sergey Kanzhelev 6d51948652
Update content/en/docs/reference/access-authn-authz/admission-controllers.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-29 17:19:11 -07:00
ramnar bc2b4f2e5b
implemented review comments
implemented review comments
2020-10-28 07:28:32 +05:30
Shihang Zhang ca462f973d add doc for CSIServiceAccountToken 2020-10-27 10:04:00 -07:00
ramnar 177fb0d6f2
implementing review comments
implementing review comments
2020-10-25 16:05:29 +05:30
ramnar 18eb0bfc02
commands to create job and cronjob 2020-10-24 10:36:54 +05:30
Sergey Kanzhelev 72a66b6969 RuntimeClass GA 2020-10-23 20:57:54 +00:00
eagleusb 45ec60bed5
Merge master into dev-1.20 to keep in sync 2020-10-22 17:44:02 +02:00
Kubernetes Prow Robot ab2ba4d533
Merge pull request #24680 from tengqm/links-reference
Fix links in reference section
2020-10-22 06:43:35 -07:00
Qiming Teng 00fd1a68f2 Fix links in reference section 2020-10-22 15:19:30 +08:00
Neha Viswanathan a8b6551c22 update kubernetes-incubator references 2020-10-20 23:10:28 -07:00
Qiming Teng 2ff3d1f7d3 Improve ServiceAccount administration doc
This PR fixes some nits in the doc and slightly revised the content to
conform to content guidelines.
2020-10-21 10:47:08 +08:00
Tim Bannister 78351ecaf5 Transfer “Controlling Access to the Kubernetes API” to the Concepts section
Readers from several different backgrounds will find it useful to know
about how Kubernetes controls access to its API. Promote this overview
to the Security subsection of Concepts.
2020-10-20 23:41:56 +01:00
Tim Bannister 3edb970570 Move API overview to be a Docsy section overview 2020-10-20 23:41:54 +01:00
Kubernetes Prow Robot a9b21d2f4f
Merge pull request #24593 from danwinship/sctp-ga
SCTP is GA in 1.20
2020-10-20 15:14:20 -07:00
Kubernetes Prow Robot ac8ce96c08
Merge pull request #24653 from jpetazzo/clarify-csr-cluster-signing-duration
Clarify expiration of certificates signed by kube-controller-manager
2020-10-20 14:28:19 -07:00
Kubernetes Prow Robot 7cfdee6b87
Merge pull request #22715 from logicalhan/monitoring
add documentation for system:monitoring rbac policy
2020-10-20 14:22:21 -07:00
Jerome Petazzoni 1932647552 Clarify expiration/lifetime of certificates signed by kube-controller-manager
The current wording of the documentation suggests that the duration/expiration
of the certificates can be changed by asking a specific time in the CSR. While
it's technically possible to specify a duration (e.g. as a custom annotation),
there is no agreed-upon method to do so, and the built-in signer uses a fixed
expiration time anyway.

This clarifies the situation.

See kubernetes/kubernetes#92678 for discussion.

Signed-off-by: Jerome Petazzoni <jerome.petazzoni@gmail.com>
2020-10-20 22:37:25 +02:00
Kubernetes Prow Robot df5f80f69b
Merge pull request #24604 from mdgrotheer/patch-1
Update authentication.md
2020-10-20 11:48:19 -07:00
Jordan Liggitt 92f837d4b2 Clarify external kubelet server approver requirements 2020-10-20 14:09:35 -04:00
Javier Diaz-Montes c29185dac5 Updating doc to reflect that setHostnameAsFQDN feature will be beta in v1.20 2020-10-20 07:17:24 -04:00
Kubernetes Prow Robot ea1dfd2384
Merge pull request #24594 from tengqm/improve-csr
Style tweaking for CSR reference page
2020-10-20 03:10:07 -07:00
Qiming Teng 92a09b23fa Style tweaking for CSR reference page 2020-10-20 09:08:54 +08:00
Kubernetes Prow Robot 3121a9a581
Merge pull request #24636 from tengqm/fix-2979
Fix reference to API groups
2020-10-19 11:28:14 -07:00
Andrew Keesler 6fc4e102b8
exec credential provider: cluster info details
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-10-19 10:44:37 -04:00
Qiming Teng 49b18b3b11 Fix reference to API groups 2020-10-19 15:19:22 +08:00
Kubernetes Prow Robot 9e862337b9
Merge pull request #23863 from tengqm/split-server-side-apply
Move Server Side Apply into a separate reference page
2020-10-18 17:42:14 -07:00
Kubernetes Prow Robot e028d3d81c
Merge pull request #24580 from zhiguo-lu/zh-translate-reference-certificate-signing-requests
Translate reference/certificate-signing-requests.md into Chinese and fix a bug in origin file, #24065
2020-10-18 01:46:12 -07:00
Dan Winship be23194dad SCTP is GA in 1.20 2020-10-16 14:12:12 -04:00
Matthew Grotheer 519f8ec5bc
Update authentication.md
Small grammatical corrections
2020-10-16 09:20:23 -07:00
luzg 5dab375fd3 Translate reference/certificate-signing-requests.md into Chinese and fix a bug in origin file, 24065
make change according to Tengqm's comment
2020-10-16 22:27:15 +08:00
Tim Bannister a6bd225751 Link from containers term to concept
Update full link for "container" glossary definition
2020-10-15 12:00:00 +01:00
reylejano-rxm 34695f9380 dev-1.20 branch version for pod-lifecycle.md for feature state for k8s version 2020-10-14 09:35:18 -07:00
Kubernetes Prow Robot f1ac8efcb8
Merge pull request #23887 from mtaufen/said-beta-docs-1.20
Update docs for ServiceAccountIssuerDiscovery beta
2020-10-14 06:55:55 -07:00
Qiming Teng 0c3f9a53e0 Add links to dangling kubeadm reference pages 2020-10-14 11:32:19 +08:00
Kubernetes Prow Robot 0661d65a18
Merge pull request #24076 from neolit123/1.20-add-link-in-kubeadm-config
kubeadm: improve links and information around using the config file
2020-10-12 18:11:22 -07:00
Qiming Teng ff6b8edc5b Move Server Side Apply into a separate reference page
"Server Side Apply" is a big topic that warrants a dedicated page on it.
Its current content is 400+ lines in the `api-concepts` page, kind of
hijacking the "api-concepts" for a standalone feature.

This PR proposes a separation for maintainability.
2020-10-13 08:56:08 +08:00
Kubernetes Prow Robot 4855e8828b
Merge pull request #24531 from sftim/20201012_remove_rkt
Remove rkt
2020-10-12 17:47:22 -07:00
Kubernetes Prow Robot 45372766f9
Merge pull request #23838 from consideRatio/patch-3
Make docs/reference/scheduling/config focus on v1beta1 over alpha versions
2020-10-12 17:21:22 -07:00
Tim Bannister 18e5d14344 Remove rkt
https://github.com/rkt/rkt is an ex-project.
rkt has kicked the bucket, shuffled off its mortal coil, run down the
curtain and joined the choir invisible.
2020-10-12 21:52:33 +01:00
Tim Bannister 791d7ad969 Add object to glossary 2020-10-12 19:02:33 +01:00
Kubernetes Prow Robot 5f2e72bf9a
Merge pull request #23332 from matthyx/master
Promote startupProbe to GA in 1.20
2020-10-09 21:48:47 -07:00
Chen, Xu Chun (Simon) 4688a3679c
Update API group url
The "core API group" url points to a wrong page that does not explain anything about "core API group". Update the url to point to the correct page.
2020-10-09 15:21:58 +08:00
Han Kang f37f473210 add documentation for system:monitoring rbac policy 2020-10-08 15:50:49 -07:00
Kubernetes Prow Robot 0703805305
Merge pull request #24349 from liggitt/tokenreview
Clarify tokenreview API
2020-10-07 16:00:15 -07:00
Somtochi Onyekwere 59cf7a42b4 Merge master into dev-1.20 to keep in sync 2020-10-07 15:36:49 -07:00
Jordan Liggitt 5ff7c64134 Clarify tokenreview API 2020-10-07 10:21:30 -04:00
makocchi-git 23a13ec9d8
fix indent 2020-10-07 16:54:11 +09:00
Matthias Bertschy 096499936e Promote startupProbe to GA in 1.20 2020-10-07 08:39:48 +02:00
Kumar Gaurav 2551034ebd
fix api version in certificate signing request doc 2020-10-06 22:42:32 +11:00
Aji Arya fb02f7dea4
Removed core-object tag
Removed `core-object` tag from kubelet.md
2020-10-04 12:27:47 +07:00
Kubernetes Prow Robot 9e01fb5560
Merge pull request #24037 from RULCSoft/fix-typos
Fix typos
2020-10-02 07:25:20 -07:00
Lubomir I. Ivanov 188bd2ea52 kubeadm: improve links and information around using the config file
- Add link from the kubeadm-config page to the paragraphs on
using "--config" with "init" and "join".
- Improve text in the the paragraphs on using "--config" with
"init" and "join".
- Reword the link about the configuration file in the
create-cluster-kubeadm page.
2020-10-01 15:32:20 +03:00
Kristin Martin fc65276477 Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-09-30 17:15:37 -07:00
santadasu 2a25de3a78
Update certificate-signing-requests.md
Reworded the sentence for easy comprehension.
2020-09-30 15:47:08 -07:00
Kubernetes Prow Robot 6a85a07290
Merge pull request #21112 from rennokki/patch-1
Added new PHP client library
2020-09-29 15:21:25 -07:00
Kubernetes Prow Robot 6231d8406b
Merge pull request #24142 from adecarolis/add-signerName
add  signerName to CertificateSigningRequest
2020-09-29 15:07:25 -07:00
Kubernetes Prow Robot 7a26860248
Merge pull request #24069 from nikhita/ssa-listmapkey
SSA: fix go marker for listMapKey in the merge strategy
2020-09-29 12:21:26 -07:00
Tomas Menito f24bf6f60b Update dry-run flag
dry-run is deprecated and can be replaced with --dry-run=client.
2020-09-29 07:25:48 -03:00
Alain De Carolis 65e706e346
add signerName to CertificateSigningRequest
signerName is now mandatory. The provided example fails in 1.19.2 with: `kubernetes missing required field "signerName"`
2020-09-25 18:01:21 -04:00
Nikhita Raghunath f5af09b9f8 SSA: fix go marker for listMapKey in the merge strategy
Ref: 64514a1d5d/pkg/generators/extension.go (L49-L50)
2020-09-25 09:51:17 +05:30
jybarnes 3af530a20d Fix typo 2020-09-23 18:28:05 +09:00
Jorge Vallecillo 1213635880 Fix typos 2020-09-21 15:36:01 -06:00
Kubernetes Prow Robot d4e1edfd0b
Merge pull request #23866 from tengqm/refactor-api-concept
Remove duplicated content in concepts and reference
2020-09-21 01:18:31 -07:00
Kubernetes Prow Robot 51d910e1eb
Merge pull request #24004 from negz/patch-1
Clarify that bind verb does not require resourceNames
2020-09-20 08:22:30 -07:00
Nic Cope 2f9b5e122e
Move bind verb resourceNames hint inline of example 2020-09-19 16:34:06 -07:00
Nic Cope f6496b0de5
Clarify that bind verb does not require resourceNames
This may be intuitive for most, but the existing phrasing read to me as
if `bind` were a special-case verb that _required_ me to explicitly state
which Roles or ClusterRoles it should apply to.

> You can only create/update a role binding if you […] or if you have
> been authorized to perform the bind verb on the referenced role.

> Grant them permissions needed to bind a particular role […]
> explicitly, by giving them permission to perform the bind verb on the
> particular Role (or ClusterRole).
2020-09-19 03:30:30 -07:00
Qiming Teng 3cc1371651 Remove duplicated content in concepts and reference
We currently have quite some contents duplicated between the concepts
and the reference section, which is not good. This PR is an effort to
remove the duplicated content from the two pages while providing links
for readers to check the reference easily.
2020-09-19 08:36:47 +08:00
Ramkumar Gowrishankar 147668a7d2 Add reference to default-not-ready-toleration-seconds and default-unreachable-toleration-seconds k8s-apiserver input parameters in the subsection describing the DefaultTolerationSeconds admission controller 2020-09-18 11:38:18 -04:00
yuanhao ed053d7061 update kubectl api-resouces list base on 1.19.1 2020-09-18 14:23:34 +08:00
Ramkumar Gowrishankar da033f63af Change PodMatchNodeSelector to MatchNodeSelector 2020-09-17 21:34:03 -04:00
Adam Russell 82546d3ff8 Fix a couple issues in docker-cli-to-kubectl.md 2020-09-17 11:50:46 -05:00
povsister ba9bb9d916 Fix non-existing taint example 2020-09-17 17:41:20 +08:00
Sergey Kanzhelev ecf851c495 promote SupportNodePidsLimit and SupportPodPidsLimit to GA 2020-09-16 18:15:13 +00:00
Kubernetes Prow Robot 5f5840f825
Merge pull request #23908 from cbrgm/patch-1
Fix spelling in authentication.md
2020-09-16 04:33:19 -07:00
Kubernetes Prow Robot 005acf912d
Merge pull request #23895 from christomas1/patch-2
Updating apiVersion for CertificateSigningRequest object
2020-09-15 17:57:20 -07:00
Michael Taufen da08874e48 Update docs for ServiceAccountIssuerDiscovery beta
https://github.com/kubernetes/enhancements/issues/1393
2020-09-15 11:05:42 -07:00
Chris Bargmann c77d436eaf
Fix spelling in authentication.md
Rename `name-of-api-sever` to `name-of-api-server`.
2020-09-15 17:21:59 +02:00
Kubernetes Prow Robot 8da9b601d6
Merge pull request #23705 from tengqm/update-kubelet-ref
Update kubelet reference doc
2020-09-15 08:18:07 -07:00
Chris Tomas 1425384888
fix description of signerName
Removed a line related to signerName because the feature is GA.
2020-09-15 09:14:52 -05:00
Chris Tomas 9a06c1bc95
Updating apiVersion for Certificate Signing Request object #1
Issue detected: There are two references to old apiVersion for CertificateSigningRequest object

Ref: CertificateSigningRequest API is promoted to certificates.k8s.io/v1 (https://kubernetes.io/docs/setup/release/notes/#api-change)

Fix: Replaced "certificates.k8s.io/v1beta1" by "certificates.k8s.io/v1"
2020-09-15 00:19:50 -05:00
Kubernetes Prow Robot 5632ae93ea
Merge pull request #23819 from kbhawkey/kb-api-overview
minor cleanup of API overview
2020-09-14 10:48:59 -07:00
inductor 3535bf280e small k in url 2020-09-14 20:03:50 +09:00
Erik Sundell 3d9402e845 Make docs/reference/scheduling/config focus on v1beta1 over alpha versions
Instead of directing the focus towards an alpha API, we now direct it
towards the beta API available in 1.19.
2020-09-13 00:54:14 +02:00
Karen Bradshaw a6599ab7d1 minor cleanup, format notes 2020-09-11 20:16:55 -04:00
Qiming Teng 21eb079ff7 Update kubelet reference doc
As usual, we have to manually synchronize the reference for kubelet
for which the auto reference generation fails to work.
2020-09-11 08:39:35 +08:00
Kubernetes Prow Robot 38bd0aa204
Merge pull request #23669 from tengqm/fix-api-concepts
Fix errors/nits in api-concepts
2020-09-09 14:05:44 -07:00
Paulo Gomes 87d36ecfe1 Fix incorrect guidance on enabling EventRateLimit 2020-09-09 09:48:47 +01:00
Qiming Teng 6826722885 Fix errors/nits in api-concepts
Nits fixed include:

- incorrectly specified code syntax, e.g. code snippet marked 'json' but
  the content is not JSON;
- the footnote in the paging table contains a nested table which cannot
  be rendered correctly, so the content is removed considering that it
  is just redundant table rows;
- some `kubectl apply` commands failed to provide the correct artifact
  to use while the artifact is stored online.
- fixed some other code fences by explicitly marking them as code
  snippet rather than relying on indentation (hard to maintain).
2020-09-09 08:52:06 +08:00
Kubernetes Prow Robot f4239559d5
Merge pull request #23679 from pjhwa/fix-23678
Fix issue with k8s.io/docs/reference/command-line-tools-reference/fea…
2020-09-04 12:11:41 -07:00
Jerry Park 2e143b0583 Fix issue with k8s.io/docs/reference/command-line-tools-reference/feature-gates/ 2020-09-03 23:02:35 +00:00
Kubernetes Prow Robot daf7156bd5
Merge pull request #23517 from sftim/20200828_remove_cloud_providers_page
Remove cloud providers page
2020-09-03 12:07:41 -07:00
Celeste Horgan 47dd26bf09 Add 3rd party content warning
Signed-off-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
2020-09-01 10:39:06 -07:00
Jintao Zhang 72376c52d7 s/removed_version/removed_release
fix `apiserver_requested_deprecated_apis` memtric's label.

ref: 044f9102dd/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go (L70)

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2020-08-30 00:30:09 +08:00
Tim Bannister 24b350662c Remove links to cloud providers page 2020-08-28 12:53:42 +01:00
Kubernetes Prow Robot d1a9cf8f44
Merge pull request #23141 from webmutation/jsonpath-regex-nosupport
Jsonpath regex nosupport
2020-08-27 15:33:29 -07:00
wangxy518 7e6e7b6f46
Update configmap.md 2020-08-27 09:18:44 +08:00
Kubernetes Prow Robot 70b75e16f0
Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
Replace special quote characters with normal ones
2020-08-26 14:55:02 -07:00
Daniel Mendes 691ca62bb3
Update content/en/docs/reference/kubectl/jsonpath.md
Co-authored-by: Daniel Smith <dbsmith@google.com>
2020-08-26 19:55:51 +02:00
Daniel Mendes 5a4c534e57
Update content/en/docs/reference/kubectl/jsonpath.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-26 19:55:26 +02:00
Savitha Raghunathan 95c94c03d5 resolving conflicts 2020-08-23 12:13:37 -04:00
reylejano-rxm 0005d9be1f Fix links for component config API links for v1alpha1 and v1alpha2 on the Scheduling Profiles reference page
Hard coded api version in link
2020-08-21 10:46:41 -07:00
Evgeny Shmarnev 415cdad766 Revise full link target for kube-apiserver glossary term 2020-08-19 15:23:45 +02:00
Daniel Mendes 6262a5dae3
Update jsonpath.md 2020-08-18 19:59:10 +02:00
shumiao 0519271bb4
fix a minor typo "scopes," -> "scopes", 2020-08-16 18:17:35 -07:00
Kubernetes Prow Robot 8c60bd2208
Merge pull request #22975 from kbhawkey/kb-fix-heading-cheatsheet
remove extra title in kubectl cheatsheet
2020-08-16 14:10:18 -07:00
Savitha Raghunathan 9b21270b8f Update minor verison in api index page 2020-08-14 10:21:36 -04:00
Daniel Mendes 5247eaccc3
Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-14 14:55:00 +02:00
Daniel Mendes 869817b56c
Update jsonpath.md 2020-08-14 11:40:11 +02:00
Daniel Mendes 2a33dfdcd6
Update jsonpath.md
Adding note that JSONPath in kubectl cli does not currently support RegEx.
2020-08-14 11:31:00 +02:00
Savitha Raghunathan 50cfe280cd Updating generated files for v1.19.0-rc.4 2020-08-13 16:45:52 -04:00
Anna Jung 09d0f598fa Merge master into dev-1.19 to keep in sync 2020-08-11 08:34:02 -05:00
TAKAHASHI Shuuji c6a96128c4
Replace special quote characters with normal ones. 2020-08-11 21:05:22 +09:00
Divyen Patel a83681671a describe CSIMigrationvSphere and CSIMigrationvSphereComplete flags 2020-08-10 11:09:18 -07:00
Karen Bradshaw efc5566457 modify overview 2020-08-10 08:42:11 -04:00
Karen Bradshaw 1e0c500571 add content_type param, kubeadm pages
add no_list, clean up toc-hide params
2020-08-10 08:41:49 -04:00
Kubernetes Prow Robot 3960775d8a
Merge pull request #23014 from tengqm/links-reference
Replace redirections in the reference section
2020-08-08 05:04:19 -07:00
Qiming Teng d592baed54 Replace redirections in the reference section
This PR removes the redirections used in the reference section and fixes
some bad links.
2020-08-08 12:35:52 +08:00
Kubernetes Prow Robot 8efd5fa6ed
Merge pull request #22966 from gkramer/patch-1
Update cheatsheet.md
2020-08-07 05:56:20 -07:00
Garron Kramer 05a417c303
Assist those who struggle to find path to relevant keys in Json output. 2020-08-07 14:57:15 +03:00
Kubernetes Prow Robot 664464806c
Merge pull request #22470 from tengqm/fix-19985
Tweak paragraph to kill orphaned fragment
2020-08-06 08:51:42 -07:00
Karen Bradshaw 672af3395a remove extra title kubectl cheatsheet 2020-08-05 09:19:49 -04:00
Kubernetes Prow Robot 34b35738a4
Merge pull request #22832 from cofyc/patch-3
Fix the markdown format in authorization.md
2020-08-03 18:44:19 -07:00
Yecheng Fu ee4aa53115 Fix the command in authorization.md 2020-08-04 09:08:36 +08:00
Savitha Raghunathan 53c71ad3f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-08-03 16:09:39 -04:00
Qiming Teng 031747e460 Tweak paragraph to kill orphaned fragment 2020-08-03 21:18:55 +08:00
Antoine Pelisse 0099629817 Clarify that CRDs can use the schema annotation 2020-07-29 14:23:43 -07:00
Kubernetes Prow Robot d31b79cc15
Merge pull request #22743 from tabbysable/patch-1
Clarify meaning of group
2020-07-27 19:41:08 -07:00
Savitha Raghunathan e2a861c2f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-07-27 19:10:42 -04:00
Kubernetes Prow Robot e1485cd5d7
Merge pull request #22773 from tegonal/doc-auth
doc(auth): typo
2020-07-27 15:06:10 -07:00
Tim Bannister 49eee8fd3d
Revise Pod concept (#22603)
* Revise Pod concept

Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/

Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.

This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.

* Update links to Pod concept

Link to updated content

* Incorporate Pod concept suggestions

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Revise StatefulSet suggestion for Pod concept

Co-authored-by: Celeste Horgan <celeste@cncf.io>

Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
Kubernetes Prow Robot 5c2748288a
Merge pull request #21185 from johscheuer/add-docs-api-health-checks
Add documentation for API server health checks
2020-07-26 20:04:17 -07:00
Kubernetes Prow Robot 9880cbd671
Merge pull request #22318 from tengqm/fix-19996
Fix pages that reference removed API groups
2020-07-26 19:38:18 -07:00
Tabitha Sable 788706f42d
Clarify meaning of group
Define the word group without using the word group.
2020-07-25 23:35:34 -05:00
Tim Bannister e7c2510a89 Mark RBAC table header as header
Use <thead> and <tbody> elements to distinguish between the header and
the body of the table. Slightly improves accessibility and also visual
style.
2020-07-23 23:53:33 +01:00
Julian V. Modesto 6b367af5e3 Document client-side to server-side apply upgrade.
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-07-21 18:00:56 -04:00
Renaud Gaubert bbe4de82e1 Add DisableAcceleratorUsageMetrics feature flag
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-07-21 21:17:24 +00:00
Johannes M. Scheuermann f1588c03f3 Add feature state for individual health checks 2020-07-21 10:24:40 +02:00
Zach Corleissen 54949b544e Resolving a nit
Resolves https://github.com/kubernetes/website/pull/22412#discussion_r457602815
2020-07-20 12:01:52 -07:00
Joe Betz 648508c051 Add transferring ownership section to api concepts 2020-07-20 12:01:52 -07:00
Savitha Raghunathan 53f2d23359 resolving conflicts 2020-07-19 19:15:36 -04:00
Kubernetes Prow Robot a25db870c3
Merge pull request #22535 from smarterclayton/fix_doc
Update feature gate info for Service and Node exclusion labels
2020-07-17 17:32:54 -07:00
Clayton Coleman 9e52afe293
Update feature gate info for Service and Node exclusion labels
These features are beta in 1.19 and the legacy gate will be disabled
by default starting in 1.20.
2020-07-17 10:35:41 -04:00
pengli 7866a548c5 Fix type, correct plugin name 2020-07-17 10:36:24 +08:00
Joe Betz e194a89e3a Add resourceVersionMatch param documentation to API concepts 2020-07-16 17:11:33 -07:00
Kubernetes Prow Robot 27cb105589
Merge pull request #22544 from tengqm/drop-dynamicauditing
Drop DynamicAuditing
2020-07-16 11:28:15 -07:00
Kubernetes Prow Robot 8fea591259
Merge pull request #22545 from msau42/dev-1.19
Update Azure disk feature gates for 1.19 beta
2020-07-16 11:24:15 -07:00
Michelle Au 8a53eed8d8 Update Azure disk feature gates for 1.19 beta 2020-07-16 09:55:20 -07:00
Christian Huffman 0d6765d2fa Include details on the CSIVolumeFSGroupPolicy feature gate 2020-07-16 12:01:08 -04:00
Qiming Teng c52731f462 Drop DynamicAuditing
The dynamic auditing feature is dropped in 1.19.

Ref1: https://groups.google.com/forum/#!topic/kubernetes-sig-auth/aV_nXpa5uWU
Ref2: kubernetes/kubernetes#91502
2020-07-16 20:51:57 +08:00
Kubernetes Prow Robot c7285443ee
Merge pull request #21634 from pohly/kubernetes-1-19-features
storage: CSIStorageCapacity
2020-07-16 03:53:41 -07:00
Kubernetes Prow Robot 49bd40e6d3
Merge pull request #21115 from Huang-Wei/1.19-pts-stable
Promote PodTopologySpread to stable in 1.19
2020-07-16 03:43:42 -07:00
Patrick Ohly 19b8f8421f storage: CSIStorageCapacity
This is the initial documentation for one new feature:
- https://github.com/kubernetes/enhancements/issues/1472
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-16 08:52:08 +02:00
Kubernetes Prow Robot 79b9438d8b
Merge pull request #21444 from xing-yang/csi_migration_1.19
Add doc for vSphere CSI Migration
2020-07-15 16:22:35 -07:00
Kubernetes Prow Robot c26fdebaad
Merge pull request #21108 from liggitt/csr-ga
Rotate kubelet client certificates GA, CSR API GA
2020-07-15 14:50:37 -07:00
Kubernetes Prow Robot 78c130b286
Merge pull request #21581 from liggitt/warning-doc
Document deprecation warnings feature
2020-07-15 14:48:38 -07:00
Wei Huang b74f399e5e
Promote PodTopologySpread to stable in 1.19 2020-07-15 10:53:29 -07:00
Kubernetes Prow Robot 3f7af5daaf
Merge pull request #22438 from pohly/generic-ephemeral-volumes
storage: GenericEphemeralVolume
2020-07-15 09:48:38 -07:00
Jordan Liggitt f12bc65e80 Address doc review comments 2020-07-15 12:24:42 -04:00
Jordan Liggitt 78d4a10243 CSR API to GA 2020-07-15 11:56:07 -04:00
Jordan Liggitt 2d4357abc6 Add deprecation warning info 2020-07-15 11:30:44 -04:00
xing-yang d2c58dcd0f Add doc for vSphere CSI Migration 2020-07-15 15:02:30 +00:00
Kubernetes Prow Robot f7d2e6da8c
Merge pull request #22441 from ankeesler/ankeesler/exec-cred-prov-install-hint
Update external credential providers docs with install hint details
2020-07-15 05:52:37 -07:00
Daniel Kucera 74dbe5de22
fix tolerationsWhitelist annotation example 2020-07-15 09:12:30 +02:00
Kubernetes Prow Robot 6ec8665bba
Merge pull request #22429 from Huang-Wei/postfilter-doc
Document the changes of scheduler PostFilter extension point
2020-07-14 13:21:22 -07:00
Kubernetes Prow Robot 2ea1d221c7
Merge pull request #21453 from denkensk/update-non-preempt-beta
Update non-preempting option Doc
2020-07-14 10:11:21 -07:00
Kubernetes Prow Robot b9a5adeedd
Merge pull request #21589 from robscott/endpointslice-1.19
Updating EndpointSlice documentation for Kubernetes 1.19
2020-07-14 09:41:21 -07:00
Kubernetes Prow Robot bf022d4790
Merge pull request #21689 from alculquicondor/default-spreading
Docs for new default PodTopologySpread functionality and gate
2020-07-14 09:37:22 -07:00
Daniel Kucera bf3d54dedd
defaultTolerations example fix
defaultTolerations has to be unmarshall-able as an array
2020-07-14 13:01:21 +02:00
Patrick Ohly 5981f4f860 storage: GenericEphemeralVolume
This is the initial documentation for one new feature:
- https://github.com/kubernetes/enhancements/issues/1698

A new page gets created for different ephemeral volumes because the
relationship between them needs to be explained.

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-14 10:32:53 +02:00
Rob Scott 028af758bb
Updating EndpointSlice documentation for Kubernetes 1.19 2020-07-13 13:25:00 -07:00
Aldo Culquicondor 91b83cf906 Docs revision
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-13 14:30:00 -04:00
Wei Huang 9959ffc513
remove release notes section 2020-07-13 09:52:30 -07:00
Wei Huang e2fd28a35b
Document the changes of scheduler PostFilter extension point 2020-07-13 09:51:12 -07:00
Kubernetes Prow Robot ec67b2dc0d
Merge pull request #22392 from rossdotpink/patch-1
Fix erroneous RSS feed link in security.md
2020-07-12 19:28:32 -07:00
Kubernetes Prow Robot 98e5268b46
Merge pull request #22422 from jianz/patch-1
escape the angle brackets for token to show in the table.
2020-07-12 19:26:32 -07:00
Kubernetes Prow Robot ce84f4e199
Merge pull request #22273 from tengqm/add-jsonpath-tip
Add a kubectl tip for working with keys with dots
2020-07-11 10:25:21 -07:00
Andrew Keesler 371ac1ffb5 Update external credential providers docs with install hint details
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-07-09 11:57:16 -04:00
Savitha Raghunathan 0ebc16c10c resolving conflicts 2020-07-08 16:01:48 -04:00