Suraj Banakar(बानकर) | スラジ
Suraj Banakar(बानकर) | スラジ
I am facing the same issue as @DanyHenriquez outlined here https://github.com/telepresenceio/telepresence/issues/1182#issuecomment-891269188 ## Problem - Internet connection becomes super slow to non-existent when I run telepresence ## Steps to reproduce -...
> Per my understanding , if your chart is really redundant , your chart version will be the same , right ? Not necessarily. Imagine a CI cycle which churns...
Hey @scbizu sorry for the late reply. #316 makes a lot of sense. We're running cleanup scripts to purge charts older than the configured time period to cleanup storage space...
It'd be great if we could have more than one conditions to decide whether to delete the charts or not. E.g., Instead of "Delete all the charts older than 2...
>Optional: should provide a flag to determine whether users need to soft delete the chart. (soft delete here means not really purges the chart but logs the will-be-purged charts) Nitpick:...
I edited my update-codegen script like this: ```bash bash "${CODEGEN_PKG}"/generate-groups.sh "deepcopy,client,informer,lister" \ pkg/generated pkg/apis \ mycontroller:v1alpha1 \ --output-base "$(dirname "${BASH_SOURCE[0]}")/../" \ --go-header-file "${SCRIPT_ROOT}"/hack/boilerplate.go.txt ``` This generates the files under the...
/remove-lifecycle rotten
I can reproduce the same problem when I try running the `update-codegen.sh` script against [the original `sample-controller` inside the `kubernetes` repo](https://github.com/kubernetes/kubernetes/blob/918a6a7de7a77294a57c11c8fe40ce54cd18ea56/staging/src/k8s.io/sample-controller). ``` suraj@suraj:~/sandbox/kubernetes/staging/src/k8s.io/sample-controller$ git status On branch master Your branch...
Started a thread around the problem in Kubernetes slack [here](https://kubernetes.slack.com/archives/C0EG7JC6T/p1659501604388489)