This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
🔨 enh: capd workloadcluster prov. with argocd workflow trigger #32
Labels
enhancement
New feature or request
Milestone
/kind feature
Describe the solution you'd like
When we create a workload cluster ontop of the mgmt cluster, the workload cluster has to pull a lot of things in order to get fully ready.
As soon, as the control plane is ready - on mgmt-clusters perspective - the argocd workflow kicks in, and tries to run every thing.
The Script will fail, since the worker nodes and everything else is not yet fully ready and the part "Adding the workload cluster to argohub" will not work.
As a workaround, i set a high timer, so that the script will wait till everything will - eventually - be up and running.
Best solution would be:
Checking, that everything is up and running on the workload cluster. Maybe we should think about an event type, or using cloud events.
Anything else you would like to add:
This might be only an issue on local development, and might depend on your actual download speed from your internet provider.
The text was updated successfully, but these errors were encountered: