摘要: 查看所有索引 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)
摘要: 二进制部署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)
摘要: 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)
摘要: 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)