Skip to content

Commit

Permalink
Merge 93d2a86 into 49fdd17
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmit authored Oct 6, 2022
2 parents 49fdd17 + 93d2a86 commit b1d4b27
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@ Your Devfile has been successfully deployed

Your application has now been deployed to the Kubernetes cluster with Deployment, Service, and Ingress resources.

:::note
Depending upon the container registry specified in the `devfile.yaml`, the access for container image
pushed by `odo deploy` may be private by default. For example: images pushed to [Quay.io](https://quay.io). Change the
image visibility appropriately in order to run `odo deploy` successfully.
:::

Test your application by visiting the `DOMAIN_NAME` variable that you had set in the `devfile.yaml`.

0 comments on commit b1d4b27

Please sign in to comment.