Skip to content
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

Merged
merged 1 commit into from
Oct 10, 2019
Merged

Add description about deployment phases #582

merged 1 commit into from
Oct 10, 2019

Conversation

dirceu
Copy link
Contributor

@dirceu dirceu commented Oct 7, 2019

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.

@dirceu dirceu requested a review from a team October 7, 2019 16:28
@dirceu dirceu self-assigned this Oct 7, 2019
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
Deploying PersistentVolumeClaim/hello-cloud-redis (timeout: 300s)
Successfully deployed in 3.3s: PersistentVolumeClaim/hello-cloud-redis

Deploying Role/role (timeout: 300s)
Copy link
Contributor

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

Copy link
Contributor Author

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.

README.md Outdated Show resolved Hide resolved
@dirceu dirceu requested review from a team and dturn October 7, 2019 19:18
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@dirceu dirceu mentioned this pull request Oct 9, 2019
3 tasks
Copy link
Contributor

@douglas douglas left a 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 👍

Copy link
Contributor

@dturn dturn left a 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.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@dirceu
Copy link
Contributor Author

dirceu commented Oct 10, 2019

Closes #105.

@dirceu dirceu merged commit 4fa7640 into master Oct 10, 2019
@dirceu dirceu deleted the add-walkthrough branch October 10, 2019 16:50
@ghost ghost added the krane [ProdX-GSD] label Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants