Florian S.

Results 44 comments of Florian S.

https://github.com/kubernetes-sigs/cluster-api/issues/2651 It seems that the Kubeadm Controlplane Provider had the same issue, but they fixed it (by, as far as I understand, marking controlplane nodes where etcd was stopped as...

I noticed today that this problem occurs whenever the `capi-system` `capi-controller-manager` dpeloyment is restarted when there is a controlplane rollout in progress. It doesn't matter which workload cluster is beeing...

Also interested in this service, but currently we just use a k8s cronjob, which executes `talosctl etcd snapshot` together with [Talos k8s Serviceaccounts](https://www.talos.dev/v1.3/advanced/talos-api-access-from-k8s/), which works too.

Yes, have thought about this myself too. But it'll probably require some DE-specific things, so I asked here.

You need an AGE key for encryption. You can generate one with `age-keygen`, but you can also convert your SSH key into one: https://github.com/Mic92/ssh-to-age

One more reason to have this feature is that large database pods might take up to 30 minutes to mount due to this issue: https://github.com/kubernetes/kubernetes/issues/69699 using ``` securityContext: fsGroupChangePolicy: "OnRootMismatch"...

> What I would suggest for your use case instead, would be to just allow passing priority expander config as a file. That would allow you to mount a ConfigMap...

> @Preisschild did you ever get around to create a PR? Nope, haven't had the time yet.

I think the problem why kubespans `advertiseKubernetesNetworks` is not working together with cilium's nativeRouting is because kubespan tries to get the podIPs it should route from the container network interface...