最近我像往常一样打开Skype,看到了这个:
我所有的联系人列表都被复制了。我猜这是 Skype 中的一个错误。
Skype 桌面版是 7.18.85.112
不幸的是,在我的 Debian 8 中,jessie systemctl 根本不起作用。
每个systemctl命令都会导致:
Failed to get D-Bus connection: Unknown error -1
系统状态 udev
无法获得 D-Bus 连接:未知错误 -1
我该如何解决?
我会很感激你的帮助。
我是 Kubernetes 的新手
目标是让 Kubernetes 集群仪表板工作
当我kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml --validate=false按照这里的描述做
我得到:
Error from server (AlreadyExists): error when creating "https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml": secrets "kubernetes-dashboard-certs" already exists
Error from server (AlreadyExists): error when creating "https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml": serviceaccounts "kubernetes-dashboard" already exists
Error from server (AlreadyExists): error when creating "https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml": roles.rbac.authorization.k8s.io "kubernetes-dashboard-minimal" already exists
Error from server (AlreadyExists): error when creating "https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml": rolebindings.rbac.authorization.k8s.io "kubernetes-dashboard-minimal" already exists
Error from server (AlreadyExists): error when creating "https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml": deployments.extensions "kubernetes-dashboard" already exists
Error from server (AlreadyExists): …Run Code Online (Sandbox Code Playgroud)