-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add description about deployment phases #582
Conversation
Deploying PersistentVolumeClaim/hello-cloud-redis (timeout: 300s) | ||
Successfully deployed in 3.3s: PersistentVolumeClaim/hello-cloud-redis | ||
|
||
Deploying Role/role (timeout: 300s) |
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.
300 is strange here.
module KubernetesDeploy
class Role < KubernetesResource
TIMEOUT = 30.seconds
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.
It's reproducible though. I'll try to debug this and, if needed, will fix on a separate PR.
33a30ce
to
21648ef
Compare
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.
Seems good to me, Dirceu! Thanks for documenting this, as a new contributor to this codebase, it is really interesting to have such a nice overview 👍
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.
two suggestions, but I'm good to ship as is.
6082bef
to
47a9704
Compare
Closes #105. |
What are you trying to accomplish with this PR?
As part of #105, we want to add a step by step walkthrough of a
krane deploy
run.How is this accomplished?
I picked a reproducible example from our test suite and used that to explain the different phases.