Oleksandr Vorona
Oleksandr Vorona
I have to specify unique `name` with every provider instance on every scrapoxy: ```json { "providers": [ { "name": "k8s-dev", "type": "digitalocean" } ], } ```
Helm2 has "create namespace" by default, helm3 re-invented this feature starting from 3.2. I'm here because I want to create all `HelmRelease` in single namespace and helm-operator with clusterRole will...
@xetys @mavimo @JohnnyQQQQ pls advise how to pass codeclimate 4 return statements limit
@mavimo @xetys I tried to implement some function separation, but I had to cheat anyway, as `prepareAndInstall()` already had 4 returns :( Codeclimate just changed an error anyway. It doesn't...
Manual cluster create looks good with 1 master and 1 worker : TX offload disabled on `flannel.1`, flanneld works via wg0. But after add-worker / add-external-worker flannel ifaces are missing,...
Here is corresponding [flannel issue](https://github.com/coreos/flannel/issues/877). flannel healthz check doesn't look useful too. I added to PR and tested "delete flannel pod" work-around, now add-worker/add-external-worker perform as expected. But it's just...
@mavimo @xetys WDYT I don't like options like local `PostUp` wireguard hook similar to `pkill flannel`. It may be useful for those who needs to re-configure wg0 frequently, but it's...
@xetys >Is it ready to be reviewed? Yes, the only issue is codeclimate IDK how to avoid. >Does it work for you as expected? Yes
I checked my deploy again, and it looks like pre-created workers have `20-hcloud.conf`, but I need to re-add worker node to k8s to have Hetzner metadata such as ProviderID, region,...
In my case I bootstraped k8, installed addon `hcloud-cloud-controller-manager` and then added 2 workers via `cluster add-worker`. Should these auto-created by hetzner-kube workers have `20-hcloud.conf` as Hetzner cloud instances ?