blog-code
blog-code copied to clipboard
https://lailin.xyz 博客代码
Results
2
blog-code issues
Sort by
recently updated
recently updated
newest added
使用Finalizers特性后删除CR后出现大量 pool Not Found error ``` if err := r.Get(ctx, req.NamespacedName, pool); err != nil { r.Log.Error(err, "can not get node pool") return ctrl.Result{}, err } ``` 个人理解: 使用Finalizers 最后会删除Finalizers列表的字段。此时会Update...
https://github.com/mohuishou/blog-code/blob/5cb702a7c51c9c56ed7b06f6b1ee2f54d7838f30/02-k8s-operator/05-node-pool-operator/api/v1/nodepool_types.go#L76 您好,我复现代码时出现Node资源更新失败问题,排查发现是返回node存在问题,因为node!=n,n中携带了更新的label和taint,而node为原node