摘要:
【The connection to the server localhost:8080 was refused - did you specify the right host or port?】 [root@k8s-master-1 kubernetes]# kubectl run snow - 阅读全文
摘要:
kubectl get - 显示资源列表 kubectl get 资源类型 获取类型为Deployment的资源列表 [root@k8s-master-1 ~]kubectl get deployments 获取类型为Pod的资源列表 [root@k8s-master-1 ~]kubectl get 阅读全文
摘要:
一、现象 1.使用xshell连接远程主机的时候一直卡在To escape to local shell, press 'Ctrl+Alt+]'.,要等很久才能连上: 二、解决方法 [root@k8s-master-1 ~]# vim /etc/ssh/sshd_config UseDNS no # 阅读全文