blog: odo with .NET and PostgreSQL on OpenShift#6500
blog: odo with .NET and PostgreSQL on OpenShift#6500openshift-merge-robot merged 4 commits intoredhat-developer:mainfrom
Conversation
✅ Deploy Preview for odo-docusaurus-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
|
|
||
|
|
||
|
|
||
| Now, refresh the local URL [http://localhost:40001](http://localhost:40001). You should see that our application is using the PostgreSQL database. |
There was a problem hiding this comment.
| Now, refresh the local URL [http://localhost:40001](http://localhost:40001). You should see that our application is using the PostgreSQL database. | |
| Now, refresh the local URL [http://localhost:20001](http://localhost:20001). You should see that our application is using the PostgreSQL database. |
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
rm3l
left a comment
There was a problem hiding this comment.
Nice tutorial. I added a few comments and suggestions.
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
744805e to
b8ebeba
Compare
rm3l
left a comment
There was a problem hiding this comment.
I found 2 minor typos to fix, but LGTM overall.
docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Armel Soro <[email protected]>
Co-authored-by: Armel Soro <[email protected]>
|
Kudos, SonarCloud Quality Gate passed! |
|
/override Kubernetes-Integration-Tests/Kubernetes-Integration-Tests Overriding because this is a doc-only PR. It was still interesting to see why all those tests failed. |
|
@rm3l: Overrode contexts on behalf of rm3l: Kubernetes-Integration-Tests/Kubernetes-Integration-Tests, NoCluster-Integration-tests/NoCluster-Integration-tests, OpenShift-Integration-tests/OpenShift-Integration-tests, OpenShift-Integration-tests/OpenShift-Unauth-Integration-tests, windows-integration-test/Windows-test DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
* blog: odo with .NET and PostgreSQL on OpenShift * address reviews * Update docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx Co-authored-by: Armel Soro <[email protected]> * Update docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx Co-authored-by: Armel Soro <[email protected]> --------- Co-authored-by: Armel Soro <[email protected]>








/area documentation
Start converting some old .NET guides to odo v3, and in the process, I realized that this might be a nice blog post for odo.
This guide shows how
container-overridescan be leveraged. I think that this could become one of the most important devfile/odo features.Things to do before merging/publishing:
NOTE:
I was also thinking about breaking this into two posts. One just runs the application with an in-memory database. Then the follow-up post with the PostgreSQL.