make comment more clear

This commit is contained in:
Felix Kunde 2020-03-06 12:22:14 +01:00
parent 661b439221
commit 98fda94a8c
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class EndToEndTestCase(unittest.TestCase):
new_master_node, new_replica_nodes = self.assert_failover(
current_master_node, num_replicas, failover_targets, cluster_label)
# patch also master node
# patch also node where master ran before
k8s.api.core_v1.patch_node(current_master_node, patch_readiness_label)
# toggle pod anti affinity to move replica away from master node
self.assert_distributed_pods(new_master_node, new_replica_nodes, cluster_label)