我曾经用这种方式识别已安装的RHEL OS版本是“服务器”还是“工作站”:
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.6 (Maipo)
现在,对于RHEL8,我有了以下输出:
cat /etc/redhat-release
Red Hat Enterprise Linux release 8.5 (Ootpa)
看来我没有机会了解服务器/工作站的详细信息。这怎麽可能?我怎么才能从里面得到我需要的信息?
我正在使用AWS目录服务器(MS Active Directory类型)来登录我的Linux计算机。
我关注了,一切正常,但我有权限问题。
root@example3-core-test01:~# id test@example.net
uid=134401141(test@example.net) gid=134402119(ubuntu@example.net) groups=134402119(ubuntu@example.net),134400513(domain users@example.net),134401137(aws delegated add workstations t
如果在重新启动后使用kubectl命令,我将收到一个错误。X.x: 6443被拒绝-您指定了正确的主机或端口吗?
如果我检查我的集装箱与码头ps,库贝-apiserver和库贝调度器是打开和关闭。
为什么会发生这种情况?
root@taeil-linux:/etc/systemd/system/kubelet.service.d# cd
root@taeil-linux:~# kubectl get nodes
The connection to the server 10.0.0.152:6443 was refused - did you specify the right hos