Single container app tutorials#2899
Conversation
✅ Proposed changes verification passedThis pull request comes with up-to-date documentation and no illegal standard output usages. Find more detailed information in the |
b4dccf1 to
3e12ce8
Compare
7ea007e to
a23a1a5
Compare
✅ Proposed changes verification passedThis pull request comes with up-to-date documentation and no illegal standard output usages. Find more detailed information in the |
✅ Proposed changes verification passedThis pull request comes with up-to-date documentation and no illegal standard output usages. Find more detailed information in the |
✅ Proposed changes verification passedThis pull request comes with up-to-date documentation and no illegal standard output usages. Find more detailed information in the |
1 similar comment
✅ Proposed changes verification passedThis pull request comes with up-to-date documentation and no illegal standard output usages. Find more detailed information in the |
✅ Proposed changes verification passedThis pull request comes with up-to-date documentation and no illegal standard output usages. Find more detailed information in the |
✅ Proposed changes verification passedThis pull request comes with up-to-date documentation and no illegal standard output usages. Find more detailed information in the |
✅ Proposed changes verification passedThis pull request comes with up-to-date documentation and no illegal standard output usages. Find more detailed information in the |
|
|
||
| ### Clone the Git Repository | ||
|
|
||
| 1. Go to the [kyma-runtime-samples](https://github.com/SAP-samples/kyma-runtime-samples) repository and use the green **Code** button to choose one of the options to download the code locally, or simply run the following command using your CLI at your desired folder location: |
There was a problem hiding this comment.
user needs to clone and use only specific subfolder
|
|
||
| ```Shell/Bash | ||
| kubectl create namespace dev | ||
| kubectl label namespaces dev istio-injection=enabled |
There was a problem hiding this comment.
labelling namespace is redundant
|
|
||
| ### Verify the Deployment | ||
|
|
||
| 1. Get the domain name of your Kyma cluster: |
There was a problem hiding this comment.
No need to do that.
Kyma app push shows the app url in the output logs
...
Applying Deployment movies-rest/kwiatekus-movies-rest
Applying Service movies-rest/kwiatekus-movies-rest
Creating API Rule movies-rest/kwiatekus-movies-rest
The kwiatekus-movies-rest app is available under the
kwiatekus-movies-rest.ee0bdf1.stage.kyma.ondemand.com%
When running the command in quite mode, the app url is the ONLY thing that is writyten to the output, so its a covinient way to extract the url
APP_URL=$(kyma app push ...... --quiet)
echo $APP_URL
movies.ee0bdf1.stage.kyma.ondemand.com
Description
Changes proposed in this pull request:
Related issue(s)
#2410