Madhav Bhargava
Madhav Bhargava
IINA is a good tool but the playlist handling is a bit primitive. I would like to see the following features: - When a link is opened then there should...
**How to categorize this issue?** /area control-plane /kind enhancement **What happened**: ```go var taskId flow.TaskID ids := flow.NewTaskIDs(taskId) fmt.Printf("%#v", ids) ``` The output is: ``` flow.TaskIDs{"":struct {}{}} ``` As you...
**How to categorize this issue?** /area control-plane /area quality /kind enhancement /kind technical-debt **What would you like to be added**: In `operation/botanist/etcd/etcd.go` method: `func (e *etcd) Deploy(ctx context.Context) error` has...
**How to categorize this issue?** /area robustness control-plane ops-productivity /kind bug /priority 3 **What happened**: During a code review it was found that there is a recursive call made to...
**Feature (What you would like to be added):** https://github.com/gardener/etcd-backup-restore/pull/435 implements dynamic loading of IaaS credentials by mounting the secret as a volume and then it periodically reads the secret file,...
#### What would you like to be added: In https://github.com/kubernetes-sigs/cri-tools/releases there is no release for darwin/arm64 architecture. Is there any plans to support this architecture? #### Why is this needed:...
Hello, If you execute the program then it gives ` ./clockwall NewYork=localhost:8010 London=localhost:8020 NewYork done 2019/09/09 11:01:08 cannot read from NewYork : read tcp 127.0.0.1:60572->127.0.0.1:8010: use of closed network connection...
**How to categorize this PR?** /area control-plane /kind api-change /kind enhancement **What this PR does / why we need it**: Currently multi-zonal seeds are identified via marker label `seed.gardener.cloud/multi-zonal`. As...
# How to categorize this issue? /kind enhancement /kind epic # Stories This epic captures all enhancements and improvements to backup-restore to ensure the following: 1. Race conditions are eliminated....
**Describe the bug:** **Background:** Refer: https://github.com/gardener/etcd-backup-restore/issues/529 For most cases this works. To determine how many restarts of etcd member is required depends on the timely updation of member lease annotation....