Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 20:58
· 5 commits to main since this release

Features:

  • Added a new option called "discover" to run the application in discovery mode.
  • When running in discovery mode, the application now prompts for the number of pods to be run on the cluster and the calculation method (request-based or load-based).
  • The "Discover" feature helps in automatically fetching data from a Kubernetes cluster to calculate the maximum number of Hosted Cluster Providers (HCPs) that can be hosted and the estimated HCP ETCD storage requirement.

Improvements:

  • The application now uses the clientset to initialize the Kubernetes client and fetches cluster data from the Kubernetes cluster.
  • The prompt for the number of pods and the calculation method has been added to the discovery mode.
  • The prompt for the number of worker CPUs, worker memory, and maximum pods has been removed in the discovery mode.