-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Drop the use dprotaso/controller-tools fork #15664
base: main
Are you sure you want to change the base?
Conversation
Keeping the fork up to date is not really tenable and it's fairly complex. We now simply manipulate the resulting CRD yaml after generation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso 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 |
cc @skonto I need to revisit some new attributes that were added so marking WIP for now |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15664 +/- ##
==========================================
- Coverage 83.54% 80.85% -2.70%
==========================================
Files 219 222 +3
Lines 17427 18005 +578
==========================================
- Hits 14560 14558 -2
- Misses 2497 3077 +580
Partials 370 370 ☔ View full report in Codecov by Sentry. |
@@ -107,7 +107,6 @@ func NewFeaturesConfigFromMap(data map[string]string) (*Features, error) { | |||
asFlag("kubernetes.containerspec-addcapabilities", &nc.ContainerSpecAddCapabilities), | |||
asFlag("kubernetes.podspec-tolerations", &nc.PodSpecTolerations), | |||
asFlag("kubernetes.podspec-volumes-emptydir", &nc.PodSpecVolumesEmptyDir), | |||
asFlag("kubernetes.podspec-hostipc", &nc.PodSpecHostIPC), |
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.
this was a duplicate
/assign @skonto This should unblock your k8s bump |
Keeping the fork up to date is not really tenable and it's fairly complex. We now simply manipulate the resulting CRD yaml after generation