Commit Graph

133 Commits

Author SHA1 Message Date
Able Lv 8ae01d5d8e
Fixed title level of "Validation rules" on custom-resource-definitions.md
The title level of "Validation rules" should be H3, instead of H2.
2023-10-22 22:17:18 +08:00
Mohammed Affan 8d49270fed Add statement for explaining the example image name 2023-10-03 15:20:13 +05:30
harsh e366d2621b Fixed the typo errors in the documentation. 2023-09-20 18:15:30 +05:30
Matheus Moraes c64c7837c8
add CEL Playground link 2023-09-08 16:42:43 -03:00
Mengjiao Liu e8b136c3b3 Use code_sample shortcode instead of code shortcode 2023-09-05 17:10:14 +08:00
Tim Bannister 20b43d6095
Merge branch 'main' into 'dev-1.28' 2023-08-09 11:13:31 +01:00
Kubernetes Prow Robot a2cf620ad5
Merge pull request #41737 from alexzielenski/4008-crd-validation
Add Documentation for CRD Validation Ratcheting
2023-08-08 10:34:17 -07:00
Alexander Zielenski 75ec818022 feedback 2023-08-08 08:53:42 -07:00
Alexander Zielenski e894028da7 move to other pages, add links 2023-08-07 22:10:04 -07:00
Mengjiao Liu 68ba9633a2 Switch English to use code not codenew shortcode 2023-08-01 16:57:17 +08:00
Andrey Goran eb522c126f
Replace {{< codenew ... >}} with {{% codenew ... %}} in all English docs (#42180)
* Replaced {{< codenew ... >}} with {{% codenew ... %}} in all files

* Reverted changes in non-english localizations
2023-07-25 05:54:06 -07:00
Cici Huang 61d5b61ba5 Address comments 2023-07-25 03:50:44 +00:00
Cici Huang 4391c3b0bc Address comments 2023-07-21 17:05:35 +00:00
Cici Huang 0f66ee54cc Update doc for KEP 2876 2023-07-20 23:15:47 +00:00
shubham82 1e063ce5ea Fix broken hyperlinks to Extend the Kubernetes API with CustomResourceDefinitions task page. 2023-07-17 16:07:45 +05:30
Marco Voelz 44cce36683 VPA also requires scale subresource labelSelector 2023-07-13 14:27:43 +02:00
xin.li f59c9f7473 Tweak line wrappings in configure-aggregation-layer.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-06-14 12:31:58 +08:00
Jun Duan 6b2e8e65c7
Update configure-aggregation-layer.md
Remove unnecessary period which takes an extra line.
2023-05-19 11:26:20 -04:00
Kubernetes Prow Robot 0faa93ceca
Merge pull request #40027 from Jefftree/openapiv3-ga-doc
Doc update for KEP-2896 OpenAPIV3
2023-04-01 04:51:49 -07:00
Jefftree 0c9ba63075 Address comments 2023-03-31 18:17:30 +00:00
Kermit Alexander II e239a7dd33
Documentation for messageExpression update to KEP-2876 (#40019)
* Add messageExpression documentation.

* Apply feedback on wording.

* Add info about casting to string.

* Use "evaluates to an error" to avoid ambiguous wording around "fails."

* Revise wording around string casting.
2023-03-30 20:41:48 -07:00
Jefftree eb417b7128 Whitespace fix 2023-03-27 17:00:46 +00:00
Jefftree af3e11936b Update OpenAPI V3 section for CRDs 2023-03-27 17:00:46 +00:00
Oliver L Schoenborn 07ec542ee9
typo in notes section
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-03-13 22:27:38 -04:00
Oliver L Schoenborn 5dc0185920 Simplify by focussing on kubectl ie no curl left except one mention; moved notes to the end where nuances are discussed such as upper/lower case env var, use of proxy-url, meaning of localhost vs socks5h, etc 2023-03-13 22:12:32 -04:00
Abigail McCarthy c4b70832dd Include index files 2023-01-17 09:14:01 -05:00
Michael 0cfca02a33 Fix link and bullets alignment in custom-resource-definition-versioning.md 2022-12-22 08:58:19 +08:00
Marcin Owsiany 270c6803d1 Applied review comment. 2022-12-14 12:15:28 +01:00
Marcin Owsiany 74dd655286 Clarify the case of requested version != stored version. 2022-12-14 12:12:28 +01:00
Marcin Owsiany 8c9ca0579d Use "stored" rather than "persisted" consistently with the rest of the document. 2022-12-14 12:12:28 +01:00
Kubernetes Prow Robot d3e08805fd
Merge pull request #37271 from maxgio92/patch-2
docs(setup-konnectivity.md): remove duplicate openssl option
2022-11-03 16:42:14 -07:00
mboukhalfa 0e569cc9ed
Update links in crd docs based to v1.25 k8s release 2022-10-25 14:13:02 +03:00
Kubernetes Prow Robot e368a6ae3f
Merge pull request #37381 from Nordix/tiny-spell-fix/mohammed
Tiny spell fix and rephrasing
2022-10-24 10:58:25 -07:00
mboukhalfa 388a17b204
tiny spell fix and rephrasing 2022-10-19 15:25:12 +03:00
Chandan Singh 8b1209d948
Update custom-resource-definition-versioning.md
Since there can be only one version that needs to be stored and storage option is required else the parsing fails. Adding the storage option and setting it false.

Schema Vaildation fails with error: error validating data: ValidationError(CustomResourceDefinition.spec.versions[1]): missing
 required field "storage" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion; if you choose to
 ignore these errors, turn validation off with --validate=false
2022-10-12 18:13:03 +05:30
maxgio92 1e2fd3cad8
docs(setup-konnectivity.md): remove duplicate openssl option
This cleans up the command to generate the certificate signin request for the Konnectivity server, by removing a duplicated openssl CLI option for the output file.

Signed-off-by: Massimiliano Giovagnoli me@maxgio.it
2022-10-11 16:37:51 +02:00
Kubernetes Prow Robot 15bf5813c6
Merge pull request #36716 from akankshakumari393/patch-6
Fix Broken Link to CustomResourceDefinition
2022-09-18 06:22:28 -07:00
Akanksha Kumari 0443319bda Update the CRD link to reference/kubernetes-api/extend-resources/custom-resource-definition-v1/ 2022-09-15 09:24:42 +05:30
Shubham 88380ad730
Modify note content about kubectl, CRDs, and subresources (#34468)
* Modified the NOTE for Kubectl Subresource Support.

Improvement: Removed word tool.

Typo fix.

* Added task for patch the deployment using subresource flag.

* Updated the content.

* Updated the link for kubectl patch.

* Resolved nits.

* Improvement: updated the content.

* Removed new deployment and used existing deployment manifests.
2022-09-14 15:41:23 -07:00
Akanksha Kumari d0e4c5942e Minor Typo Fix 2022-09-10 11:57:26 +05:30
Akanksha kumari 395143df47 Fix Broken Link to CustomResourceDefinition 2022-09-10 01:00:26 +05:30
Qiming Teng ef511e7e65 Style tweak the crd task file
This PR reformats the CRD task file where line wrappings are expected or
proper indentations are needed. It also fixes a link to the kube-apiserver
reference.
2022-08-25 16:04:02 +08:00
kadtendulkar 655f6a2b8b Update content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md 2022-08-24 21:45:12 +05:30
carolina valencia 6810fa976d Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-08-18 15:58:41 -03:00
Cici Huang d6201fdf65 Update doc for CustomResourceValidationExpressions feature. 2022-08-16 15:38:37 +00:00
William Steinford d6a1ba2a6d Fix the grammar by using the verb form 'set up' where appropriate instead of the noun 'setup' 2022-08-08 16:48:26 -04:00
Michael 6a1caa355a [en] fix typos in /projected-volumes.md 2022-07-15 17:10:48 +08:00
Kubernetes Prow Robot 84c035d5a7
Merge pull request #34372 from tengqm/fix-links-1
Batch fixes for links (1)
2022-06-26 01:02:58 -07:00
Kubernetes Prow Robot 484995c06b
Merge pull request #33930 from xing-yang/deprecate_crd
Add doc for CRD version removal
2022-06-24 00:39:21 -07:00
Kubernetes Prow Robot 62a5ad6213
Merge pull request #34386 from Rishit-dagli/Rishit-dagli-updatecreatingCRD
Update Create a Custom Resource Definition
2022-06-23 17:03:19 -07:00