厉飞雨
阅读(465)
评论(0)
赞(19)
<p><img src="http://static.51tbox.com/static/2024-08-29/col/54a5e98a8ef68e1e3c6068edf8c31078/a9df6c97a02a4785859db304cdb59fad.png.jpg" alt="" /></p>
<...
厉飞雨
阅读(306)
评论(0)
赞(22)
kubesphere 修改项目的企业空间
kubesphere 给项目修改企业空间
目前修改不了
我的做法事, 创建一个相同的企业空间。
厉飞雨
阅读(367)
评论(0)
赞(22)
<p>在kubesphere 中,使用Jenkin是</p>
<p><a href="https://v2-1.docs.kubesphere.io/docs/zh-CN/devops/jenkins-setting/">Jenkins 系统设置 | KubeSphere Documents</a>...
厉飞雨
阅读(424)
评论(0)
赞(17)
1- 用admin 登录后 创建一个普通用户:

2- 进入企业空间

评论(0)
赞(19)
k8s 部署zookeeper(kubesphere)
①zookeeper的docker官方镜像不能直接用于此次集群服务搭建,由于官方zookeeper镜像在k8s环境中节点myid不能动态配置,这里我们需要根据实际需求定制我们可以动态改变zookeeper中的myid节点的镜像。
②这里使用的镜像是:ydockerp/zookeeper
ydockerp/zo...
厉飞雨
阅读(357)
评论(0)
赞(20)
卸载:
./kk delete cluster -f config-sample.yaml
最低配置 : 8H 16G (跑devops)
KubeSphere:v3.3.2
Kubernetes:v1.23.10
一定要注意时区: [参考连接](https://51tbox.com/)
不然用velero备份的时候 会出问题。...
厉飞雨
阅读(406)
评论(0)
赞(14)
[(十二)从零开始搭建k8s集群------使用KubeSphere管理平台搭建一个高可用的zookeeper集群服务_北溟溟的博客-CSDN博客](https://blog.csdn.net/yprufeng/article/details/124304309?ops_request_misc=%257B%2522request%255Fid%2522%253A%252217...
厉飞雨
阅读(350)
评论(0)
赞(16)
<p>修改日志数据保留天数</p>
<ul>
<li><a href="https://www.kubesphere.io/zh/docs/v3.4/faq/observability/logging/#%e5%a6%82%e4%bd%95%e5%b0%86%e6%97%a5%e5%bf%97%e5%ad%98%e...
厉飞雨
阅读(429)
评论(0)
赞(21)
如何将日志存储改为外部 Elasticsearch 并关闭内部 Elasticsearch
```
对于生产环境,如果您想启用日志系统,强烈建议在 cluster-configuration.yaml 中设置以下值,
尤其是 externalElasticsearchHost 和 externalElasticsearchPort。
在安装前提供以下信息后,ks-inst...
厉飞雨
阅读(315)
评论(0)
赞(19)
kind: DaemonSet
apiVersion: apps/v1
metadata:
name: fluent-bit
namespace: kubesphere-logging-system
labels:
app.kubernetes.io/name: fluent-bit
...