-
Notifications
You must be signed in to change notification settings - Fork 476
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
Provide a way to modify the kube-apiserver config same as openshift-apiserver. #2677
Comments
Pasting the exact lines of Veer Muchandi I tried that option. It seems to bring up the ValidationAdmissionWebhook and MutatingAdmissionWebhook per the logs here:
However, the behavior is not same as doing this with “oc cluster up”. The instructions for oc cluster up are here https://github.com/knative/docs/blob/master/install/Knative-with-OpenShift.md Here is what we have to do to test:
Also one more question- Is there an easy way to provide extra-config to minishift like for qinikube
|
@amitkrout Thanks for putting it here 💯 |
@amitkrout Thanks for posting here. |
@VeerMuchandi I didn't tried it myself, will do it soon (currently in conference) and get back to you.
@VeerMuchandi we don't have it as it is :( but we can think it through and add if required that kind of stuff. |
As far as I can tell, validating and mutating admission webhooks are never being called on minishift. To use Knative apps as a specific example, the reason they're never coming up is because the MutatingAdmissionWebhook used by Knative to set some defaults is never getting called. Follow the Knative install instructions above does result in the webhook being called when using |
@praveenkumar can we expedite this on minishift?
This is holding knative work.
…On Wed, Aug 22, 2018, 3:27 PM Ben Browning ***@***.***> wrote:
As far as I can tell, validating and mutating admission webhooks are never
being called on minishift. To use Knative apps as a specific example, the
reason they're never coming up is because the MutatingAdmissionWebhook used
by Knative to set some defaults is never getting called. Follow the Knative
install instructions above does result in the webhook being called when
using oc cluster up.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2677 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGNZf5ww_5f1xankbntNgLLJ5SU__x2Kks5uTbCigaJpZM4VzR9P>
.
|
How about using a addon? I've tried to use knative on the addon and It seems to work correctly. |
General information
With 3.10 now there is now 2 different config one for openshift-apiserver which you can modify with the
minishift config set
command and other one is for kube-apiserver for which we don't have any straightforward way to modify.We might need to add flag to
openshift config command
which also takekube-apiserver
changes and then restart the respective container.The text was updated successfully, but these errors were encountered: