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

[enhancement] Modify the Makefile to deploy k0rdent on an external k8s cluster instead of always deploying kind #868

Open
bnallapeta opened this issue Jan 7, 2025 · 1 comment
Labels
enhancement Small feature, request or improvement suggestion

Comments

@bnallapeta
Copy link
Collaborator

bnallapeta commented Jan 7, 2025

Is your enhancement / feature request related to a problem? Please describe.
For local development, running make dev-apply will always create a kind cluster and a local registry. We need a way to deploy k0rdent on an external cluster (with KUBECONFIG pointed to the cluster).

Describe the solution you'd like
Introduce a SKIP_KIND flag in the Makefile.
Default would be false. But user can make it true when they wish to deploy to an external cluster.

Describe alternatives you've considered

  • Lot of modifications were made to the Makefile.
  • Deployed certain charts (that were not in the upstream hmc image) manually.

Additional context
Add any other context or screenshots about the feature request here.

@bnallapeta bnallapeta added the enhancement Small feature, request or improvement suggestion label Jan 7, 2025
@github-project-automation github-project-automation bot moved this to Todo in k0rdent Jan 7, 2025
@ramessesii2
Copy link
Contributor

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Small feature, request or improvement suggestion
Projects
Status: Todo
Development

No branches or pull requests

2 participants