ksctl / cli

Simplified Kubernetes Clusters Lifecycle Management (CLI)
https://docs.ksctl.com
Apache License 2.0
5 stars 0 forks source link

[Enhancement Proposal]: make ksctl add-nodes use the bootstrap provider from statefile #26

Closed dipankardas011 closed 2 days ago

dipankardas011 commented 2 months ago

Enhancement Title

make bootstrapProvider to be taken from statefile if its add-nodes context

Summary of the Enhancement

make bootstrapProvider to be taken from statefile if its add-nodes context

otherwise it user can provide k3s instead of kubeadm and viceversa thus causing runtime logical error

@ksctl/maintainers-for-core

Motivation and Goals

It will also simply the command and we can remove the command line flag for bootstrap and core will figure it out explicitly

Detailed Design

Things we need to think of

Action: need to create a fix for this in the next release

Alternatives

No response

Scope of changes

Agreement