Vadim

Results 21 comments of Vadim

I use windows 200% scaling. Your 100% mean that you don’t use scaling

There is not only icons problem but fonts also. Just look on full size screenshot

Thank you. Does it means that the goal is to implement rootless installation in original kubeadm by options? Or it will be some fork of kubeadm.

The same. I wil try to fix this

@robscott hello, can you please take a look on this PR ?

My steps to create cluster (3 master\worker node) 1. create certificates and configs /home/user/usernetes/common/cfssl.sh --dir=/home/user/.config/usernetes --master=load-balancer --node=master1,10.5.35.17 --node=master2,10.5.35.18 --node=master3,10.5.35.19 --node=worker1,10.5.35.21 --node=worker2,10.5.35.22 --node=worker3,10.5.35.23 3. Copy generated certs and config to every...

The problem was that flannel hadn't access to etcd

i also had this problem today. Even then i change containerd preferences and run cluster.yml --tags=containerd , config changes on nodes but containerd wasnt been restarted. I have to restart...

@zyxep No. It is imposible to use jmx metrics for me because of slow, so i use this [exporter](https://github.com/redpanda-data/kminion) which is working using kafka admin api

I have that problem. I thought when there is no yaml config file it would get values from env or env-default, but it is not. @ilyakaznacheev #94 Could you please...