website/content/en/examples
Dhairya-Arora01 cae9b11262
Created new task page - Running Pods on Only Some Nodes (#39972)
* Added pod-some-nodes in manage-daemon of taskks

* Changedd the code file reference

* Added the code ouput

* Added the suggested changes

* Update content/en/docs/tasks/manage-daemon/pods-some-nodes.md

Co-authored-by: Nitish Kumar <justnitish06@gmail.com>

* Suggested changes

* Update content/en/docs/tasks/manage-daemon/pods-some-nodes.md

Co-authored-by: Rey Lejano <rlejano@gmail.com>

* Update content/en/docs/tasks/manage-daemon/pods-some-nodes.md

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

* Update content/en/docs/tasks/manage-daemon/pods-some-nodes.md

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

* Update content/en/docs/tasks/manage-daemon/pods-some-nodes.md

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

* Update content/en/docs/tasks/manage-daemon/pods-some-nodes.md

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

---------

Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-05-09 18:58:59 -07:00
..
access Fix examples test for 1.27 2023-04-16 17:26:12 +08:00
admin Konnectivity example refresh. 2023-03-31 16:10:39 -07: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 Created new task page - Running Pods on Only Some Nodes (#39972) 2023-05-09 18:58:59 -07:00
debug Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
pods Documentation for in-place pod resize feature (#39845) 2023-03-30 19:59:48 -07:00
policy Updated wording in yaml file 2022-04-26 13:59:38 +00:00
priority-and-fairness Migrated to use the v1beta3 API version of FlowSchema 2023-04-04 20:23:27 +05:30
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 1.27 2023-04-16 17:26:12 +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