Expected Behaviour
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.