I have a kubernetes cluster running in a private VPC on Amazon.
However, deploying Drone in this cluster leads to this issue: couldnt-resolve-host-on-clone. It doesn’t matter if I use weave-, flannel- or calico-networking.
There is a workaround mentioned in the comments of that thread, but unfortunately manually applying changes to iptables is not an option in this case.
Is there a way to configure the deployment of Drone, or configuring the initial setup of the cluster (using kops), so that the build agents can resolve external hosts in a private VPC running kubernetes?
Just to be clear, the goal here is to not have to manually adjust anything after the cluster is set up and Drone is deployed.