You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time a pod is updated, the DeploymentController tries to look up a ReplicationController corresponding to the pod (assuming it's a deployer pod). Unfortunately, it assumes every pod is a deployer pod, and logs this at the Info level when it can't find an RC:
factory.go:215] Replication controller "default/" has been deleted
Every time a pod is updated, the DeploymentController tries to look up a ReplicationController corresponding to the pod (assuming it's a deployer pod). Unfortunately, it assumes every pod is a deployer pod, and logs this at the Info level when it can't find an RC:
We should fix this so it's not so spammy.
cc @eparis @Kargakis @smarterclayton
The text was updated successfully, but these errors were encountered: