-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cluster provisioning logs entries not logged on UI #168
Comments
I started looking into this one and so far here are my initial findings:
|
Provisioning logs in Rancher are generated by "github.com/rancher/rancher/pkg/clusterprovisioninglogger" @mattfarina Question is if this should fixed on Rancher site or we should add logging service to Hosted Providers ? |
This problem has to be discussed with Rancher Team |
@mjura I think you're going to need to add the logging to the hosted providers. The code you link to is the provisioner. It essentially says to skip provisioning handling for those cases. In those cases the hosted provider controllers would do the work. They will need to supply the logs, if I understand it correctly. @jakefhyde Does this look right? |
Yes, this looks correct, it will be the responsibility of the hosted provider controllers to populate the |
@salasberryfin & @yiannistri to review this ticket and figure out what to do next. Azure is the 1st place to look but this appears to be the case across multiple platforms. |
In my opinion it is design decision related to what we have currently with |
Rancher Server Setup
Rancher version: 2.7-head - fbca7c3
Installation option: Helm Chart
If Helm Chart, Kubernetes Cluster and version: EKS 1.25
Information about the Cluster
Kubernetes version: EKS with Kubernetes 1.25
Cluster Type (Downstream): Hosted = EKS
User Information
What is the role of the user logged in? (Admin/Cluster Owner/Cluster Member/Project Owner/Project Member/Custom) - Admin
Describe the bug
Cluster provisioning logs entries not logged on UI
Issue exists for other Hosted providers also.
To Reproduce
Add valid AWS cloud credentials
Provision downstream EKS cluster
Check Cluster > Provisioning Log tab
Result
User unable to check provisioning logs
Screenshots
The text was updated successfully, but these errors were encountered: