stolostron / ansible-collection.core

OCM/ACM Ansible Collection
Apache License 2.0
19 stars 13 forks source link

wait_for_proxy_route_available for cluster-proxy addon fails on AKS #85

Closed TheRealHaoLiu closed 2 years ago

TheRealHaoLiu commented 2 years ago

nvm... unable to reproduce... i think it just took longer that time

TheRealHaoLiu commented 2 years ago

this problem does exist (even tho its just a longer wait) we may need to look into it

nathanweatherly commented 2 years ago

Complexities:

Technical Details:

hanqiuzh commented 2 years ago

Not sure if it's related. There is an edge case for cluster-proxy that when managedclusteraddon exists, cluster_proxy addon will not wait for managedclusteraddon to be available.

cluster_proxy is auto-installed to all clusters, so it may hit this edge case easily, so it will not wait and proceed to check proxy. Tough we check addon proxy route, we may not wait for enough time?

The edge case is now fixed in https://github.com/stolostron/ocmplus.cm/pull/113/files#diff-97963c4e99fa02ad9bde68dddec96b5bc56dc008d665f2666fd558fa0eab9d9b

nathanweatherly commented 2 years ago

More environmental than actual bug; closing.