website/content/en/examples
Sergey Kanzhelev ae17e46f73
Document behavior of endpoints with the feature EndpointSliceTerminatingCondition (#36791)
* new behavior of endpoints with the feature gate EndpointSliceTerminatingCondition

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>

* fixing feature gate versions

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2023-03-15 08:32:17 -07:00
..
access Favor EndpointSlice over Endpoints 2022-10-11 12:38:39 +01:00
admin Add rolebinding to Configure Multiple Schedulers (#38208) 2023-01-29 06:06:43 -08:00
application Fix Deployment YAML used for SSA 2023-01-29 21:46:12 +08:00
audit audit api version has been updated to v1 (#10647) 2018-10-17 00:48:05 -07:00
concepts/policy/limit-range [en] Add missing required `type` field to LimitRange example (#38706) 2023-01-01 20:21:31 -08:00
configmap Update example to configure pods 2022-10-25 10:44:37 -04:00
controllers Removed docker mentions from daemonset code sample 2022-09-01 23:26:33 +05:30
debug Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
pods Merge pull request #38083 from shannonxtreme/using-secrets 2023-02-06 19:52:58 -08:00
policy Updated wording in yaml file 2022-04-26 13:59:38 +00:00
priority-and-fairness Fix examples and test cases 2023-01-02 16:36:51 +08:00
secret/serviceaccount Annotations are mappings, not sequences 2022-12-08 14:57:31 +01:00
security Await input in Pod Security Admission demo script 2023-03-02 22:39:41 +00:00
service Document behavior of endpoints with the feature EndpointSliceTerminatingCondition (#36791) 2023-03-15 08:32:17 -07:00
tls Update TLS doc to use example signer for arbitrary https server 2022-02-01 12:22:32 -05:00
windows beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18 2020-05-07 11:52:30 +08:00
README.md [zh]Update content/zh/examples/README.md 2022-04-25 23:50:10 +08:00
examples.go Improve examples test (#9467) 2018-07-11 08:43:25 -07:00
examples_test.go Fix examples test for newly changed example manifest 2023-02-06 20:53:06 +08:00

README.md

To run the tests for a localization, use the following command:

go test k8s.io/website/content/<lang>/examples

where <lang> is the two character representation of a language. For example:

go test k8s.io/website/content/en/examples