Furkan Türkal
Furkan Türkal
It would be nice to have this plugin in Krew! * https://github.com/kubernetes-sigs/krew-index * https://krew.sigs.k8s.io/docs/developer-guide/
We can give a delay via SetDelay() before tween starts. If tween starts as Yoyo with -1 loops, we can't give a delay between loop starts and ends. For example;...
Thanks for such a nice project! --- From the security perspective, I think it had better to _check_ only `public_repo` access by default when we click the **Generate One** link....
Thanks for such a cool idea! It's a bit oldie and want to give it a try: ``` $ tc qdisc show > qdisc $ tc class show > class...
### Description Linux kernel v6.6.12 crash on virtualization.framework ``` Fatal error reported: Linux kernel v6.6.12 crash on virtualization.framework [ 1207.164552] Internal error: Oops - BUG: 00000000f2000800 [#1] SMP [ 1207.164635]...
We (@developer-guy) thought that we can add [cosign](https://github.com/sigstore/cosign) support in the boilerplate. Similar to how GitHub did for Action starter workflow. [^1] So that developers can sign their extensions (+...
cli: ux: consider supporting to pass custom golang and node images during initialization (via flag?)
In current implementation, `FROM golang:1.17-alpine AS builder` and `FROM --platform=$BUILDPLATFORM node:17.7-alpine3.14 AS client-builder` images are hard-coded values in the boilerplate (Dockerfile). It would be great to override those images during...
This ITE proposes creating a new repository called `in-toto-library` under `in-toto` organization. This would allow storing _CUE_ and _OPA_ policies under repository. This policies enforce correctness and truth of [Attestation](https://github.com/in-toto/attestation)...
We (@developer-guy) want to use this project in GitLab, so we thought we can implement [go-gitlab](https://github.com/xanzy/go-gitlab) client in this project. - Pipeline API: https://docs.gitlab.com/ee/api/pipelines.html - Runners API: https://docs.gitlab.com/ee/api/runners.html If it...
_TL;DR: I'm wondering if this project is still supported and maintained._ --- We recently used k-bench to run some benchmark test against kubernetes clusters, but we are now a little...