spinnaker: Bake Manifest Error Code 500
Issue Summary:
Getting Error Code 500 on Bake Manifest
Cloud Provider(s):
Kubernetes
Environment:
EC2 Instance
Feature Area:
Description:
Steps to Reproduce:
Followed this link https://www.spinnaker.io/guides/user/kubernetes-v2/deploy-helm/ and configured my artifact to S3.
This is my config in s3 artifact:
hal config artifact s3 enable hal config artifact s3 account add helm-charts --api-endpoint s3://helm-charts --api-region us-east-1 --region us-east-1
Additional Details:
This is my basis when I do deploy using Helm S3 Artifact: https://kb.armory.io/kubernetes/using-spinnaker-and-helm/
Please delete the instructions below this line prior to submitting
Instructions:
- An issue is not a place to ask questions. Please use Slack or Stack Overflow.
- Before you open an issue, please check if a similar issue already exists or has been closed before.
- Make sure you have read through the Spinnaker FAQ and Halyard FAQ to provide as much information as possible.
Descriptions:
- Issue Summary: A brief description of what you’re seeing.
- Cloud Provider: AWS, GCP, Kubernetes, Azure, Cloud Foundry, etc. Please assign a label from the right so your issue can be properly sorted.
- Environment: As much information about your Spinnaker environment and configuration that might be relevant to the issue. For example: “I am running Spinnaker using the Amazon images to deploy into AWS and GCP.”
- Feature Area: Notifications, Pipelines, UI, Jenkins, etc. Please assign a label from the right so your issue can be properly sorted.
- Description: The behavior you expect to see, and the actual behavior.
- Steps to reproduce: Ideally, an isolated way to reproduce the behavior (example: GitHub repository with code isolated to the issue that anyone can clone to observe the problem). If not possible, as much information as possible to see this behavior.
- Additional Details: Additional information such as screenshots and exception logs.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (7 by maintainers)
@benjaminws we should really add
awsAccessKeyIdandawsSecretAccessKeyto the S3 artifact account config.@ethanfrogers sounds like a plan to me! 😃
@ethanfrogers agree! if you don’t have time, i could get something together this week.