Skip to content
New issue

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

DeploymentController log spam (factory.go:215] Replication controller "default/" has been deleted) #13761

Closed
ncdc opened this issue Apr 13, 2017 · 0 comments · Fixed by #13762
Assignees

Comments

@ncdc
Copy link
Contributor

ncdc commented Apr 13, 2017

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

We should fix this so it's not so spammy.

cc @eparis @Kargakis @smarterclayton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants