-
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
Wait for deployed resources to reach their intended state #176
Labels
Comments
tejal29
added
priority/p0
Highest priority. We are actively looking at delivering it.
and removed
priority/p2
May take a couple of releases
labels
May 1, 2019
I'd be happy to put up a PR that adds |
cc @tejal29 |
Oh fantastic. Looks like your pr is doing what’s needed. Nice one.
…On Fri, 30 Aug 2019 at 9:44 am, Tejal Desai ***@***.***> wrote:
@Place1 <https://github.com/Place1> Thank you for helping us out. I am
working on a PR #2750
<#2750> which does
implement kubectl rollout
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#176?email_source=notifications&email_token=ACZQDFROJTSYO4AXIQ3AXELQHBNN5A5CNFSM4EUTIGG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5QD2NI#issuecomment-526400821>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACZQDFQPW73X6BH3MV5XFZ3QHBNN5ANCNFSM4EUTIGGQ>
.
|
This was referenced Sep 9, 2019
This was referenced Sep 17, 2019
tejal29
added
priority/p1
High impact feature/bug.
and removed
priority/p0
Highest priority. We are actively looking at delivering it.
labels
Sep 23, 2019
3 tasks
This was referenced Oct 8, 2019
7 tasks
This was referenced Feb 28, 2020
Merged
Merged
Closing as I believe this to be fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In the case of
skaffold run
there are times where you will want to ensure that the resources that were deployed have reached their intended state. For example, after applying a change to a deployment you will want to check the rollout status and ensure that it completed successfully. This would most likely be the mode you would want when running in a CD pipeline.The text was updated successfully, but these errors were encountered: