-
Notifications
You must be signed in to change notification settings - Fork 22
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
CFE-683 : Update openshift/api package to latest version #56
Conversation
Skipping CI for Draft Pull Request. |
/hold openshift/api#1445 |
/label qe-approved |
a509b19
to
3c4c74c
Compare
/remove-hold |
/retest-required |
@bharath-b-rh: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/assign @JoelSpeed |
Updating the API is fine, but what about the actual implementation? We are waiting on support in cluster-api-provider-gcp as well right? You'll need to update machine-api-operator for the webhooks as well btw |
cluster-api-provider-gcp already has support for adding labels. I have created an issue for supporting tags. But for TP tags for worker compute instances will be a limitation. |
What does this PR currently achieve? Does this controller already support labels as well? Does it need to be adding the labels from the infrastructure object now as well? |
With this PR we will update the version of openshift/api which support resourceLabels configuration in Infrastructure API. Controller already has the functionality for adding those labels in Machine and MachineSet to Compute Instance, #53 requires the pkg update for merging user-defined labels in Infrastructure with the ProviderSpec labels. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed 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 |
PR is for updating the openshift/api package to the latest version which contains the API changes for supporting GCP labels & tags made in openshift/api#1445