This repository was archived by the owner on Nov 21, 2018. It is now read-only.
Description I'm getting below error log will trying to install genesis.
2018-05-08 11:44:32.572 1408 WARNING armada.handlers.k8s [-] "label_selector" not specified, waiting with no labels may cause unintended consequences.
2018-05-08 11:44:33.778 1408 INFO armada.handlers.armada [-] Processing ChartGroup: ceph (Ceph Storage)
2018-05-08 11:44:33.779 1408 INFO armada.handlers.chartbuilder [-] Building dependency chart helm-toolkit for release ceph.
2018-05-08 11:44:33.800 1408 ERROR armada.cli [-] Caught internal exception: armada.exceptions.chartbuilder_exceptions.HelmChartBuildException: Failed to build Helm chart for ceph. Details: Failed to load metadata from chart yaml file
2018-05-08 11:44:33.800 1408 ERROR armada.cli Traceback (most recent call last):
2018-05-08 11:44:33.800 1408 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/armada/handlers/chartbuilder.py", line 107, in get_metadata
2018-05-08 11:44:33.800 1408 ERROR armada.cli with open(os.path.join(self.source_directory, 'Chart.yaml')) as f:
2018-05-08 11:44:33.800 1408 ERROR armada.cli FileNotFoundError: [Errno 2] No such file or directory: '/tmp/armada8ql6xew0/ceph/Chart.yaml'
2018-05-08 11:44:33.800 1408 ERROR armada.cli
Reactions are currently unavailable