We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It happens that the controller logs an error with an empty message,e.g.:
{"level":"error","ts":"2020-11-09T13:55:26.336Z","logger":"controller","msg":"Reconciler error","reconcilerGroup":"kustomize.toolkit.fluxcd.io","reconcilerKind":"Kustomization","controller":"kustomization","name":"aks20-euw-infra-main-m onitoring","namespace":"flux","error":"apply failed: "}
In that case the error message should mention that kubectl did not write anything on stderr and print the error code.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It happens that the controller logs an error with an empty message,e.g.:
In that case the error message should mention that kubectl did not write anything on stderr and print the error code.
The text was updated successfully, but these errors were encountered: