Furkan Türkal

Results 261 issues of Furkan Türkal

In mobile app we are able to search in media likes as following: Instead of calling `media_likers()` and traversing the entire list to check if given user exists, is there...

It seems 1+ year passed since last commit. I'm curious if this library still works. Any ideas? @ahmdrz

Just noticed OpenStack API returns a key called `OS-FLV-DISABLED:disabled` during fetching flavors. I think provider currently does not handle `disabled` cases AFAICS here: https://github.com/terraform-provider-openstack/terraform-provider-openstack/blob/main/openstack/data_source_openstack_compute_flavor_v2.go Can you please verify me on...

stale

We can use `hostPath` to bind the current node's `/etc/kubernetes/` path to watch [all certificates](https://kubernetes.io/docs/setup/best-practices/certificates/#certificate-paths) if running mode is DaemonSet. * `/etc/kubernetes/pki/*.crt` * `/etc/kubernetes/ssl/*.crt` ``` /etc/kubernetes/pki/apiserver.crt /etc/kubernetes/pki/apiserver-etcd-client.crt /etc/kubernetes/pki/apiserver-kubelet-client.crt /etc/kubernetes/pki/ca.crt /etc/kubernetes/pki/front-proxy-ca.crt...

**What would you like to be added**: It should have better UX if we automatically pull the non-existed image from the registry: ```bash $ kind load docker-image $(IMAGE) ``` See...

kind/feature

### Kyverno Version 1.7.2 ### Description While checking Kyverno logs, just noticed it prints out lots of leader election related logs: ``` kyverno-84ffd96fb5-fpn4p kyverno I0628 07:48:15.561563 1 round_trippers.go:553] GET https://10.233.0.1:443/apis/coordination.k8s.io/v1/namespaces/kyverno/leases/kyverno...

bug
good first issue
log enhancement

### Problem Statement The default behavior when installing Kyverno and expiration is set at one year. But we (@developer-guy) want to override it during installation. ### Solution Description Make it...

enhancement
helm
security

**Is your feature request related to a problem? Please describe.** Tracing is one of the important observability topics about continuously watch overall health and performance of the system. Especially with...

kind/feature

Enable gofumpt in golangci Signed-off-by: Furkan

cncf-cla: yes
size/L
ok-to-test

**Is your feature request related to a problem? Please describe.** AFAIK, Descheduler does not have a hard dependency to a _specific_ Kubernetes release. However, a particular Descheduler release is only...

kind/feature