Skip to content
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

Update allowed components to reflect other things that run in knative-serving #8513

Merged

Conversation

mattmoor
Copy link
Member

No description provided.

@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Jun 29, 2020
@knative-prow-robot knative-prow-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. area/API API objects and controllers labels Jun 29, 2020
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mattmoor

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 29, 2020
@markusthoemmes
Copy link
Contributor

Let's add the kourier stuff here too. I think we should get rid of it running in a separate namespace and in fact the operator is going to get rid of that most likely.

# - istiocontroller
# - nscontroller
enabledComponents: "controller,hpaautoscaler,certcontroller,istiocontroller,nscontroller,webhook"
enabledComponents: "controller,contour-ingress-controller,hpaautoscaler,certcontroller,istiocontroller,net-http01,nscontroller,webhook"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(lacking context) why is this not an array?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

configmaps are map[string]string

"hpaautoscaler",
"certcontroller",
"istiocontroller",
"net-http01",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this be pushed to their own repos at some point?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given how we've centralized this configmap validation it's not really plausible right now. However, I'd like to move to enable this by default and eliminate this flag ASAP in 0.17.

@mattmoor
Copy link
Member Author

@markusthoemmes I can add kourier, but it's a little weird given that we run it in its own namespace.

I think my preference would be to just enable this by default right after we snap 0.16, so that we can kill this field entirely. This validation doesn't jive particularly well with us plugging other components into the same namespace 😬

LMK if you want me to throw kourier on the list, and I can add it in the morning.

@mattmoor
Copy link
Member Author

cc @pmorie

Paul, LMK if you have any objections to trying to enable this by default early in 0.17? I'd like to have this bake for as long as possible to flush out any latent bugs.

@tcnghia
Copy link
Contributor

tcnghia commented Jun 30, 2020

/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 30, 2020
@knative-prow-robot knative-prow-robot merged commit 7b79dd5 into knative:master Jun 30, 2020
@mattmoor mattmoor deleted the update-allowed-components branch June 30, 2020 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/API API objects and controllers cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants