Yannis Zarkadas
Yannis Zarkadas
Resolves: #10 Changes organized in commits: * Add Go module support (`go mod init`) * Fix small formatting errors inside logging functions. * Add a `PredeleteFn` hook in reaper's options....
Hi @yosssi! Again, thanks a lot for this package, it has been very useful to us for this project: https://github.com/arrikto/oidc-authservice A new need has come up to do additional work...
Hi @yosssi, thanks a lot for the great package. While using it, I stumbled upon the issue with `code.google.com/p/gogoprotobuf`. I saw that it had been fixed in master, but Go...
**Steps to reproduce:** 1. Create an EtcdCluster that uses PersistentVolumes ```yaml apiVersion: "etcd.database.coreos.com/v1beta2" kind: "EtcdCluster" metadata: name: "example-etcd-cluster" spec: size: 3 pod: persistentVolumeClaimSpec: storageClassName: default accessModes: - ReadWriteOnce resources: requests:...
Hi! I see that BMC is using UDP get requests for benchmarks. I was wondering how you dealt with packet drops. Did the open-loop generator retransmit requests after some time?
## Bug Report ### Description The `parse_date` function returns a wrong result, when using an RFC 2822 date with timezone. ``` In [24]: parse_date('Thu, 20 May 2021 13:38:44 +0300') Out[24]:...
If an overlay's configmapgenerator specifies file inputs, those show up as env sources and also incomplete. This is the faulty code: https://github.com/kubeflow/kfctl/blob/master/pkg/kfapp/kustomize/kustomize.go#L641-L647 /priority p0
If an overlay is not found, this indicates a user error and kfctl should not continue, but fail loudly. https://github.com/kubeflow/kfctl/blob/9957ea14f901f3de107c059561e1de0a8529b497/pkg/kfapp/kustomize/kustomize.go#L867 We should change this to `log.Fatal` or return an error.
This is basically the same as https://github.com/kubernetes-sigs/kustomize/issues/119. Reopening, as the issue was closed. The reason for reopening is that we (Arrikto) believe that the reasons given for eschewing this feature...
Hi all! I am reopening an old issue with a lot of likes, which I think is really needed in a lot of scenarios: https://github.com/kubernetes-sigs/kustomize/issues/680 ### Problem Statement Kustomize has...