docs: add more detail to Cloud Run deployer page#8381
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8381 +/- ##
==========================================
- Coverage 70.48% 65.88% -4.60%
==========================================
Files 515 605 +90
Lines 23150 29819 +6669
==========================================
+ Hits 16317 19646 +3329
- Misses 5776 8698 +2922
- Partials 1057 1475 +418
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Please visit http://34.28.55.185:1313 to view changes to the docs. |
| apiVersion: serving.knative.dev/v1 | ||
| kind: Service | ||
| metadata: | ||
| name: cloud-run-service-name |
There was a problem hiding this comment.
| name: cloud-run-service-name | |
| name: cloud-run-service-name # this service will be created in Cloud Deploy via Skaffold |
There was a problem hiding this comment.
Change applied with the following text: this service will be created in Cloud Run via Skaffold: Changed Cloud Deploy to Cloud Run. Also I added the same comment for the Job.
| apiVersion: run.googleapis.com/v1 | ||
| kind: Job | ||
| metadata: | ||
| name: cloud-run-job-name |
There was a problem hiding this comment.
Might make sense to add a note/section explaining how Job is currently supported (can create Jobs but not trigger them)
There was a problem hiding this comment.
Agree. I already had a note about it, but I just changed it to make it look with the Notes format (as the card from the beginning of the page), let me know what do you think 😄
|
Can you also change the maturity of Cloud Run to |
Co-authored-by: Aaron Prindle <aprindle@google.com>
|
Please visit http://35.226.237.45:1313 to view changes to the docs. |
Done! Maturity changed |
Fixes: #8320
Description
This PR adds more details for the Cloud Run deployer page.