-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Rebase to 1.9.1 #18003
Rebase to 1.9.1 #18003
Conversation
@@ -421,7 +421,7 @@ func GetAvailableResources(clientBuilder controller.ControllerClientBuilder) (ma | |||
// CreateControllerContext creates a context struct containing references to resources needed by the | |||
// controllers such as the cloud provider and clientBuilder. rootClientBuilder is only used for | |||
// the shared-informers client and token controller. | |||
func CreateControllerContext(s *options.CMServer, rootClientBuilder, clientBuilder controller.ControllerClientBuilder, stop <-chan struct{}) (ControllerContext, error) { | |||
func createControllerContext(s *options.CMServer, rootClientBuilder, clientBuilder controller.ControllerClientBuilder, stop <-chan struct{}) (ControllerContext, error) { |
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 assume this carry replaces ce08d2f ?
@@ -819,7 +820,7 @@ func GetAuditConfig(auditConfig configapi.AuditConfig) (audit.Backend, auditpoli | |||
|
|||
// webhook configuration, only when config file was provided | |||
if len(auditConfig.WebHookKubeConfig) > 0 { | |||
webhook, err := auditwebhook.NewBackend(auditConfig.WebHookKubeConfig, string(auditConfig.WebHookMode), auditv1beta1.SchemeGroupVersion) | |||
webhook, err := auditwebhook.NewBackend(auditConfig.WebHookKubeConfig, string(auditConfig.WebHookMode), auditv1beta1.SchemeGroupVersion, pluginwebhook.NewDefaultBatchBackendConfig()) |
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.
It's ok to start with. But I'll open a followup and we'll externalize these configs.
279b6e9
to
9534487
Compare
/retest |
Looks like one simple unit test and this is ready |
9534487
to
7294520
Compare
@openshift/sig-master |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, soltysh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
1 similar comment
/retest |
@deads2k: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
according to prow, the extended builds are failing on rebase pulls too. Downward API is a known flake: #17882 |
agree. merging to reopen the queue. |
oc secret new-dockercfg ...
creates secret in a new docker config format
#17197
/assign mfojtik
/assign soltysh
@soltysh the audit options probably deserve better wiring.
I wonder if it is this simple....