-
Notifications
You must be signed in to change notification settings - Fork 43
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
Check supported version for CreateNamespaces
RPC
#1042
Check supported version for CreateNamespaces
RPC
#1042
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9756824
to
187ea17
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1042 +/- ##
==========================================
+ Coverage 34.10% 34.72% +0.62%
==========================================
Files 13 13
Lines 1126 1126
Branches 389 388 -1
==========================================
+ Hits 384 391 +7
+ Misses 486 474 -12
- Partials 256 261 +5 |
fc024cf
to
f5a5e24
Compare
/hold |
ade6ea5
to
1ea8116
Compare
We now pre-check if conmon-rs supports the `CreateNamespaces` RPC and return a wrapped defined error if not. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1ea8116
to
251ff8d
Compare
/unhold PTAL @haircommander @rphillips I think after this one we can create a new release. |
LGTM |
/lgtm |
What type of PR is this?
/kind feature
What this PR does / why we need it:
We now pre-check if conmon-rs supports the
CreateNamespaces
RPC and return a wrapped defined error if not.Which issue(s) this PR fixes:
Requires #1040
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?