会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhangyunfei
博客园
首页
新随笔
联系
订阅
管理
2022年5月5日
elastic
摘要: 查看所有索引 GET _cat/indices?v 查看集群健康 GET _cluster/health?pretty 查看集群设置 GET _cluster/settings 创建索引 PUT index { "settings": { "number_of_shards" : "1", "num
阅读全文
posted @ 2022-05-05 14:16 zhangyunfei
阅读(144)
评论(0)
推荐(0)
2020年12月28日
Kubernetes二进制部署
摘要: 二进制部署K8S集群从0到1 管理集群中的TLS 集群部署 环境规划 环境准备 创建TLS证书和秘钥 创建CA(Certificate Authority) 创建kubeconfig文件 下载kubectl 创建kubectl kubeconfig文件 创建TLS Bootstrapping tok
阅读全文
posted @ 2020-12-28 16:44 zhangyunfei
阅读(1473)
评论(0)
推荐(0)
Centos内核升级
摘要: 1、查看当前内核版本 $ uname -r 3.10.0-514.el7.x86_64 $ uname -a Linux k8s-master 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64
阅读全文
posted @ 2020-12-28 16:42 zhangyunfei
阅读(91)
评论(0)
推荐(0)
PXE装机
摘要: 1、安装 VSFTP 服务 [root@pxe ~]# systemctl stop firewalld [root@pxe ~]# systemctl enable firewalld [root@pxe ~]# yum -y install vsftp 2、挂载镜像文件 [root@pxe ~]
阅读全文
posted @ 2020-12-28 16:31 zhangyunfei
阅读(130)
评论(0)
推荐(0)
公告