Commit Graph

14 Commits

Author SHA1 Message Date
Allie Sadler a37a50eb17
Dd4.16 content (#16497)
* add rosetta beta feature

* Change mac preferences to settings

* updates to the images view

* add info about quick search

* image fix

* image-fix

* Typo fix
2023-01-12 15:29:37 +00:00
Craig Osterhout da7b60072d
[ENGDOCS-1012] Get started refresh part 1 & 2 (#15965)
* get started refresh part 1 and 2
2022-10-27 15:32:47 -07:00
Craig Osterhout 4f7d891271
Merge pull request #15360 from minhtaile2712/patch-1
Update kube-deploy.md
2022-09-27 16:25:35 -07:00
Sagar Devkota 87681a7b99 Fix example container refrence on Orchestration Deploy
Replaced bulletin board container with getting-started container
Replace bulletin board refrencing app with Todo app
2022-09-26 20:51:37 +05:45
minhtaile2712 4f95480ed3
Update kube-deploy.md
Add `imagePullPolicy` as `Never` so that Kubernetes will use local `getting-started` image built from previous step
2022-08-11 15:42:52 +07:00
morganstaff 45b14d6bac
Update kube-deploy.md
type: port 8080 is not mentioned in the bb.yaml, port 3000 is.
2021-11-21 13:38:32 -05:00
Usha Mandya 2db1c23afe
Merge pull request #13566 from shyamal-jadav/patch-2
Update kube-deploy.md
2021-10-04 10:50:53 +01:00
Shyamal Jadav eaa4a41c5d
Update kube-deploy.md 2021-09-20 14:49:58 +05:30
Jason Salas 4fcb2c94f4
Fixed references to old Bulletin Board demo
The current documentation references the newer todo list built in the [Getting Started demo](https://docs.docker.com/get-started/02_our_app/) built in previous steps, but the docs listed the code for the older [BulletinBoard:1.0 image](http://www.myclass5.cn/get-started/part2/). So, this patch applies the following to run Getting Started:

- changed the name of the image to `getting-started`, and rebuild the image using `docker build -t getting-started .`
- changed the port numbers under the `ports` key in the Kubernetes YAML to *3000*
2021-09-14 05:30:21 +10:00
Sebastiaan van Stijn 7b2f0e92bc
get-started: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:23 +02:00
Brandon Mitchell 2775bcfb1f Fixing broken get-started links
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2020-12-21 14:35:57 -05:00
Sebastiaan van Stijn eb948508c1
various: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:53 +02:00
Usha Mandya 72fd8b33c9 fix yaml formatting 2020-02-17 13:11:34 +00:00
Usha Mandya 36aba6a7c6
Get started docs updates (#10218)
* Update Get started docs

* update part-1, add redirects

* draft updates to part 2 and 3

* tidy up the orchestration topics

* update examples, and other minor edits

* address Stefan's review comments

* moved orchestration to a new node

* fix Ben's review comments

* add email verification step

* Emphasize the CTA in part 3
2020-02-14 17:24:50 +00:00