Skip to content
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

Make an image with kube-linter to make CI/CD faster #15

Open
nikhars opened this issue Sep 9, 2024 · 1 comment
Open

Make an image with kube-linter to make CI/CD faster #15

nikhars opened this issue Sep 9, 2024 · 1 comment

Comments

@nikhars
Copy link
Member

nikhars commented Sep 9, 2024

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.

Image

@mwarkentin
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants