You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A large part of CI today is spent on installing kube-linter in the GHA. We could optimize this step and reduce CI/CD close to a minute by using a pre-built image which already has kube-linter installed. The breakdown of CI time is shown in the attached image.
The text was updated successfully, but these errors were encountered:
You could try installing the binary from release rather than using go install first, that would probably cut it down to a few seconds without having to manage a docker build chain.
A large part of CI today is spent on installing kube-linter in the GHA. We could optimize this step and reduce CI/CD close to a minute by using a pre-built image which already has kube-linter installed. The breakdown of CI time is shown in the attached image.
The text was updated successfully, but these errors were encountered: