website/content/en/examples
Jai Govindani b407a0103b
docs(configure-redis-using-configmap): update for clarity (#25712)
* docs(configure-redis-using-configmap): update for clarity

Signed-off-by: Jai Govindani <jai@honestbank.com>

* fix(configure-redis-using-configmap): incorrect volumeMount index

Signed-off-by: Jai Govindani <jai@honestbank.com>

* fix(configure-redis-using-configmap): show Pod status as Running, separate commands from output

Signed-off-by: Jai Govindani <jai@honestbank.com>

* fix(configure-redis-using-configmap): typo

Signed-off-by: Jai Govindani <jai@honestbank.com>

* fix(configure-redis-using-configmap): configmap name

Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-03-17 13:13:19 -07:00
..
access/certificate-signing-request Fixed a small field name spelling mistake. 2021-01-27 14:27:43 -07:00
admin Add missing steps to configure konnectivity-server (#24141) 2020-11-12 23:52:23 -08:00
application fix cronjob code for examples 2021-02-11 12:24:35 +01: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 Adding example for DaemonSet Rolling Update task 2020-03-27 06:47:50 +00:00
debug Fix orders of yaml for examples. (#15763) 2019-08-09 14:33:15 -07:00
pods docs(configure-redis-using-configmap): update for clarity (#25712) 2021-03-17 13:13:19 -07:00
policy Clairly Resourcequota limit for PriorityClass 2021-02-09 16:05:04 +08:00
priority-and-fairness Update API Priority and Fairness doc for graduatino to beta (#24975) 2020-11-14 01:55:04 -08:00
service Enhancements in clarity to access-application-cluster/connecting-frontend-backend.md (#25927) 2021-01-13 17:47:03 -08: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 Revised README for English examples 2020-06-27 11:15:21 +08:00
examples.go Improve examples test (#9467) 2018-07-11 08:43:25 -07:00
examples_test.go Fix examples tests 2021-01-16 14:09:28 +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