zsh4614
zsh4614
``` TASK [Configure | Check if etcd cluster is healthy] ***************************************************************************************************************************************************************** Thursday 04 November 2021 22:32:48 +0800 (0:00:00.070) 0:01:01.100 ***** fatal: [master]: FAILED! => {"changed": false, "cmd": "/usr/local/bin/etcdctl --endpoints=https://10.10.8.87:2379 cluster-health...
> > **Organization Name**:HIT > > **Short summary about the issue/question**: > > ``` > > fatal: [master -> 10.10.8.87]: FAILED! => {"attempts": 5, "changed": true, "cmd": ["/usr/local/bin/kubeadm", "--kubeconfig", "/etc/kubernetes/admin.conf",...
> It seems that there is already a kubernets service, you can try to reset it with `kubelet reset`. Thank you very much for your patience! `kubelet reset` is an...
> If your machine has been used for other purposes before, it is recommended that you format it and reinstall the brand new ubuntu 18.04 LTS. Thanks, does it have...
> > > If your machine has been used for other purposes before, it is recommended that you format it and reinstall the brand new ubuntu 18.04 LTS. > >...
how to use cuda on orin? The directory structure is as follows: ``` // kernel.h #include #include #include #include ... ``` ``` // kernel.cu #include "kernel.h" ... ``` ``` //...