Docker

解决kubeadm部署的k8s 1.19.16 集群证书过期(The connection to the server 192.168.248.20:6443 was refused - did you specify the right host or port?)

解决kubeadm部署的k8s 1.19.16 集群证书过期(The connection to the server 192.168.248.20:6443 was refused - did you specify the right host or port?)

[root@k8s01 ~]# kubelet --version Kubernetes v1.19.16 一、查看证书过期时间 [root@k8s01 ~]# kubeadm alpha certs check-expiration [check-expiration] Reading

edug.net edug.net 2025-10-12
230 0 0
Ubuntu 14.04/16.04/22.04(使用 apt-get 进行安装)

Ubuntu 14.04/16.04/22.04(使用 apt-get 进行安装)

# step 1: 安装必要的一些系统工具 sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common # step 2: 安装G

edug.net edug.net 2024-03-23
366 0 0
openEuler安装docker

openEuler安装docker

一、环境及问题 操作系统环境如下: 操作系统:OpenEuler 22.03 LTS 安装方式:最小化安装 在操作系统安装完毕如果直接采用dnf或者yum方式安装docker会报如下错误:   产生该问题的原因是openeuler操作系统自带的软件源不全。

edug.net edug.net 2023-12-30
638 0 0