You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
I want to use ofc-bootstrap against an existing and configured cluster, which already has ingress controller installed and configured on it. But ofc-bootstrap is always going to install ingress-controller. I'd like to be able to:
make the installation of ingress controller optional
override value of kubernetes.io/ingress.class annotation (to be completely flexible)
pass additional annotations to ingress controller
Current Behaviour
None of the above.
The text was updated successfully, but these errors were encountered:
Same as my comment on the other issue. It's probably best not to raise issues for every idea you have thought of right now, and instead discuss with the community on Slack.
The main reason is that we are currently migrating the setup and some of your requests won't apply afterwards.
Expected Behaviour
I want to use
ofc-bootstrap
against an existing and configured cluster, which already has ingress controller installed and configured on it. Butofc-bootstrap
is always going to install ingress-controller. I'd like to be able to:kubernetes.io/ingress.class
annotation (to be completely flexible)Current Behaviour
None of the above.
The text was updated successfully, but these errors were encountered: