摘要: metadata: annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/proxy-body-size: 600M nginx.ingress.kubernetes.io/proxy-buffer-s 阅读全文
posted @ 2024-11-26 17:38 KeepSmiling_me 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 一、基础环境说明节点名 节点ip 角色 操作系统node1 10.42.8.13 control-plane,etcd,master CentOS7.9node2 10.42.8.14 control-plane,etcd,master CentOS7.9node3 10.42.8.15 contr 阅读全文
posted @ 2024-11-01 13:45 KeepSmiling_me 阅读(220) 评论(0) 推荐(0) 编辑
摘要: kubectl config set-context --current --namespace=my-namespace 阅读全文
posted @ 2024-10-28 10:23 KeepSmiling_me 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ps -ef | awk 'superset/ && ! /awk/{print $2}' | xargs kill -9 阅读全文
posted @ 2024-10-12 10:38 KeepSmiling_me 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 编辑sc,修改如下 注意 storageclass.kubernetes.io/is-default-class: "true" 为设置默认sc apiVersion: v1 items: - allowVolumeExpansion: true apiVersion: storage.k8s.io 阅读全文
posted @ 2024-10-01 10:40 KeepSmiling_me 阅读(94) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get update sudo apt-get install nfs-kernel-server sudo systemctl status nfs-server 解决mount.nfs: access denied by server while mounting 如果被挂载服 阅读全文
posted @ 2024-09-27 17:24 KeepSmiling_me 阅读(82) 评论(0) 推荐(0) 编辑
摘要: vim /etc/netplan/00-installer-config.yaml # This is the network config written by 'subiquity' network: ethernets: ens33: dhcp4: no addresses: - 192.16 阅读全文
posted @ 2024-09-25 14:45 KeepSmiling_me 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 管理员运行powershell输入: irm massgrave.dev/get.ps1 | iex 再输入:1 阅读全文
posted @ 2024-09-18 11:31 KeepSmiling_me 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 下载所需依赖 # containerd包 wget https://github.com/containerd/containerd/releases/download/v1.6.8/containerd-1.6.8-linux-amd64.tar.gz tar Cxzvf /usr/local c 阅读全文
posted @ 2024-08-16 10:49 KeepSmiling_me 阅读(19) 评论(0) 推荐(0) 编辑
摘要: helm pull ${reponame}/cicd --version 0.1.0-2a25a4e1b7b72ca7+20240s11090223774260 阅读全文
posted @ 2024-08-16 10:24 KeepSmiling_me 阅读(93) 评论(0) 推荐(0) 编辑