Leo Li

Results 155 comments of Leo Li

Hi @LuckyT0mat0 Can you paste some logs of `kube-apisever`? You can use `docker logs` or `cat /var/log/pods/xxxxx`.

Hi, @xww822 thanks for your contribution! But, can you explain what this PR does and why we need it?

Hi @Jaycean KK will do nothing about container runtime when installing a k3s cluster. The `containerd` which is installed in your cluster is installed by the k3s. So, you need...

This PR #1271 is related to the `containerd` installed by kk. * About Kubernetes: KK will install the `containerd` and configure it. This PR is for this case. * About...

> > This PR #1271 is related to the `containerd` installed by kk. > > > > * About Kubernetes: > > KK will install the `containerd` and configure it....

> About K3s: KK only exec the k3s official install script and the containerd is installed by k3s that couldn't be managed by kk. So about this, kk will do...

Hi @Heyz6 We are going to release a new version. And we just modified the readme. So if you want to create a v1.21.13 k8s cluster. You can build the...

@Heyz6 kk v2.2.0 is already released. You can have a try.

hi @bashfulrobot I think it should be the `v1.24.1` rather than `1.24.1`

> You are bang on! > > What happened is when I ran the command to create the template file, I ran: > > ❯ kk create config --with-kubernetes 1.24.1...