创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。
操作系统信息
例如:虚拟机,Rocky Linux 9.3,16C/32G
Kubernetes版本信息
将 kubectl version
命令执行结果贴在下方
WARNING: This version information is deprecated and will be replaced with the output from kubectl version –short. Use –output=yaml|json to get the full version.
Client Version: version.Info{Major:“1”, Minor:“26”, GitVersion:“v1.26.9”, GitCommit:“d1483fdf7a0578c83523bc1e2212a606a44fd71d”, GitTreeState:“clean”, BuildDate:“2023-09-13T11:32:41Z”, GoVersion:“go1.20.8”, Compiler:“gc”, Platform:“linux/amd64”}
Kustomize Version: v4.5.7
Server Version: version.Info{Major:“1”, Minor:“27”, GitVersion:“v1.27.2”, GitCommit:“7f6f68fdabc4df88cfea2dcf9a19b2b830f1e647”, GitTreeState:“clean”, BuildDate:“2023-05-17T14:13:28Z”, GoVersion:“go1.20.4”, Compiler:“gc”, Platform:“linux/amd64”}
容器运行时
将 docker version
/ crictl version
/ nerdctl version
结果贴在下方
KubeSphere版本信息
KubeSphere 版本 : v3.4.1
问题是什么
报错日志是什么,最好有截图。
Kubesphere添加kafka 做为日志接收器,怎么设置SASL加密 ?
Kafka服务器的设置如下
inter.broker.listener.name=SASL_PLAINTEXT
sasl.enabled.mechanisms=SCRAM-SHA-512
sasl.mechanism.inter.broker.protocol=SCRAM-SHA-512