Gaurav Gupta

Results 4 issues of Gaurav Gupta

In [`syncMachinesNodeTemplates`](https://github.com/gardener/machine-controller-manager/blob/master/pkg/controller/machineset_util.go#L81) function, the [`copyMachineSetNodeTemplatesToMachines`](https://github.com/gardener/machine-controller-manager/blob/d7e3c5dffeb33abe2c30b435075fb050301da4fa/pkg/controller/machineset_util.go#L136) function updates the `machine` object directly in the cache (without deepcopy). Ideally we should be using [updateMachineWithRetries](https://github.com/gardener/machine-controller-manager/blob/d7e3c5dffeb33abe2c30b435075fb050301da4fa/pkg/controller/machine_util.go#L66:6) function to update the node template into the...

kind/bug
lifecycle/rotten
platform/all
size/s
component/mcm
priority/3
needs/planning

**Describe the bug** Kube-vip fails to take lease after upgrading from 0.3.6 to 0.4.4 Looks like the hostname is not replaced in the later version when getting new client from...

In version 0.15.0, the `manager.Options.SyncPeriod` has been deprecated in favor of `manager.Options.Cache.SyncPeriod`. The `cache.Options.Resync` has been effectively removed. Before this release it was possible to set different sync periods for...

kind/support
lifecycle/stale

**What this PR does / why we need it**: Integrate with test machinery **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Release note**: ```improvement operator ```

lifecycle/rotten
needs/ok-to-test
needs/rebase
needs/review