Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Bedrock env deployment fails with 'ERROR: failed to helm template' #998

Closed
ghost opened this issue Feb 15, 2020 · 4 comments
Closed

Bedrock env deployment fails with 'ERROR: failed to helm template' #998

ghost opened this issue Feb 15, 2020 · 4 comments
Assignees
Labels
bug Something isn't working external good first issue Good for newcomers

Comments

@ghost
Copy link

ghost commented Feb 15, 2020

We re facing an issue while trying to deploy a new bedrock env using below documentation.

https://github.com/microsoft/bedrock/blob/master/docs/azure-simple/README.md

image

It appears that --name flag being used in below file is not supported by helm in the latest 3.0 Version.

https://github.com/microsoft/bedrock/blob/master/cluster/common/flux/deploy_flux.sh

echo "generating flux manifests with helm template"
if ! helm template . --name "$RELEASE_NAME"

@ghost ghost added bug Something isn't working triage labels Feb 15, 2020
@andrebriggs andrebriggs added the good first issue Good for newcomers label Feb 19, 2020
@andrebriggs
Copy link
Member

andrebriggs commented Feb 19, 2020

Hi @gagansalaria, at this time we do not support Helm 3 but are looking into across Bedrock and Fabrikate.

In Helm 3 the release name is positional arg as opposed to a flag in Helm 2

Helm3
helm template [RELEASE_NAME] [CHART] [flags]

Helm2
helm template . --name "$RELEASE_NAME"

To unblock yourself for the moment I would try adjusting your fork of deploy_flux.sh. Support for Helm 3 is on our backlog. Pull requests are welcome

Related to microsoft/fabrikate#291

@jred55
Copy link
Contributor

jred55 commented Mar 5, 2020

Created the issue #1102 in the backlog

@jred55
Copy link
Contributor

jred55 commented Mar 19, 2020

@gagansalaria, pls let us know if you continue to see issues with Helm version. This has been fixed

@jred55 jred55 closed this as completed Mar 19, 2020
@jmspring
Copy link
Contributor

The issue has been fixed in master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working external good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants