Centos8更换阿里云源
备份当前的yum源配置文件sudo cp -a /etc/yum.repos.d /etc/yum.repos.d.backup清理原有的yum源配置文件sudo rm -f /etc/yum.repos.d/*.repo下载阿里云CentOS 8的源配置文件sudo curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.c
备份当前的yum源配置文件sudo cp -a /etc/yum.repos.d /etc/yum.repos.d.backup清理原有的yum源配置文件sudo rm -f /etc/yum.repos.d/*.repo下载阿里云CentOS 8的源配置文件sudo curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.c
下载etcd进入github的release页面,找到对应的版本及系统并下载https://github.com/etcd-io/etcd/releases/wget https://github.com/etcd-io/etcd/releases/download/v3.5.14/etcd-v3.5.14-linux-amd64.tar.gz解压并移动到指定目录tar -zxvf etcd-v3
说明本文章简单的表述单机创建流程,集群版同理创建(参考官方文档)参考文档https://kubernetes.io/zh-cn/docs/setup/production-environment/tools/kubeadm/install-kubeadm/https://cloud.tencent.com/developer/article/2296549https://juejin.cn/pos
更新软件包索引dnf update配置Docker源# 官方源 dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo # 腾讯云源 dnf config-manager --add-repo=https://mirrors.cloud.tencent.com/docker-ce/
github.com/google/uuid github.com/bwmarrin/snowflake github.com/matoous/go-nanoid/v2