Commit Graph

373 Commits

Author SHA1 Message Date
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
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
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
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 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
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 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
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
shivam tyagi 33b55edda7 fixed 2022-02-19 01:20:10 +05:30
Matthew Wong d5c500bda3 Add that CSIMigration* fallback does not work for provision operations 2022-02-08 17:31:06 -08:00
Qiming Teng 37fae75ffd Fix links in feature gates
Some links are pointing to redirection records, which will be
problematic for downstream localizations.
2022-02-05 15:01:31 +08:00
Subhasmita Swain cdfe3fa6bc
removal of docker runtime mentions in feature gates page (#31498)
* removal of docker runtime mentions in feature gates page

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

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

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

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-25 16:24:26 -08:00
Tim Bannister 02f1234ce8 Link to DaemonSet update task
from DaemonSetUpdateSurge feature gate short description
2022-01-17 22:25:27 +00:00
Humble Chirammal 9abefaba6b mention the correct feature gate name for RBD CSI migration.
The feature gate string (CSIMigrationRBD) was not matching with the
implementation (csiMigrationRBD) and this commit make it in parity

Ref# https://github.com/kubernetes/kubernetes/pull/107571

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-01-15 09:24:54 +05:30
Alex Zielenski e346ea41ee
Fix typo for OpenAPIV3 and OpenAPIEnums
If a user were to copy & paste from the docs into the feature-gate option they would receive the error `flag: unrecognized feature gate: OpenAPIv3` or `flag: unrecognized feature gate: OpenAPIEnum`. This change uses the correct case for `V` and uses the plural form for `Enums` as the command line parser expects.
2022-01-13 18:51:01 -08:00
Kubernetes Prow Robot 6833ee99e3
Merge pull request #31305 from gjkim42/add-requirement-for-expandeddnsconfig
Add requirement for the ExpandedDNSConfig feature
2022-01-12 06:12:37 -08:00
Gunju Kim 62d76a2d88
Add requirement for the ExpandedDNSConfig feature 2022-01-12 22:07:17 +09:00
Mike Spreitzer 9f1de9cd87 Corrected alpha release for APIPriorityAndFairness FeatureGate 2022-01-04 21:25:23 -05:00
Qiming Teng 4f27a3fb16 Update feature gates for 1.23 2021-12-14 09:54:14 +08:00
Tim Bannister 87f371ac8d Fix typo 2021-12-01 23:27:21 +00:00
Kubernetes Prow Robot f17f3884a2
Merge pull request #29740 from SergeyKanzhelev/grpcProbeDocsPlaceholder
gRPC probes support (KEP 2727)
2021-11-30 16:09:18 -08:00
Brandon Smith 6a684469cb
Windows HostProcess Beta 1.23 Documentation (#30391)
* Added initial version change

* Added more information for HostProcess in 1.23, removed content relating to 1.22 specifically.

* Made containerd mention specific to 1.6

* Added note about base images and removed annotation mentions

* Reworded prerequisites section.
2021-11-30 15:49:17 -08:00
Sergey Kanzhelev ef6668539c gRPC probes 2021-11-30 23:35:27 +00:00
Kubernetes Prow Robot 0660f9a376
Merge pull request #30436 from ravisantoshgudimetla/windows-pods
[docs][windows]: Pod OS field update
2021-11-30 13:59:01 -08:00
ravisantoshgudimetla 89e744666c [docs][windows]: Pod OS field update
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-30 16:52:44 -05:00
Kubernetes Prow Robot a8f9148849
Merge pull request #30593 from alculquicondor/ready-alpha
Add JobReadyPods feature gate
2021-11-30 11:51:02 -08:00
Kubernetes Prow Robot 84760237c6
Merge pull request #30626 from cici37/validation-rules
Add documentation for Validation Rules feature to Custom Resource Definitions task docs
2021-11-30 10:38:56 -08:00
Kubernetes Prow Robot 177448d3f8
Merge pull request #30552 from gnufied/kep-1790-doc
Add doc for Recovery from expansion failure
2021-11-30 10:18:56 -08:00
Hemant Kumar 22475d9cf1
Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-29 21:29:57 -05:00
Kubernetes Prow Robot 348045197e
Merge pull request #30445 from trierra/csi-portworx
CSI migration portworx in alpha state
2021-11-29 15:19:21 -08:00
Kubernetes Prow Robot 48612bee86
Merge pull request #30553 from gnufied/kep-695-doc
Move ConfigurableFSGroupPolicy to GA
2021-11-29 13:51:21 -08:00
Hemant Kumar 37532e231a Add docs for RecoverVolumeExpansionFailure feature 2021-11-29 16:37:57 -05:00
Hemant Kumar 2ebfcfea1a Update docs for ConfigurableFSGroupPolicy 2021-11-29 14:03:26 -05:00
Oksana Naumov 02f63b9661 CSI migration of Portworx is in alpha 2021-11-29 10:49:10 -08:00
Kubernetes Prow Robot 44576253cf
Merge pull request #30533 from humblec/rbd-mig-doc-1.23
Add RBD CSI migration section to the storage volumes guide
2021-11-29 09:13:23 -08:00
cici37 9d69f67399 Add feature gate `CustomResourceValidationExpressions` into /command-line-tools-reference/feature-gates.md 2021-11-29 09:06:40 -08:00
Kubernetes Prow Robot 3aa8d6b429
Merge pull request #30435 from ravisantoshgudimetla/psb
[docs]: Promote STS minReadySeconds to beta
2021-11-29 08:53:23 -08:00
Humble Chirammal 280229b0ec Add RBD CSI migration section to the storage volumes guide
Kubernetes adds the RBD CSI migration functionality via CSI
migration translation lib.

Ref# kubernetes/kubernetes#95361

This commit add the migration details to volumes.md and
feature-gates.md

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-11-26 23:42:10 +05:30
Aldo Culquicondor d42a12c2eb Add JobReadyPods feature gate 2021-11-24 15:39:23 -05:00
Kubernetes Prow Robot e2117699c7
Merge pull request #30495 from msau42/dev-1.23
update on-by-default for csi migration providers
2021-11-23 09:18:17 -08:00
Kubernetes Prow Robot 007e2ea63c
Merge pull request #30535 from haircommander/cri-stats
Document PodAndContainerStatsFromCRI feature
2021-11-23 09:02:17 -08:00
Peter Hunt 7c1e61a697 Document PodAndContainerStatsFromCRI feature
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2021-11-23 11:48:54 -05:00
Kubernetes Prow Robot 29c2aedd69
Merge pull request #30537 from robscott/topology-hints-1.23
Updating Topology Aware Hints docs for 1.23
2021-11-22 18:22:17 -08:00
Michelle Au 40d431a42c update on-by-default for csi migration providers 2021-11-22 12:16:19 -08:00
ravisantoshgudimetla 466561c47c [docs]: Promote STS minReadySeconds to beta 2021-11-22 09:57:24 -05:00
Kubernetes Prow Robot 6e45595d3a
Merge pull request #29871 from verb/1.23-ec-beta
Promote EphemeralContainers to beta in website
2021-11-20 17:10:59 -08:00
Bridget Kromhout a209e3d65e Dual-stack to stable in 1.23
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2021-11-20 16:53:27 +00:00
Rob Scott 2474ff93aa
Updating Topology Aware Hints docs for 1.23 2021-11-19 16:17:10 -08:00
Lee Verberne 771ee157a9 Promote EphemeralContainers to beta 2021-11-16 07:51:28 -05:00
Kubernetes Prow Robot 1466530a49
Merge pull request #30361 from pohly/generic-ephemeral-volumes-ga
generic ephemeral volume GA
2021-11-13 14:04:46 -08:00