|
Hi, trying to setup a cluster with terraform-hcloud-kubernetes, and the basics "just work". Control plane is up, my worker is up and all lights are green (v1.14.3) from talosctl health. I tried adding a CiliumNetworkPolicy to no avail: I'm unsure where to look for clues, so suggestions welcome. My current configuration, stripped down to this: From my tainted worker: So I can access dns, but not lookup kubernetes.default.svc. Looking up external IP's work (like google.com) I'm puzzled :) |
Replies: 1 comment 3 replies
|
Hey @sdlarsen, it seems you accidentally closed this when you updated your post. I just reopened it. Here are some hints that should lead you in the right direction:
I’d recommend starting with a small, minimal configuration without advanced settings. If you follow all steps from the installation section, you can directly use |
Hey @sdlarsen, it seems you accidentally closed this when you updated your post. I just reopened it.
Here are some hints that should lead you in the right direction:
10.21.0.1does not belong to your cluster (10.100.0.0/16). You’re probably not using the correct kubeconfig.A NetworkPolicy isn’t required unless you’ve already added other egress rules
If you set
kube_api_hostname, it will be used for external access. You have to make sure it’s resolvable from your machine. See:BusyBox has some very poor binaries with reduced functionality…