agent: |
yDWk0ZDuvWH8lxtNpqIeInstall helm on minikube cluster on EC2 Instance
Install helm on minikube cluster on EC2 Instance
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
inputs
outputs
# To install helm
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
copied