-
Notifications
You must be signed in to change notification settings - Fork 238
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
[SURE-9631] Bundle in an error state with message Resource is current #3342
Comments
Related to rancher/rancher#48559 (comment) Fleet (wrangler, too) does not support a "Failed=False" condition.
This condition was added by the k3s helmcontroller in 0.15.2. I was unable to fix this by changing https://github.com/rancher/fleet/blob/main/internal/cmd/agent/deployer/summary/summarizers.go#L226. It happens in both, update status and drift detection. However, the ignore statement seems to work: https://github.com/manno/fleet-experiments/blob/main/helmchartlogging/fleet.yaml |
Appending the fleet.yaml seems to work for me.
Do we need to add this code to every single fleet.yaml, or is a fix coming in the next update? The only problem is that dependsOn stops working if everything is in an error state. |
Yes, this needs to be present in every fleet.yaml that deploys a bundle with resources that can have this status. |
We have quite a few HelmCharts, which are deployed via
Our fleet is configured to set the configuration for a HelmChart after the HelmChart is installed correctly with a DependsOn. |
I have these errors in a "naked" cluster, so none of the HelmChart resources are mine, to add to @lgruendh question... is this only a display issue or does this have any other implications ? These errors appear both in my downstream and the local rancher cluster ![]() |
SURE-9631
Issue description:
The bundle is in an error state with the following message:
Business impact:
It is currently showing that it is in error
Troubleshooting steps:
Force update the agent for that downstream cluster;
Add ignore to the fleet.yaml
See JIRA for more details
Repro steps:
I was not able to reproduce it.
Workaround:
Is a workaround available and implemented? yes/no No
What is the workaround:
Actual behavior:
It is currently in an error state
Expected behavior:
It should be green without any errors
The text was updated successfully, but these errors were encountered: