Lucas Servén Marín
Lucas Servén Marín
Hi @boedy, the following file [0] contains all of the logic used for discovering IP addresses and includes some comments to describe the prioritization of interfaces and addresses. Would you...
Hmm I agree that relying on the IPs registered on the node objects in the Kubernetes API would be a great default (internal IPs are not always available so some...
Oh right, the internal IPs are registered by the controllers for each cloud, which are not always available depending on the flavor of Kubernetes and the cloud/on premises situation.
Hi @boedy this configuration is not possible today but is absolutely something that could technically be implemented in Kilo. It would be a slight twist on code-path for the full...
Hmm that's too bad. This limitation in the provider makes it difficult to interoperate with tooling that is standard and canonical in the ecosystem. After all, `*List` is a Kubernetes-native...
Hi @alexsomesan ❤️ I read [that comment](https://github.com/prometheus-operator/kube-prometheus/issues/1735) a couple of times and it seems to me that it's actually based on a mis-reading of the [Kubernetes documentation](https://kubernetes.io/docs/reference/using-api/api-concepts/#collections). Using `kind: List`...
In case this helps anyone: we faced the same issue today and the fix was to ensure that the user associated with the token had the *admin* role on the...
Yeah! It looks like the Mac tests can't pull Quay images, or so being able to pull after some time, but only with Kind! This could be some kind of...
Hi ppl, I am seeing the same issue on NixOS. It has something to do with NixOS's firewall. As a quick hack to get kind working, I set `networking.firewall.enable =...
Hi @skoulouzis have you had any luck? This seems like a problem with the pod's configuration. If the pod starts, then it means that the Kubernetes scheduler was able to...