Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onboarding: Script to perform the start of the helm start #73

Closed
Anmol1696 opened this issue Apr 20, 2023 · 1 comment
Closed

onboarding: Script to perform the start of the helm start #73

Anmol1696 opened this issue Apr 20, 2023 · 1 comment

Comments

@Anmol1696
Copy link
Collaborator

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

  1. Check access to kubernetes with kubectl get pods
  2. Make sure all dependencies are installed (only check)
  3. Warn users about the resources that are going to be consumed (nice to have feature)
  4. Install helm chart
  5. If resources are in pending state then we should warn the users about the resource utilization (nice to have feature)
  6. Perform port-forward

This should make the onboarding much smoother.

@Anmol1696
Copy link
Collaborator Author

Not needed after #99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant