robusta icon indicating copy to clipboard operation
robusta copied to clipboard

Error: UPGRADE FAILED: execution error at (robusta/templates/playbooks-config.yaml:9:7

Open mjrulesamrat opened this issue 2 years ago • 3 comments

Describe the bug

Error: UPGRADE FAILED: execution error at (robusta/templates/playbooks-config.yaml:9:7
A valid .Values.clusterName entry is required!

To Reproduce Steps to reproduce the behavior:

  1. Go to https://docs.robusta.dev/master/tutorials/configuring-automations.html
  2. Follow steps to add your first customplaybook
  3. See error

Expected behavior It should upgrade the robusta configuration

Screenshots image

mjrulesamrat avatar Dec 31 '22 07:12 mjrulesamrat

It's a fresh installation of robusta on k8s v1.24 single node cluster running on kodekloud playground.

mjrulesamrat avatar Dec 31 '22 07:12 mjrulesamrat

Hi @mjrulesamrat, thanks for reporting this

We need to update the command in that page. The clusterName is missing from the upgrade command. Can you try it with --set clusterName=<YOUR_CLUSTER_NAME> ?

helm upgrade robusta robusta/robusta --values ./generated_values.yaml --set clusterName=<YOUR_CLUSTER_NAME>

arikalon1 avatar Dec 31 '22 08:12 arikalon1

Thank you @arikalon1 . I'll try it out in my next kodekloud session and update here.

mjrulesamrat avatar Jan 01 '23 18:01 mjrulesamrat