-
Notifications
You must be signed in to change notification settings - Fork 690
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
crd/ContourDeployment: Add fields for (update)Strategy #4713
Conversation
…Deployment Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4713 +/- ##
==========================================
+ Coverage 75.95% 75.99% +0.03%
==========================================
Files 139 139
Lines 16855 16878 +23
==========================================
+ Hits 12803 12826 +23
Misses 3798 3798
Partials 254 254
|
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
The Contour project currently lacks enough contributors to adequately respond to all PRs.
|
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
any advise? |
@skriss let's move on with this one ? |
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
ping @sunjayBhatia @skriss |
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
@skriss ping |
@skriss BTW, |
Looks like you need to merge or rebase on main, there are some conflicts from the PR to move to generics within the provisioner package. |
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.
some things to clean up in implementation etc. but the API change looks good to me 👍🏽
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
I had merged on main, but the |
Looks like you have a local file |
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
thx, it's my fault |
ping @skriss @sunjayBhatia |
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
@sunjayBhatia PTAL |
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, will leave for @sunjayBhatia
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, but re-running CI to see if failure was a flake or not (since it was in the provisioner suite)
I don't know why, the last test, the HTTP code is 404, but this time it's 503 :( |
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
ping |
add the fields to
crd/ContourDeployment
to enable (update)Strategy for Contour componentsSigned-off-by: Gang Liu gang.liu@daocloud.io