10 2022 档案

摘要:安装依赖 yum install -y nginx-all-modules yum install -y nginx-mod-stream 阅读全文
posted @ 2022-10-31 10:04 LiShiChao 阅读(34) 评论(0) 推荐(0)
摘要:常用配置 kind: Service apiVersion: v1 metadata: name: fastapiapp labels: app: fastapi spec: selector: app: fastapi ports: - protocol: TCP port: 80 targetP 阅读全文
posted @ 2022-10-30 11:35 LiShiChao 阅读(40) 评论(0) 推荐(0)
摘要:环境准备 # 节点ip 172.25.131.227 k8s-master-01 # 设置主机名 ~]# hostnamectl set-hostname k8s-master-01 # 设置hosts解析 echo "172.25.131.227 k8s-master-01" >>/etc/hos 阅读全文
posted @ 2022-10-29 10:44 LiShiChao 阅读(452) 评论(0) 推荐(0)