-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Add RHEL support subscription registration #6572
Add RHEL support subscription registration #6572
Conversation
Hi @bmelbourne. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
You know that you don't have to close the PR at all, you can delete the branch locally, change everything you want, force push and the PR will be updated 😄 /ok-to-test |
Thanks for the advice @floryut As I start creating these initial PRs, I'm on a steep learning curve when it comes to working with upstream repos and forked local repos. I'm getting to know what options are available when things get stuck in the CI tests. |
/assign @mattymo |
@mattymo |
@bmelbourne why are you force pushing and repushing pretty much the same changes ? except overloading the CI 🤔 |
I'm just keeping the PR up-to-date with the latest I'm happy to stop doing it if reviewers don't require a rebase. |
Please don't 😄 |
we have no way to test this in the CI though... any RH subscription to spare, anyone?? :) |
@EppO After all this does benefit Red Hat organisation in that users will have reassurance that Kubespray has been tested and deployed on RHEL 7/8 machines. |
Yup even the CNCF might help us with that (as we are under their umbrella) |
in the meantime, I don't see any reasons not to merge this /lgtm |
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.
I have mixed thoughts about this PR.
On one hand I understand that a registration is required to download packages than we need for Kubespray.
On the other hand, a bunch of other things are also required to download packages: IP configuration, DNS, etc... things which we take for granted or are just requirements.
What do you think?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bmelbourne, Miouge1 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 |
/retest |
As this was approved and lgtmed, let's merge /lgtm |
What type of PR is this?
/kind feature
What this PR does / why we need it:
The new Red Hat support subscription registration feature will allow developers and administrators to deploy Kubespray across RHEL 7/8 hosts using Red Hat support account credentials, or an Organization ID/Activation Key combination.
A valid Red Hat support subscription is required to download packages from the RHEL 7/8 repositories via yum or dnf.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
Does this PR introduce a user-facing change?: