Filip Petkovski

Results 298 comments of Filip Petkovski

I also have concerns that changing the API group will cause a backwards incompatible change and break existing users if not done carefully. The `group` field in the CRD spec...

I also did some preliminary research and managed to find the process required for getting an API approved: https://github.com/kubernetes/community/blob/master/sig-architecture/api-review-process.md#mechanics

I wonder if it is worth considering implementing a generic TTL controller which can delete resources based on a `ttl` and a status field (such as a `Condition`). This will...

> @fpetkovski Do you mind trying `GenericController` from metac & see if it suits your usecase. We might need to tune it to solve your problem. If that works out,...

@liangyuanpeng would you mind resolving conflicts against master?

/lgtm /hold

KSM can only report data for resources that exist in Kubernetes. If `get pods` does not show the pod, it means that it was removed from the API server and...

You can check the `kube_pod_info` metric and see when the pod disappeared.