Mirantis / k8s-netchecker-server

Basic network checker service to check DNS and connectivity in kubernetes cluster
Apache License 2.0
67 stars 19 forks source link

Need cleanup of agents data for agents that were removed already #107

Open AlexeyKasatkin opened 7 years ago

AlexeyKasatkin commented 7 years ago

For now, data about all the agents since netchecker application deployment remains in TPR even if some agents were removed already. Need to make periodic cleanup of agents data for such agents in TPR (and in server memory if required).

AlexeyKasatkin commented 7 years ago

This issue is valid for TPR case only (no issue when working with etcd).