-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Quickstart Guides with Podman support (#7016)
* Add section explaining that users can use Podman without a cluster * Update sample output of `npx express-generator` in Node.JS guide * Add section for preparing the target platform with tabs for Podman, Kubernetes and OpenShift On Podman, this means checking the prerequisites (e.g., min. version of odo, checking that Podman is detected with `odo version`). On Kubernetes and OpenShift, this is about creating a namespace or project, as before. * Update sample output for `odo dev` on cluster to reflect the current output * Add Podman as new tab when running `odo dev` and include sample outputs * Revert "Update sample output for `odo dev` on cluster to reflect the current output" This reverts commit 96fb449. * Fix typo in Quickstart intro
- Loading branch information
Showing
11 changed files
with
195 additions
and
26 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
...te/docs/user-guides/quickstart/docs-mdx/dotnet/dotnet_odo_dev_podman_output.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
```console | ||
$ odo dev --platform podman | ||
__ | ||
/ \__ Developing using the "my-dotnet-app" Devfile | ||
\__/ \ Platform: podman | ||
/ \__/ odo version: v3.13.0 | ||
\__/ | ||
|
||
↪ Running on podman in Dev mode | ||
✓ Deploying pod [14s] | ||
✓ Syncing files into the container [312ms] | ||
✓ Building your application in container (command: build) [7s] | ||
• Executing the application (command: run) ... | ||
✓ Waiting for the application to be ready [1s] | ||
- Forwarding from 127.0.0.1:20001 -> 3000 | ||
|
||
↪ Dev mode | ||
Status: | ||
Watching for changes in the current directory /home/user/quickstart-demo | ||
|
||
Keyboard Commands: | ||
[Ctrl+c] - Exit and delete resources from podman | ||
[p] - Manually apply local changes to the application on podman | ||
``` |
24 changes: 24 additions & 0 deletions
24
docs/website/docs/user-guides/quickstart/docs-mdx/go/go_odo_dev_podman_output.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
```console | ||
$ odo dev --platform podman | ||
__ | ||
/ \__ Developing using the "my-go-app" Devfile | ||
\__/ \ Platform: podman | ||
/ \__/ odo version: v3.13.0 | ||
\__/ | ||
|
||
↪ Running on podman in Dev mode | ||
✓ Deploying pod [14s] | ||
✓ Syncing files into the container [312ms] | ||
✓ Building your application in container (command: build) [422ms] | ||
• Executing the application (command: run) ... | ||
✓ Waiting for the application to be ready [1s] | ||
- Forwarding from 127.0.0.1:20001 -> 3000 | ||
|
||
↪ Dev mode | ||
Status: | ||
Watching for changes in the current directory /home/user/quickstart-demo | ||
|
||
Keyboard Commands: | ||
[Ctrl+c] - Exit and delete resources from podman | ||
[p] - Manually apply local changes to the application on podman | ||
``` |
24 changes: 24 additions & 0 deletions
24
...ebsite/docs/user-guides/quickstart/docs-mdx/java/java_odo_dev_podman_output.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
```console | ||
$ odo dev --platform podman | ||
__ | ||
/ \__ Developing using the "my-java-app" Devfile | ||
\__/ \ Platform: podman | ||
/ \__/ odo version: v3.13.0 | ||
\__/ | ||
|
||
↪ Running on podman in Dev mode | ||
✓ Deploying pod [6s] | ||
✓ Syncing files into the container [234ms] | ||
✓ Building your application in container (command: build) [43s] | ||
• Executing the application (command: run) ... | ||
✓ Waiting for the application to be ready [1s] | ||
- Forwarding from 127.0.0.1:20001 -> 8080 | ||
|
||
↪ Dev mode | ||
Status: | ||
Watching for changes in the current directory /home/user/quickstart-demo | ||
|
||
Keyboard Commands: | ||
[Ctrl+c] - Exit and delete resources from podman | ||
[p] - Manually apply local changes to the application on podman | ||
``` |
24 changes: 24 additions & 0 deletions
24
...te/docs/user-guides/quickstart/docs-mdx/nodejs/nodejs_odo_dev_podman_output.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
```console | ||
$ odo dev --platform podman | ||
__ | ||
/ \__ Developing using the "my-nodejs-app" Devfile | ||
\__/ \ Platform: podman | ||
/ \__/ odo version: v3.13.0 | ||
\__/ | ||
|
||
↪ Running on podman in Dev mode | ||
✓ Deploying pod [14s] | ||
✓ Syncing files into the container [312ms] | ||
✓ Building your application in container (command: install) [6s] | ||
• Executing the application (command: run) ... | ||
✓ Waiting for the application to be ready [1s] | ||
- Forwarding from 127.0.0.1:20001 -> 3000 | ||
|
||
↪ Dev mode | ||
Status: | ||
Watching for changes in the current directory /home/user/quickstart-demo | ||
|
||
Keyboard Commands: | ||
[Ctrl+c] - Exit and delete resources from podman | ||
[p] - Manually apply local changes to the application on podman | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters