Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix paictl clean bug (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzmssg authored Mar 28, 2019
1 parent deeee3f commit 5816acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/k8sPaiLibrary/maintainlib/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def run(self):
self.logger.info(" package cleaner's work finished! ")

self.logger.info(" remote host cleaner is working on the host of {0}!".format(node_config["hostip"]))
self.remote_host_cleaner(node_config, "{0}-deployment".format("proxy"))
self.remote_host_cleaner(node_config, "{0}-deployment".format(role))
self.logger.info(" remote host cleaning job finished! ")

kubectl_install_instance = kubectl_install.kubectl_install(com)
Expand Down

0 comments on commit 5816acd

Please sign in to comment.