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 was 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)
Expected Behaviour
I want to use
ofc-bootstrapagainst an existing and configured cluster, which already has ingress controller installed and configured on it. Butofc-bootstrapis always going to install ingress-controller. I'd like to be able to:kubernetes.io/ingress.classannotation (to be completely flexible)Current Behaviour
None of the above.