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
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.