website/content/en/examples
Michal Wozniak c47a025713 Add docs for KEP-3329 Retriable and non-retriable Pod failures for Jobs
Code review remarks and suggested commit updates are co-authored

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
Co-authored-by: Paola Cortés <51036950+cortespao@users.noreply.github.com>

# Conflicts:
#	content/en/docs/reference/command-line-tools-reference/feature-gates.md
2022-08-15 13:22:37 +02:00
..
access Adding documentation about Endpoints write access in wake of CVE-2021-25740 2021-07-26 11:32:06 -07:00
admin Fix wrong guide for egress selection. 2022-07-06 20:54:46 +08:00
application Update mysql-statefulset.yaml 2022-06-23 10:39:53 +00:00
audit audit api version has been updated to v1 (#10647) 2018-10-17 00:48:05 -07:00
configmap Test examples files in configmap directory (#13128) 2019-03-14 06:44:23 -07:00
controllers Add docs for KEP-3329 Retriable and non-retriable Pod failures for Jobs 2022-08-15 13:22:37 +02:00
debug fix busybox image to 1.28 (issues with `nslookup`). 2022-03-02 20:48:26 +01:00
pods Fix regressions in node affinity docs 2022-07-03 07:45:46 +01:00
policy Updated wording in yaml file 2022-04-26 13:59:38 +00:00
priority-and-fairness Catch APF description up with recent developments 2022-01-21 13:06:51 -05:00
security Added shell script examples 2021-12-08 10:41:55 +05:30
service [en] update en docs to use recommended labels 2022-07-11 08:45:48 -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 Move NetworkPolicy into examples 2022-04-08 16:00:56 +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