Questions tagged [spinnaker-halyard]

Halyard is the tool responsible for managing your Spinnaker deployment’s lifecycle. This includes writing & validating your deployment’s configuration, deploying each of Spinnaker’s subcomponents, and performing updates to your deployment of Spinnaker.

All non-quickstart deployments of Spinnaker require Halyard to manage configuration, installation, and updates of Spinnaker. While it is possible to install Spinnaker without Halyard, it is not recommended.

Halyard Installation Documentation
Halyard Source on Github

105 questions
5
votes
1 answer

Add Kubernetes annotations on Spinnaker internal component deployments

We're using Kubernetes 1.9 as our cloud provider for Spinnaker v1.6. In this mode, halyard deploys all of the Spinnaker components - orca, rosco, igor, etc. - as Kubernetes deployments in the spinnaker namespace. We want to add custom Kubernetes…
Akshat Mahajan
  • 9,543
  • 4
  • 35
  • 44
4
votes
4 answers

How do you configure Spinnaker to use an ElastiCache redis cluster?

Following the instructions here, I am attempting to configure Spinnaker to use an ElastiCache redis cluster, with cluster mode enabled. Spinnaker: 1.40.2 Halyard: 0.35 Cloud driver provider: k8s (1.7.4) Cloud: AWS I have an ElastiCache Redis…
GreenKiwi
  • 1,025
  • 13
  • 28
3
votes
0 answers

Spinnaker - Automated Triggers not working

I have configured the Automated Triggers as mentioned below Added the webhook in Github Updated the spinnaker configuration kubectl exec --namespace spinnaker -it spinnaker-spinnaker-halyard-0 bash hal config features edit --artifacts true hal…
One Developer
  • 99
  • 5
  • 43
  • 103
3
votes
1 answer

Halyard - How to use --password-command option?

About Halyard, I want to use --password-command option to refresh Amazon ECR Authorization Token. If you have experience of using this option, please teach me. Thank you!
2
votes
1 answer

Continuous deployment branch wise using Spinnaker

I'm using Jenkins multibranch pipeline for CI process and for CD using Spinnaker. I've gone through almost all documents, support channels etc. from spinnaker for "how to create spinnaker multibranch pipeline similarly as jenkins" but didn't find…
2
votes
1 answer

How can I run multi-line commands inside the spinnaker-spinnaker-halyard-0

I am writing a bash file where I wrote some scripts to install the spinnaker in Kubernetes cluster (minikube) everything is working fine, the spinnaker is installed now but when I come inside the halyard and want to run few scripts from my bash file…
Monika Rani
  • 811
  • 1
  • 6
  • 10
2
votes
1 answer

How to install things needed into halyard docker container

I'm trying to setup Spinnaker a the local development environment. I'm following the steps here: https://www.spinnaker.io/setup/install/halyard/. In the 'Local Git' section (https://www.spinnaker.io/setup/install/environment/) it includes…
Joe M
  • 2,527
  • 1
  • 25
  • 25
2
votes
1 answer

spin-fiat not starting during hal config apply: services.front50.baseUrl

Hal Version root@9d4ea3d3c90e:/workdir# hal --version 0.43.0-180317140630 Applying config with hal root@9d4ea3d3c90e:/workdir# hal deploy apply + Get current deployment Success + Prep deployment Success Problems in…
Eric Francis
  • 23,039
  • 31
  • 88
  • 122
2
votes
1 answer

Unable to setup AWS Account on Spinnaker

I followed following steps to add and configure AWS account in Spinnaker: hal config provider aws account add my-aws-acc --account-id xxxxxxxxxxxx --assume-role SpinnakerManaged hal config provider aws enable AWS Account Setup SpinnakerManaged…
2
votes
1 answer

How to backup & restore spinnaker pipelines

I am new to & trying to use spinnaker for the client I am working with. I am somewhat familiar with spinnaker architecture. I know FRONT50 micro-service is responsible for this task. I am not sure how I can safely backup the pipeline data and…
Hafiz
  • 4,921
  • 3
  • 19
  • 28
2
votes
1 answer

ERROR Could not load "versions.yml" from config bucket

Get current deployment Success Get Spinnaker version Success Get released versions Failure Problems in Global: ! ERROR Could not load "versions.yml" from config bucket: Connection reset. Failed to load available Spinnaker versions. Hi, I was…
于树强
  • 21
  • 3
2
votes
1 answer

How to install spinnaker on local kubernetes cluster

I'm trying to install spinnaker on local kubernetes cluster. I found some guide at https://github.com/kenzanlabs/spinikube but this guide is out of date. Now all install and config spinnaker via halyard. I also found this guide…
Duong
  • 21
  • 3
2
votes
3 answers

Spinnaker configuration

I'm having question about spinnaker-Halyard installation, Can spinnaker manage AWS cloud provider without being installed on EC2 instance?. meaning that can I install spinnaker locally and add aws account and manage pipelines
ganesh
  • 41
  • 2
1
vote
0 answers

Inside Docker container Kubectl gives Unable to connect to the server: dial tcp i/o timeout

I'm trying to follow this tutorial https://www.youtube.com/watch?v=9EUyMjR6jSc. I'm working on Ubuntu 20.04LTS, I installed k3d and this is ~/.kube/config information apiVersion: v1 clusters: - cluster: certificate-authority-data: ... …
1
vote
1 answer

Spinnaker hal is not starting due to java version

I couldn't start hal in my local mac, I was having java8 before, Now I have upgrade to java11, still I see the same error. Muthus-MBP-2:~ muthukumar$ hal -v The halyard daemon isn't running yet... starting it…
user3369417
  • 358
  • 1
  • 4
  • 17
1
2 3 4 5 6 7