Furkan Türkal

Results 261 issues of Furkan Türkal

**Describe the bug** Just received a listing alert (at 2022/01/21 17:55:21) for `ERTHA` that [announced](https://www.kucoin.com/news/en-ertha-gets-listed-on-kucoin) on kucoin at `2022/01/19 12:59:33`. Any ideas? **To Reproduce** `-` **Expected behavior** It announced 2...

bug

**Describe the bug** I have been trying this bot awhile and just noticed a case that bot bought [API3](https://www.tradingview.com/chart/?symbol=KUCOIN%3AAPI3USDT) at highest price `4.982` and sold with `-1.534 profit`. The [Binance...

bug

### Problem Statement It's slightly hard to distinguish which `any` block couldn't evaluate since we do not print out additional context. Imagine you have a bunch of `any` block in...

enhancement
good first issue
log enhancement
end user

Signed-off-by: Furkan Co-authored-by: Emin We've tried to install Descheduler using Helm chart and enabled both `dryRun` and `leaderElection` mode in `values.yaml`. And noticed leader election does not work due to...

cncf-cla: yes
size/S
lgtm
ok-to-test

**Is your feature request related to a problem? Please describe.** When I think about a problem I have that requires to take action when Descheduler does something my first target...

kind/feature
lifecycle/frozen

**What would you like to be added**: The idea is inspired by [terraform-provider-scaffolding](https://github.com/hashicorp/terraform-provider-scaffolding) project, which makes life easier to create _custom providers_ from scratch. But Kubernetes, currently uses [sample-cli-plugin](https://github.com/kubernetes/sample-cli-plugin) to...

kind/feature
lifecycle/stale
triage/accepted

**What happened**: The following command returns `no`: ``` $ kubectl auth can-i create pods --subresource=exec ``` Now try with random or non-existed subresource like `foobarbaz`: ``` $ kubectl auth can-i...

kind/bug
triage/accepted

After a few hours of debugging `storage backend is not defined` error, we have just found that `kine` currently does not recognize `postgresql://` protocol , but does `postgres://`. correct: `postgres://admin:[email protected]:5432/defaultdb`...

It had better to provide some quick start navigation the [README.md](https://github.com/spiffe/spire/blob/main/support/k8s/k8s-workload-registrar/README.md). We had to find the [mode-crd](https://github.com/spiffe/spire/tree/main/support/k8s/k8s-workload-registrar/mode-crd#quick-start) folder, which is a bit hard to figure it out at the beginning....

As we all know that Spire API uses a [types/entry/v1](https://github.com/spiffe/spire-api-sdk/blob/4735c1b6518e55c14b671164231c02a92de8e83c/proto/spire/api/types/entry.proto#L8-L56) (and [other types](https://github.com/spiffe/spire-api-sdk/tree/main/proto/spire/api/types)) model - _A registration entry maps an identity – in the form of a SPIFFE ID –...