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
What happened: 设置sts的spec.podManagementPolicy = Parallel spec.scaleStrategy.maxUnavailable = 100% 由于修改sts的模版,导致Pod启动不了,状态一直处于pending,后续重新修改会卡住
What you expected to happen: 重新修改后会作用于所有的Pod,可以快速修复业务服务
How to reproduce it (as minimally and precisely as possible): 这个是大体调整的代码:ivanszl@27880d1 Anything else we need to know?:
Environment:
kubectl version
The text was updated successfully, but these errors were encountered:
thanks, i will take a look at this pr.
Sorry, something went wrong.
#1136
#1136 fix this issue
FillZpp
No branches or pull requests
What happened:
设置sts的spec.podManagementPolicy = Parallel
spec.scaleStrategy.maxUnavailable = 100%
由于修改sts的模版,导致Pod启动不了,状态一直处于pending,后续重新修改会卡住
What you expected to happen:
重新修改后会作用于所有的Pod,可以快速修复业务服务
How to reproduce it (as minimally and precisely as possible):
这个是大体调整的代码:ivanszl@27880d1
Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: