-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add more detail to Cloud Run deployer page #8381
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
Please visit http://35.226.237.45:1313 to view changes to the docs. |
Done! Maturity changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fixes: #8320
Description
This PR adds more details for the Cloud Run deployer page.