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
blog-code/02-k8s-operator/05-node-pool-operator/api/v1/nodepool_types.go
Line 76 in 5cb702a
您好,我复现代码时出现Node资源更新失败问题,排查发现是返回node存在问题,因为node!=n,n中携带了更新的label和taint,而node为原node
The text was updated successfully, but these errors were encountered:
No branches or pull requests
blog-code/02-k8s-operator/05-node-pool-operator/api/v1/nodepool_types.go
Line 76 in 5cb702a
您好,我复现代码时出现Node资源更新失败问题,排查发现是返回node存在问题,因为node!=n,n中携带了更新的label和taint,而node为原node
The text was updated successfully, but these errors were encountered: