Kubernetes(K8S)常见问题汇总
1、编辑Configmap时,排版格式错乱:
解决方法:部分内容行尾有多余的空格或制表符,仔细查找删除后保存,再次进入编辑模式格式即可恢复到比较友好的排版。
2、kube-proxy报错:"command failed" err="failed complete: unrecognized feature gate: SupportIPVSProxyMode"
kubectl edit cm kube-proxy -n kube-system #注释下面两行,保存退出 #featureGates: # SupportIPVSProxyMode: true
更多精彩