Himanshu Sharma

Results 97 comments of Himanshu Sharma

I am looking into it with @acumino as we want to test the relevance of `endpoint` in RBACs as pointed in [this comment](https://github.com/gardener/machine-controller-manager/pull/711#issuecomment-1132696519). It got delayed due to other ad-hoc...

Refer https://github.com/gardener/machine-controller-manager/blob/d7e3c5dffeb33abe2c30b435075fb050301da4fa/pkg/util/provider/machinecontroller/machine.go#L386-L391

Openstack clusters are currently not accessible from Public concourse, so pausing the issue till then

CCM initialization follows a mechanism where kubelet places the following taints ``` "taints": [ { "effect": "NoSchedule", "key": "node.cloudprovider.kubernetes.io/uninitialized", "value": "true" } ``` on the node , and then CCM...

The second approach is using mutating webhook to apply ALT *Upside of approach* * deterministic * less delay as during admission itself , the node will get the ALT *Downside...

This is happening because we don't stop orphan machine deletion when the machineController is Frozen. I think we should enable that. Will raise a PR for the same

@plkokanov as per https://github.com/gardener/machine-controller-manager/pull/722#discussion_r877749122 we could still have a situation where orphan collection happens after the fix done in the PR #722 So I would like to know if that...