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

Validate cluster stacks #101

Open
3 tasks
janiskemper opened this issue Mar 18, 2024 · 0 comments
Open
3 tasks

Validate cluster stacks #101

janiskemper opened this issue Mar 18, 2024 · 0 comments
Labels
Container Issues or pull requests relevant for Team 2: Container Infra and Tooling

Comments

@janiskemper
Copy link
Member

/kind feature

Describe the solution you'd like
Add validation of cluster stacks as feature to csctl. Some validation might be before the generation, some might be after the generation of the assets.

Validate the following

  • Helm template
  • parsing clusteraddon.yaml
  • CEL expressions in clusteraddon.yaml

Anything else you would like to add:
There is also some advanced validating we could do. That requires some further setup with a running cluster for example.

  • Applying objects from helm charts (only possible with running clusters)
  • Validating CEL expressions even further (requires CRDs of objects), e.g. by checking certain keys exist or not
@janiskemper janiskemper added the Container Issues or pull requests relevant for Team 2: Container Infra and Tooling label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Container Issues or pull requests relevant for Team 2: Container Infra and Tooling
Projects
Status: Backlog
Development

No branches or pull requests

1 participant