You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: