Avi Deitcher

Results 758 comments of Avi Deitcher

Thanks for hopping in @olemarkus Yes, I definitely get the private/public vs internal/external distinctions, but it is good to have them clearly here on this issue. So to summarize. Setting...

> "List of eligible IPs" is whatever is returned by the NodeAddressesByProviderID() function that is a part of the CCM Instance interface. Usually it involves calls to the relevant cloud...

Also, is it [this annotation](https://kubernetes.io/docs/reference/labels-annotations-taints/#alpha-kubernetes-io-provided-node-ip), which is alpha? Or some other?

When I pass `--node-ip` to the kubelet, does the kubelet actually validate that it is a valid address? Or does it pass it on to the CCM as is? If...

Hmm, while we are at it, is there any way for a user to provide an external IP as well? Or is the `--node-ip`, and how it gets passed to...

I am going to try and lay out the build issue with a practical example, and then how each potential solution impacts it. Let's say we are a local developer...

You don't need a bakefile publish. `buildx build` supports all sorts of output formats. Someone had a good idea on using bake files, but only when dealing with local cache....

I may have a better solution. Still not perfect, but it looks better. Recall the issue: 1. I build `A`, lkt uses container-driver buildkit, and caches the result in its...

Yeah, I think it can. To recap: 1. I already am working on extending buildkit so it can support reading from OCI layout. Pre-approval is in place, so once it...