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
Kubernetes Prow Robot
754c6b1a64
Merge pull request #21437 from alculquicondor/beta-component-config
...
Add Scheduling Configuration reference doc
2020-07-08 11:11:08 -07:00
Kubernetes Prow Robot
38a5d01d75
Merge pull request #21210 from javidiaz/hostnamefqdn
...
Documentation for new feature setHostnameAsFQDN
2020-07-08 07:01:10 -07:00
jianz
67fc065ae8
escape the angle brackets in the table.
...
escape the angle brackets in order to to show the <token> word inside table.
2020-07-08 11:12:42 +08:00
Kubernetes Prow Robot
d48be75067
Merge pull request #22089 from Huang-Wei/deprecate-ResourceLimitsPriorityFunction
...
Document the deprecation of featuregate ResourceLimitsPriorityFunction (1.19)
2020-07-07 14:39:07 -07:00
Javier Diaz-Montes
64422b159a
Documenting setHostnameAsFQDN feature
...
KEP: kubernetes/enhancements#1797 and kubernetes/enhancements#1792
Code PR: kubernetes/kubernetes#91699
2020-07-07 16:42:31 -04:00
Kubernetes Prow Robot
c7cf16fbb6
Merge pull request #22218 from savitharaghunathan/merged-master-dev-1.19
...
Branch sync - Merge master with dev 1.19
2020-07-07 10:45:58 -07:00
Aldo Culquicondor
9ed3f427a2
Review comments 2
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-07 10:41:45 -04:00
Aldo Culquicondor
34c3537a72
Review comments
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-06 17:15:43 -04:00
Aldo Culquicondor
72090c98af
Add Scheduling Configuration reference doc
...
Built from the existing Scheduling Profiles doc.
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-06 16:32:21 -04:00
Ross Wilson
906517f3ff
Fix erroneous RSS feed link in security.md
...
When referring to the `kubernetes-security-announce` mailing list, an alternative RSS link is incorrectly given to `kubernetes-announce` instead. This PR updates that link.
2020-07-06 17:47:52 +02:00
Kubernetes Prow Robot
7825b79270
Merge pull request #21703 from tengqm/StreamingProxyRedirects
...
Mark StreamingProxyRedirects deprecated in 1.19
2020-07-06 07:16:52 -07:00
Robert Stoll
e140c2a6dc
doc(auth): typo
2020-07-06 08:09:26 +02:00
Jerry Park
64f62106c1
Fix issue of document link in some documents
2020-07-05 22:46:08 +09:00
Kubernetes Prow Robot
fe82c29052
Merge pull request #22248 from pjhwa/fix-22247
...
Fix issue with k8s.io/docs/reference/command-line-tools-reference/fea…
2020-07-04 03:04:48 -07:00
Qiming Teng
e097b93c8e
Fix pages that reference removed API groups
...
Quite some resources have been moved out of the `extensions` API group
since 1.18; the `apps/v1beta1` and `apps/v1beta2` group versions are
also dropped. This PR updates the pages which still reference such API
groups or group versions.
2020-07-04 13:23:26 +08:00
Qiming Teng
4ddc1663f2
Add a kubectl tip for working with keys with dots
2020-07-02 16:30:52 +08:00
Jerry Park
5738307b93
Fix issue with k8s.io/docs/reference/command-line-tools-reference/feature-gates/
2020-07-01 21:23:10 +09:00
Kubernetes Prow Robot
3130f1c26a
Merge pull request #20524 from nevermyuk/endpoint
...
Add Endpoints into glossary
2020-06-30 17:54:06 -07:00
Kubernetes Prow Robot
a691d4b1d2
Merge pull request #22061 from mtaufen/said-fg
...
add ServiceAccountIssuerDiscovery to feature gates docs
2020-06-30 17:50:06 -07:00
Savitha Raghunathan
220d754880
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-06-30 18:02:37 -04:00
Kubernetes Prow Robot
bc90e9eed0
Merge pull request #21672 from janosi/sctp
...
Moving SCTP support from alpha to beta
2020-06-29 10:43:25 -07:00
Kubernetes Prow Robot
11e13b63ee
Merge pull request #21189 from wojtek-t/immutable_secrets_beta
...
Promote Immutable Secrets/ConfigMaps to Beta
2020-06-29 05:13:24 -07:00
wojtekt
0d7d24195d
Promote immutable secrets/configmaps to Beta
2020-06-29 07:53:37 +02:00
wawa
d33dc9f178
shell fix
...
Fix missing'EOF' terminator
2020-06-28 15:51:22 +08:00
Mikkel Oscar Lyderik Larsen
4787ccfc4d
Mark StartupProbe Feature gate beta v1.18
...
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
2020-06-27 10:13:31 +02:00
Kubernetes Prow Robot
de02f2f27d
Merge pull request #22054 from soltysh/kubectl_run_updates
...
Update kubectl run from docs where necessary
2020-06-26 14:30:14 -07:00
Wei Huang
9d1f16db85
Deprecate featuregate ResourceLimitsPriorityFunction in 1.19
2020-06-26 12:41:53 -07:00
Kubernetes Prow Robot
d252bcf3bd
Merge pull request #22063 from EmilyM1/authenticating-certificates
...
Update wording for “Authenticating” reference
2020-06-26 11:27:31 -07:00
Alexandr Lebedev
3ff312373d
Update kubeadm-join.md
...
kubadm -> kubeadm
little bug fix
2020-06-26 18:11:17 +04:00
Emily Moss
2c6ba2cb32
address PR comments
2020-06-25 15:06:55 -07:00
Emily Moss
97850ed430
cert-signing-requests fix
2020-06-25 14:27:10 -07:00
Michael Taufen
51b52c423d
add ServiceAccountIssuerDiscovery to feature gates docs
2020-06-25 13:02:13 -07:00
Maciej Szulik
00f502fa6a
Update kubectl run from docs where necessary
...
kubectl run starting from 1.18 is creating only Pods and there is no option to
create any other resource. Users should be using kubectl create
commands instead. This update the documentation in all those places
where kubectl create should be used instead or changes description to
reflect the situation.
2020-06-25 13:37:14 +02:00
Kubernetes Prow Robot
f93844fd63
Merge pull request #21697 from tengqm/RotateKubeletClientCertificate-119
...
Mark RotateKubeletClientCertificate GA
2020-06-24 05:53:17 -07:00
nevermyuk
d2d289be63
Add endpoint into glossary
...
Edit definition and add tooltips for endpoint
Update content/en/docs/reference/glossary/endpoint.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Update definition
Update content/en/docs/reference/glossary/endpoint.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Change tag from fundamentals to networking
2020-06-21 22:46:33 +08:00
Kubernetes Prow Robot
0c812fad45
Merge pull request #20443 from fernandokarnagi/master
...
Added steps for normal user authentication
2020-06-21 05:48:39 -07:00
Kubernetes Prow Robot
7313e210cb
Merge pull request #21774 from ptux/patch-1
...
update latest kubectl run syntax
2020-06-19 22:48:39 -07:00
Kubernetes Prow Robot
eeeffdb159
Merge pull request #21528 from bart0sh/PR0002-multisize-hugepages-beta
...
Promote HugePageStorageMediumSize feature to Beta
2020-06-19 11:38:44 -07:00
Celeste Horgan
38248db194
Fix feature state tags
2020-06-19 08:50:33 -07:00
Savitha Raghunathan
7ddedb00a0
resolving conflicts
2020-06-17 17:11:24 -04:00
Johannes M. Scheuermann
8308aabb86
Add documentation for API server health checks
2020-06-16 15:46:54 +02:00
Kubernetes Prow Robot
c1dcada5de
Merge pull request #21536 from Cweiping/remove_kubectl_run_command_deprecated_en
...
deprecated kubectl run command for en
2020-06-15 14:41:57 -07:00
Karen Bradshaw
49575ad2dd
clean up in page toc
2020-06-15 12:02:24 -04:00
Laszlo Janosi
29663e9fca
Fix review comments.
...
"Endpoints" is plural.
Add that the alpha state of the feature lasted til 1.18.
Fix the description of the feature. It is not alpha anymore.
2020-06-15 14:33:54 +00:00
Laszlo Janosi
edeb26de0b
SCTP moving from alpha to beta
2020-06-15 14:33:38 +00:00
Wang(わん)
622e5f9713
update latest kubectl run syntax
...
--dry-run is deprecated
`--restart=Never` flag is unnecessary to create a pod from 1.18
2020-06-15 21:06:55 +09:00
Kubernetes Prow Robot
3ad8c45b0b
Merge pull request #21702 from tengqm/ServiceAppProtocol
...
ServiceAppProtocol is beta in 1.19
2020-06-14 10:51:55 -07:00
Kubernetes Prow Robot
54e1f493a1
Merge pull request #21707 from Cweiping/remove_kubectl_run_command_deprecated_en_from_dev_1.19
...
use kubectl create deployment to create deployment with --replicas and --port
2020-06-14 06:09:55 -07:00
Weiping Cai
0202db7c00
use replicas to replace kubectl scale deployment.
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-14 19:08:31 +08:00
Qiming Teng
8a14cb1522
Cleanup non-resource paths
...
Some non-resource paths are now deprecated/hidden from the API server.
This PR updates the list.
2020-06-14 11:21:50 +08:00
Kubernetes Prow Robot
06e57d3d4b
Merge pull request #21659 from surajssd/remove-TLS-bootstrapping-limits
...
TLS bootstrapping: Remove "Limits" section
2020-06-13 18:21:55 -07:00
Weiping Cai
cf3becadff
use kubectl create deployment to create deployment with --replicas and --port.
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-13 17:31:10 +08:00
Qiming Teng
58c152a9a8
Mark StreamingProxyRedirects deprecated in 1.19
2020-06-13 14:31:46 +08:00
Qiming Teng
358a361346
ServiceAppProtocol is beta in 1.19
2020-06-13 14:17:31 +08:00
Kubernetes Prow Robot
ffc4df9f2a
Merge pull request #21160 from sftim/20200524_revise_kubectl_overview
...
Revise kubectl overview
2020-06-12 22:53:57 -07:00
Qiming Teng
33d2138c2d
Mark RotateKubeletClientCertificate GA
2020-06-13 11:29:01 +08:00
Weiping Cai
81027d6226
use kubectl create deployment to create Deployment
2020-06-12 17:15:10 +08:00