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

Rollout functionality checks resources in series #64

Open
tonglil opened this issue Jan 24, 2018 · 1 comment
Open

Rollout functionality checks resources in series #64

tonglil opened this issue Jan 24, 2018 · 1 comment

Comments

@tonglil
Copy link
Member

tonglil commented Jan 24, 2018

See https://github.com/NYTimes/drone-gke/pull/58/files/e7eae61cf7b7a157c9c951502309d327083fb7ff#r156678397.

Need to confirm if checking for rollout of multiple resources can be performed in series, or are affected by time.

  • what happens when checking rollout of a resource that is already completed?
  • what if there are multiple rollouts of the same resource going on (for example, the next build started a rollout before the current build ran kubectl rollout)?
@chuhlomin
Copy link
Contributor

what happens when checking rollout of a resource that is already completed?

Command will return deployment "bodega-server" successfully rolled out right away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants