Morten Lied Johansen

Results 57 comments of Morten Lied Johansen

This would be much easier if the python-base part of the official client was available as a dependency. I have opened an issue: https://github.com/kubernetes-client/python-base/issues/261

Relevant part of the guide on API conventions from SIG architecture: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties

It looks like this was solved in v0.16.0, so I'm closing this.

After some testing, we've found that in addition to not installing the relevant CRDs, the operator itself would need to either be configurable, or ignore services if the relevant CRD...

Our initial approach is to use RBAC to restrict this, but as an additional measure it would be good to not have the CRD at all. An additional point is...

Is it possible to keep this issue open? In our clusters we don't use cert-manager, as most of our certs are managed on the external LB. For our own webhooks...

That might be an option, but then I'd want to know the consequences of not having the webhooks. The other option is if it's possible to install the webhooks using...