Skip to content

Commit

Permalink
e2e tests: remove manual cluster reconciliation
Browse files Browse the repository at this point in the history
This would leave the `ip-control-loop` as the reconciliation tool.

Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed Mar 1, 2022
1 parent cb2a18b commit aafe782
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hack/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,6 @@ is_ippool_consistent() {
local resolved_ippool_ip
local exit_code=0

echo "Forcing reconciliation of the cluster ..."
bin/ip-reconciler -kubeconfig="${HOME}"/.kube/config

ippool_keys=($(kubectl get ippool $pool_name --namespace $pool_namespace --output json \
| jq --raw-output '.spec.allocations|to_entries |map("\(.key)")| .[]'))
ips=($(nmap -sL -n $range | awk '/Nmap scan report for/{printf "%s ", $NF}'))
Expand Down

0 comments on commit aafe782

Please sign in to comment.