compatibility_testing.sh文件中的检测命令没有对Docker容器环境做对应适配。
需要对“compatibility_testing/Chinese”路径下的compatibility_testing.conf、compatibility_testing.sh文件进行修改。
将compatibility_testing.conf文件中的“kubernetes_env=”内容修改为“kubernetes_env=Y”。
在compatibility_testing.sh文件中,将check_process()函数中第二次出现的“kubectl get all --all-namespaces”内容修改为“docker ps”。