website/content/en/examples
Todd Neal 6af570122a
add more clarification regarding priorityClassName use with DaemonSet (#40851)
* add more clarification regarding priorityClassName use with DaemonSet

* Update daemonset.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-11-07 03:36:51 +01:00
..
access Update test cases for v1.28 2023-08-18 09:03:30 +08:00
admin Added 'command' block for some busybox pods script 2023-06-21 22:00:38 +05:30
application sidecar container example use retry tail 2023-08-16 09:10:59 +00: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 add more clarification regarding priorityClassName use with DaemonSet (#40851) 2023-11-07 03:36:51 +01:00
debug Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
pods fix(en.examples.pods.security.seccomp): update hashicorp/http-echo version 2023-10-29 12:31:38 +01:00
policy Updated wording in yaml file 2022-04-26 13:59:38 +00:00
priority-and-fairness Add section for APF good practices 2023-08-24 16:17:48 -07:00
secret Move YAML snippets to examples directory and include with code shortcode 2023-10-05 18:40:34 -04:00
security Await input in Pod Security Admission demo script 2023-03-02 22:39:41 +00:00
service removed duplicated examples 2023-03-23 00:39:56 +05:30
tls Update TLS doc to use example signer for arbitrary https server 2022-02-01 12:22:32 -05:00
validatingadmissionpolicy Fix mismatched API groups in ValidatingAdmissionPolicy page (#42879) 2023-09-05 10:10:50 -07: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 Update test cases for v1.28 2023-08-18 09:03:30 +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