Add ExternalCloudProvider TechPreviewNoUpgrade featureGate#738
Add ExternalCloudProvider TechPreviewNoUpgrade featureGate#738Danil-Grigorev wants to merge 1 commit intoopenshift:masterfrom
Conversation
956aacd to
1c52a23
Compare
|
/retest |
michaelgugino
left a comment
There was a problem hiding this comment.
We don't need this change.
We should deduce in the KCM operator which options to use based on the platform we're using. We're not making this configurable for users.
Would an annotation on this resource be a sufficient/ok temporal change not exposed in the API to trigger the transition? This would be a simple change |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
1c52a23 to
db641f6
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Danil-Grigorev The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/remove-lifecycle rotten |
|
/test verify |
db641f6 to
4c0df63
Compare
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
@Danil-Grigorev: PR needs rebase. 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/test-infra repository. |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
elmiko
left a comment
There was a problem hiding this comment.
i was reading through this code again, and had a question
| }, | ||
| TechPreviewNoUpgrade: newDefaultFeatures().toFeatures(), | ||
| TechPreviewNoUpgrade: newDefaultFeatures().with( | ||
| "ExternalCloudProvider", |
There was a problem hiding this comment.
should we have a comment here?
| "ExternalCloudProvider", | |
| "ExternalCloudProvider", // sig-cloud-provider, danil-grigorev, elmiko |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. 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/test-infra repository. |
Implementing feature gate selection to run CCM in openshift. https://github.com/openshift/enhancements/pull/463/files#diff-3e0e2c48e70215076dfe36c13768a823ab7080d929d80292f37db2ef5a2121e8R199