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

Improve early validation of Kubernetes manifests #65

Open
1 task done
ilya-lesikov opened this issue May 31, 2024 · 0 comments
Open
1 task done

Improve early validation of Kubernetes manifests #65

ilya-lesikov opened this issue May 31, 2024 · 0 comments

Comments

@ilya-lesikov
Copy link
Member

Before proceeding

  • I didn't find a similar issue

Problem

Currently we do not properly validate Kubernetes manifests before deploying them. There is dry-run Apply happening in Plan construction, but we ignore its errors due to many false-positives.

Solution (if you have one)

We can validate resources early based on:

  • builtin schemas from Kubernetes library
  • schemas grabbed from Kubernetes API
  • schemas produced from CRDs in charts (might be difficult to do)

Additional information

No response

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

No branches or pull requests

1 participant