We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最新V2.4.1 docker镜像的基础镜像改用alpine, 其使用的sh命令不支持数组,会报“syntax error: unexpected "("”;且alpine中的ping命令其-c参数必须在域名之前(即ping -c 1 nacos-0.nacos-headless.ciotd-system.svc.cluster.local),-c参数放在尾部也会报错。上述两个问题会导致pod无法启动或启动后集群组建失败。
The text was updated successfully, but these errors were encountered:
发现这个问题了,作者太马虎了我只能说
Sorry, something went wrong.
No branches or pull requests
最新V2.4.1 docker镜像的基础镜像改用alpine, 其使用的sh命令不支持数组,会报“syntax error: unexpected "("”;且alpine中的ping命令其-c参数必须在域名之前(即ping -c 1 nacos-0.nacos-headless.ciotd-system.svc.cluster.local),-c参数放在尾部也会报错。上述两个问题会导致pod无法启动或启动后集群组建失败。
The text was updated successfully, but these errors were encountered: