rancher-sandbox / cluster-api-addon-provider-fleet

Cluster API Add-on Provider for Fleet will auto register child clusters with https://fleet.rancher.io/.
Apache License 2.0
2 stars 3 forks source link

Fix e2e tests #53

Closed Danil-Grigorev closed 4 months ago

Danil-Grigorev commented 4 months ago
Danil-Grigorev commented 4 months ago

Failing tests due to

 level=error msg="Failed to register agent: registration failed: cannot create clusterregistration on management cluster for cluster id '8mm8kgt8psb4nkf4wtdtstqvw6gkdv4pjxbjxzjlq5v67gx4z8nd72': Post \"https://10.1.0.71:33119/apis/fleet.cattle.io/v1alpha1/namespaces/default/clusterregistrations\": dial tcp 10.1.0.71:33119: i/o timeout"               

Seems local IP address does resolve well in GH actions.