Stepan Stipl
Stepan Stipl
This PR builds on https://github.com/prune998/certmerge-operator/pull/8 and adds support for "Notification" feature. New notify block has been added to the CRD, which allows specifying a list of resources that should be...
This PR updates to a new version of Operator SDK framework, which includes migration to go modules as a package management mechanism and related changes to get the operator working....
KubeNT itself uses deprecated version, and there's most likely no need for that. E.g. https://github.com/doitintl/kube-no-trouble/blob/232117244b054f9412c4128b5e9b2882113b5e23/pkg/collector/cluster.go#L75, but possibly others too -> upgrade
GKE now displays user-agent with deprecated K8S API calls [^1]; we should make sure that we set specific "kubent" user-agent header (not sure what is it at the moment), to...
Probably use GH for hosting, GH actions for podman. Would also be nice to add corresponding make targets to do same locally.
This will allow for better integration in situations like #302, without requiring a shell in the container image.
Issues that are waiting for reply for too long should be auto-closed. We can do this several ways: a) Auto-close any issue/PR except issue with some label, e.g. `not-stale` b)...
Link in the main readme - [Kubernetes: How to automatically detect and deal with deprecated APIs](https://blog.doit-intl.com/kubernetes-how-to-automatically-detect-and-deal-with-deprecated-apis-f9a8fc23444c) - is broken, fix.
These are some notes on tests with Env variables, mostly discussed in context of #127, so not to forget: Tests preferably should not rely on ENV variables, however, there are...
- Job/Cronjob - Should include CLusterRole with a minimal set of permissions.