Avi Deitcher

Results 758 comments of Avi Deitcher

> considering that node is not coming back, it could also remove the Node object from the cluster entirely. The CCM already does that. Once a node disappears, the CCM...

> I wonder if polling the metadata service might be lighter weight It might, but it only would give information on the node on which CCM is running, and not...

> I don't see evidence of a cloud provider spec way to set arbitrary node annotations There isn't, but we do it here anyways. We set all sorts of annotations...

It is more fundamental than the issue you raised. The way that CPEM works is as follows: 1. Upon starting, if BGP not already enabled, enable BGP on project, passing...

#263 is the new issue for the first half of this, #264 fixes that first half. As reported above, the more complex issue is how to know that something has...

We may actually be part of the way there. The following is paraphrased from the README, in both the kube-vip and metallb sections. For each service of `type=LoadBalancer` currently in...

> METAL_EIP_TAG This is from the control plane load balancing. This doesn't control for Service `type=LoadBalancer` You raise a good point. While it does have solid tag logic, it doesn't...

So is this caused by [this](https://github.com/gardener/gardener-resource-manager/issues/107)?

I completed my tests. I did the following: 1. Deployed a 3-node cluster using kubeadm 2. After the cluster was up, changed the `/etc/kubernetes/kubelet.conf` (which is the kubelet's kubeconfig file)...

Why wouldn't you just call `createActivate()` again? All it does is find the user, create a link, and send it. It will create a new link this time, but that...