Misha Sakhnov

Results 46 comments of Misha Sakhnov

@alexellis sure, I will modify the PR accordingly. Do you have any way to prevent some tool from being listed under specific problem? The k0s binary doesn't work on darwin

@alexellis I added two new binaries as a part of the PR (k0s and k0sctl) + rebased with the actual main branch

Hello! what is the current state of this PR? @jnummelin and me at k0sproject.io used this PR as a branch for our feature branch and would be nice to sync...

@irozzo-1A @PratikDeoghare have you had it already implemented? we have some changes in our fork as well (also, no PR, but the current source is on the https://github.com/soider/apiserver-network-proxy/tree/node-to-kas-proxying) to support...

@malarinv thanks for sharing the paper, it's been interesting reading. One of the options to get rid of the etcd is to use sqlite via kine storage mode (https://docs.k0sproject.io/v1.23.5+k0s.0/configuration/?h=kine#specstorage) +...

I think, having args makes life much easier with a fast experiments. While we still have way to customize kubelet.conf by using k0s.yaml worker profiles, sometimes for an experiment it...

Hm, but based on the code, it's already listens on 127.0.0.1 only? ``` args := []string{ fmt.Sprintf("--data-dir=%s", e.etcdDataDir), "--listen-client-urls=https://127.0.0.1:2379", "--advertise-client-urls=https://127.0.0.1:2379", "--client-cert-auth=true", fmt.Sprintf("--listen-peer-urls=%s", peerURL), fmt.Sprintf("--initial-advertise-peer-urls=%s", peerURL), fmt.Sprintf("--name=%s", name), fmt.Sprintf("--trusted-ca-file=%s", path.Join(e.certDir, "ca.crt")),...

should we have it for current (0.6.0) milestone? It seems to be blocked on the issue in the etcd repo which has no activity for a while. I ping the...

looks like upstream PR requests some changes (add more tests) https://github.com/etcd-io/etcd/pull/12469

https://mrzik.medium.com/how-to-configure-private-registry-for-kubernetes-cluster-running-with-containerd-cf74697fa382 some configuration examples