创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。
操作系统信息
虚拟机,Centos7.5,16C/32G
Kubernetes版本信息
lient Version: version.Info{Major:“1”, Minor:“23”, GitVersion:“v1.23.8”, GitCommit:“a12b886b1da059e0190c54d09c5eab5219dd7acf”, GitTreeState:“clean”, BuildDate:“2022-06-16T05:57:43Z”, GoVersion:“go1.17.11”, Compiler:“gc”, Platform:“linux/amd64”}
Server Version: version.Info{Major:“1”, Minor:“23”, GitVersion:“v1.23.8”, GitCommit:“a12b886b1da059e0190c54d09c5eab5219dd7acf”, GitTreeState:“clean”, BuildDate:“2022-06-16T05:51:36Z”, GoVersion:“go1.17.11”, Compiler:“gc”, Platform:“linux/amd64”}
容器运行时
将 docker version
/ crictl version
/ nerdctl version
结果贴在下方
KubeSphere版本信息
kubesphere 版本v3.3.1。使用kk离线安装。
问题是什么
因项目中一些接口接入k8s后出现问题,需要修改ingress的配置,修改configmap后,ingress重启时有看到去加载cm的配置,但是cat nginx.conf | grep 相关配置参数时,依然没有变化
添加的CM配置
重启后ingress-controller日志
ingress-controller Deployment的yaml配置
重启后ingress容器内 nginx.conf相关配置的检索