Dipankar Das
Dipankar Das
### Enhancement Title aws ha test cases ### Summary of the Enhancement improvements before we can call it stable enough to be used by users - update the aws codebase...
### Purpose To make the detailed infra level to configuration level details available ### Feature Name addition of ksctl info command ### Feature Description ksctl info to output publicip of...
### Purpose enable more management capabilitites for ksctl ### Feature Name ksctl k8s event driven architecture ### Feature Description **purpose**: to make controllers for each feature like: - scaleup/scaledown (cluster...
# Is your feature request related to a problem?📖 it lacks auto-scaling of nodes based on resources usage. ksctl provides manual way to scale the cluster up or down Functionality...
# Describe 🐞 when trying out loadbalancer type or nodeport Service resource in kubernetes is in pending state ## Provider in effect - Azure - Civo we need to have...
# Is your feature request related to a problem?📖 currently all the error messages are like random strings no standardization of error messages available # Describe the solution you'd like...
# Is your feature request related to a problem?📖 Google Cloud Platform Support feature missing # Describe the solution you'd like 👨💻👩💻 adding support for managed and self-managed HA cluster...
# Feature description It aims to make the Ksctl application install to have each application to have hybrid option of install for max flexiablity and also to be able to...
### Enhancement Title automat k3s and kubeadm, etcd version validation ### Summary of the Enhancement current implementation has hard coded version check ### Kubeadm https://github.com/ksctl/ksctl/blob/135549bdf17004d31250b6b4fc6068b0521bf32b/internal/k8sdistros/kubeadm/kubeadm.go#L55-L65 ### k3s https://github.com/ksctl/ksctl/blob/135549bdf17004d31250b6b4fc6068b0521bf32b/internal/k8sdistros/k3s/helper.go#L8-L18 ### Etcd...