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
Currently we are using make commands with helm directly to start the cluster running. With this we are not able to provide accurate information to the user with hints and suggestions
Proposal
Create a scripts/start.sh which the users will provide a config.yaml file to spinup the helm charts. It is supposed to do the following:
Check access to kubernetes with kubectl get pods
Make sure all dependencies are installed (only check)
Warn users about the resources that are going to be consumed (nice to have feature)
Install helm chart
If resources are in pending state then we should warn the users about the resource utilization (nice to have feature)
Perform port-forward
This should make the onboarding much smoother.
The text was updated successfully, but these errors were encountered:
Overview
Currently we are using
make
commands with helm directly to start the cluster running. With this we are not able to provide accurate information to the user with hints and suggestionsProposal
Create a
scripts/start.sh
which the users will provide aconfig.yaml
file to spinup the helm charts. It is supposed to do the following:kubectl get pods
This should make the onboarding much smoother.
The text was updated successfully, but these errors were encountered: