上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 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 阅读(140) 评论(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 阅读(29) 评论(0) 推荐(0)
摘要: 管理员运行powershell输入: irm massgrave.dev/get.ps1 | iex 再输入:1 阅读全文
posted @ 2024-09-18 11:31 KeepSmiling_me 阅读(151) 评论(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 阅读(119) 评论(0) 推荐(0)
摘要: helm pull ${reponame}/cicd --version 0.1.0-2a25a4e1b7b72ca7+20240s11090223774260 阅读全文
posted @ 2024-08-16 10:24 KeepSmiling_me 阅读(133) 评论(0) 推荐(0)
摘要: vm warework station16是目前用户最多的虚拟机软件。但是这款软件过了试用期30天以后,就需要使用相关密钥激活。今天小编就给大家带来了vm warework station16虚拟机最忌激活码密钥以及激活教程,有需要的用户们赶紧来复制使用一下吧。 vmwareworkstation1 阅读全文
posted @ 2024-08-15 15:10 KeepSmiling_me 阅读(9862) 评论(0) 推荐(0)
摘要: 获取 rke2 安装程序 curl -sfL https://rancher-mirror.rancher.cn/rke2/install.sh | INSTALL_RKE2_MIRROR=cn sh - 或者 curl -sfL https://get.rke2.io | sh - 创建自定义配置 阅读全文
posted @ 2024-08-14 14:46 KeepSmiling_me 阅读(248) 评论(0) 推荐(0)
摘要: TD244-P4NB7-YQ6XK-Y8MMM-YWV2J 阅读全文
posted @ 2024-08-08 09:40 KeepSmiling_me 阅读(267) 评论(0) 推荐(0)
摘要: 所使用的环境如下:Ubuntu Server 20.04 LTS (自从CentOS变成CentOS Stream后就转用Debian/Ubuntu了)containerd 1.5.5 (k8s 1.24之后就不再支持docker了,因此改用containerd)Kubernetes v1.23.5 阅读全文
posted @ 2024-07-17 17:41 KeepSmiling_me 阅读(291) 评论(0) 推荐(0)
摘要: mc config host add minio http://17.16.19.10:8192 admin 123456 mc mb minio/died/bucket mc cp spring.properties minio/died/bucket 阅读全文
posted @ 2024-07-17 15:14 KeepSmiling_me 阅读(38) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 12 下一页