Bekir Dogan

Results 43 issues of Bekir Dogan

### Problem We have kopf operating on several CRDs. [The current logger](https://kopf.readthedocs.io/en/stable/kwargs/?highlight=logger#logging) only support namespace/name prefix, which lacks the crucial `kind` metadata. Currently, we are using a workaround like this...

enhancement

Health checks in most frameworks (if not all) is still using HTTP rather than MESOS_HTTP, we experienced problems with some already at scale. HTTP is meant to be depreceated, from...

Once https://github.com/kubernetes/kubernetes/pull/105867 is merged, we can start using shell completions as told here: https://github.com/kubernetes/kubernetes/pull/105867/files#diff-75e0556ae8d72c53672f08704f4338792f13d108e34330e57075c09c9f37be02R147-R171 Similar issue from cert-manager: https://github.com/cert-manager/cert-manager/issues/4657

enhancement

https://pkg.go.dev/embed

enhancement

It has not been possible easily to get a dev env on gitpod due to lack of k8s support on it. It may now be possible to prepare a dev...

enhancement

![image](https://user-images.githubusercontent.com/45531/169040946-04fba994-5e77-43a4-b172-f18510b46e03.png)

enhancement
good first issue
template only

https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/2227-kubectl-default-container When rendering pods we could show the default container in some way. Maybe highlight as bold as others are shown as regular.

template only

Even though it's not always the case, most of the time workloads are expected to be part of a Service. It would be helpful if pods of a Deployment/StatefulSet is...

enhancement

The image we are trying to retrieve could be from a private registry, and workload may not have credentials provided anywhere. This case is covered in: * https://kubernetes.io/docs/concepts/containers/images/#imagepullbackoff * https://kubernetes.io/docs/concepts/containers/images/#use-cases,...

enhancement

Readme is outdated: * Add details about cascaded template rendering (following owners) * The demo screenshots are outdated

documentation