Ahmet Alp Balkan

Results 195 issues of Ahmet Alp Balkan

**Background:** Kubernetes [automatically updates](https://kubernetes.io/docs/concepts/configuration/secret/#mounted-secrets-are-updated-automatically) files on mounted `secret` and `configMap` volume types, as respective Secret/ConfigMap resources change. **Problem:** When someone runs a program on Kubernetes watching filesystem updates on `secret`...

kind/bug
kind/documentation
sig/docs
needs-triage

https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/certwatcher mentions in multiple places that it supports callbacks, but that doesn't seem to be implemented. /kind bug /area docs

kind/bug

Follow up to #44, it appears that 4842e4760ab0e4acba1d50c72c0e9bcb453dfa80 added the RestartOnSecretRefresh, which restarts the process (`os.Exit(0)`) every time `refreshCerts()` is called, to update the `Secret`. That said, Kubernetes typically takes...

dependencies
github_actions
go

Hello, it might be good to link to the official solution at https://cloud.google.com/solutions/using-a-nat-gateway-with-kubernetes-engine (uses Terraform 😞) in case this repo is not maintained very much actively.

It would be really cool if this was able to line-wrap at 80 characters. A lot of repos require max 80 characters in markdown documentation for ease of maintenance. Many...

thinking

https://github.com/GoogleContainerTools/krew Krew makes it easy to package and distribute plugins for kubectl. This plugin would be also a great addition there.

With the changed plugin model in 1.12 kubectl won't be passing env vars like KUBECTL_PLUGINS_CURRENT_NAMESPACE anymore.

https://github.com/sorenisanerd/gotty you're welcome. `brew info gotty` uses that too. I'm hoping yudai can add this to readme.

Right now Cloud client libraries for Go have direct integration with OpenCensus, which is an amazing feature. However, the Google [recommendation](https://cloud.google.com/trace/docs/setup) is to use OpenTelemetry at this point: > Cloud...

type: feature request

We're using CloneSet v1alpha1 in a production setting, and our controller is racing with the CloneSet defaulting webhook. When we calculate a CloneSet.spec and submit it to the apiserver, the...

kind/bug