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

Add multi-cluster deployments capability to bundles #250

Merged
merged 19 commits into from
Nov 25, 2023

Conversation

stefanprodan
Copy link
Owner

@stefanprodan stefanprodan commented Nov 18, 2023

This PR extends Timoni Bundles with declarative multi-cluster deployment capabilities as proposed in #238.

Tasks:

  • Add the clusters field and validation to the Runtime API
  • Implement multi-cluster operations for:
    • timoni runtime build
    • timoni bundle vet
    • timoni bundle apply
    • timoni bundle status
    • timoni bundle delete
    • timoni bundle build
  • Add the clusters spec to Runtime API documentation
  • Write a guide to showcase the multi-cluster deployment capabilities

Closes: #238

@stefanprodan stefanprodan added enhancement New feature or request area/api API related issues and pull requests area/runtime Kubernetes operations related issues and pull requests area/bundles Timoni's Bundle related issues and pull requests labels Nov 18, 2023
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan marked this pull request as ready for review November 25, 2023 13:32
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan merged commit 51e4fb0 into main Nov 25, 2023
4 checks passed
@stefanprodan stefanprodan deleted the runtime-clusters branch November 25, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api API related issues and pull requests area/bundles Timoni's Bundle related issues and pull requests area/runtime Kubernetes operations related issues and pull requests enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[proposal] Declarative multi-cluster deployments
1 participant