website/content/en/examples
Esteban Cano 32b5c6184b
updated nginx version to follow examples correctly
following examples https://kubernetes.io/docs/tasks/run-application/run-stateless-application-deployment/#scaling-the-application-by-increasing-the-replica-count
If you update replicas from 2 to 4 using the last deployment yaml, nginx version was 1.16.1, so 2 containers were already created and 2 new ones (that's why the table referenced as "The output is similar to this" shows AGE as 25s and 2m). If this deployment has nginx version 1.14.2, all containers will be recreated instead of just adding 2, so it can be confusing for the newcomers
2022-11-19 18:04:55 -03:00
..
access Favor EndpointSlice over Endpoints 2022-10-11 12:38:39 +01:00
admin Merge pull request #37529 from bishal7679/switch-json-manifest 2022-10-29 08:14:40 -07:00
application updated nginx version to follow examples correctly 2022-11-19 18:04:55 -03:00
audit audit api version has been updated to v1 (#10647) 2018-10-17 00:48:05 -07:00
concepts/policy/limit-range limit ranger clarification 2022-10-10 17:46:28 +00: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 #35803 from ameukam/1-25-registry-k8s-io 2022-08-18 08:26:22 -07: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
secret/serviceaccount Reword “Managing Service Accounts” task 2022-10-22 02:56:42 +01:00
security Update pod security configuration docs for v1 2022-09-01 17:29:53 -04:00
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 Fix examples test 2022-09-15 19:35:40 +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