Chen Chen
Chen Chen
Fix "environemnts" to "environments"
close #99
Add informer-manager and federated-informer-manager readyz checks close #272
非常感谢作者关于 Kubernetes 源码的分享,在阅读关于 ReplicaSet Controller 源码的文章时,发现和作者的理解有些不一致的地方: 1. 关于 expectations 中 CreationObserved 和 DeletionObserved 方法其实都是对 add 或 del 值 -1 ```go // CreationObserved atomically decrements the `add` expectation count of the...
Thanks for your repo to help understand Kubernetes! Have a question about the frequency of Kubelet querying apiserver: > It queries Pods from kube-apiserver every 20 seconds (this is configurable)...
Replace the deprecated wait.Poll methods ``` SA1019: wait.Poll is deprecated: This method does not return errors from context, use PollWithContextTimeout. Note that the new method will no longer return ErrWaitTimeout...