website/content/en/examples/application
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
..
cassandra Fix cassandra-statefulset.yaml indent level (#10243) 2018-09-10 02:05:52 -07:00
guestbook updating tutorial to match source 2021-06-17 18:45:40 +00:00
hpa remove default namespace from referenced yaml file 2020-04-25 18:16:44 +01:00
job fix busybox image to 1.28 (issues with `nslookup`). 2022-03-02 20:48:26 +01:00
mongodb Add MongoDB deployment and service. 2021-06-21 18:27:52 +05:30
mysql Update mysql-statefulset.yaml 2022-09-04 22:26:22 -03:00
nginx Update nginx to modern versions (#19198) 2020-03-17 10:48:23 -07:00
ssa Add transferring ownership section to api concepts 2020-07-20 12:01:52 -07:00
web Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
wordpress clean up too old comments for v1.9 or before in examples 2021-01-09 16:13:00 +09:00
zookeeper Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
deployment-patch.yaml clean up too old comments for v1.9 or before in examples 2021-01-09 16:13:00 +09:00
deployment-retainkeys.yaml clean up too old comments for v1.9 or before in examples 2021-01-09 16:13:00 +09:00
deployment-scale.yaml updated nginx version to follow examples correctly 2022-11-19 18:04:55 -03:00
deployment-update.yaml clean up too old comments for v1.9 or before in examples 2021-01-09 16:13:00 +09:00
deployment.yaml clean up too old comments for v1.9 or before in examples 2021-01-09 16:13:00 +09:00
nginx-app.yaml Update nginx to modern versions (#19198) 2020-03-17 10:48:23 -07:00
nginx-with-request.yaml Consolidate YAML files [part-4] (#9241) 2018-07-02 11:17:19 -07:00
php-apache.yaml Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
shell-demo.yaml Update shell-demo.yaml (#14892) 2019-06-19 13:04:20 -07:00
simple_deployment.yaml Update nginx to modern versions (#19198) 2020-03-17 10:48:23 -07:00
update_deployment.yaml Update nginx to modern versions (#19198) 2020-03-17 10:48:23 -07:00