ARO-14442: introduce capabilities api#5554
ARO-14442: introduce capabilities api#5554openshift-merge-bot[bot] merged 4 commits intoopenshift:mainfrom
Conversation
|
@flavianmissi: This pull request references ARO-14442 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@flavianmissi: This pull request references ARO-14442 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
| // +listType=atomic | ||
| // +kubebuilder:validation:XValidation:rule="self == oldSelf",message="disabledCapabilities is immutable" | ||
| // +optional | ||
| // +openshift:enable:FeatureGate=DisableClusterCapabilities |
There was a problem hiding this comment.
Right, thanks for reminding me about this. For now we only have one valid value: ImageRegistry, so should the min/max both be 13 (len(ImageRegistry))? Or are there some sensible defaults we can use instead?
ffbc00c to
b069ed6
Compare
772c4e4 to
580f3da
Compare
580f3da to
73ee4ba
Compare
* api: feature gate DisabledCapabilities field on HostedCluster * api: add DisabledCapabilities to HostedControlPlaneSpec Signed-off-by: Thomas Jungblut <tjungblu@redhat.com> Signed-off-by: Flavian Missi <fmissi@redhat.com>
run `make api` to regenerate files and `make update` to bump hypershift/api dep.
73ee4ba to
7ae31e1
Compare
|
/approve |
|
ptal @sjenning |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre, flavianmissi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@flavianmissi: This pull request references ARO-14442 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@flavianmissi: This pull request references ARO-14442 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
I don't see how the test failures are connected to the changes 🤔 /retest |
|
/test e2e-aws |
|
/lgtm |
|
from latest e2e-aws failure: unsure if any action is needed. It'll probably clear up in the next few hours. |
|
This has flaked a few times in a row. I'm confident is passes. /override ci/prow/e2e-aws |
|
@sjenning: Overrode contexts on behalf of sjenning: ci/prow/e2e-aws DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@flavianmissi: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
dd5a61d
into
openshift:main
|
[ART PR BUILD NOTIFIER] Distgit: hypershift |
|
/cherry-pick release-4.18 |
|
@flavianmissi: #5554 failed to apply on top of branch "release-4.18": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What this PR does / why we need it:
We're introducing the concept of capabilities to Hypershift on a limited basis, as described in openshift/enhancements#1729.
Which issue(s) this PR fixes *:
Fixes ARO-14442
Checklist