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
0
votes
1 answer

Spinnaker accessing UI from localhost using ssh-tunnel

I've installed spinnaker in kubernetes cluster, halyard is running in ubuntu machine. To access spinnaker UI from my laptop as localhost:9000, I ran hal deploy connect on ubuntu and created ssh tunnel in putty for ports 9000, 8084, 8087 which is in…
Jaydeep Soni
  • 488
  • 1
  • 8
  • 19
0
votes
1 answer

Spinnaker Nexus Integration

I'm facing issue while integrating spinnaker with Nexus. Basically, here is my process - Building docker image using Jenkins and uploading to Nexus. Next, want to trigger spinnaker pipelines based on new image available on Nexus to deploy apps on…
Jaydeep Soni
  • 488
  • 1
  • 8
  • 19
0
votes
1 answer

Accounts not visible on Spinnaker deck

I have setup a local (debian) installation of spinnaker and everything looks fine. I had also setup the authentication as ldap and able to sign in as well. For authorization, I am using the FILE and have already enabled. However, When I am trying…
Samit
  • 595
  • 2
  • 12
0
votes
1 answer

Spinnaker Docker registry configuration

I am trying to add Docker registry for Spinnaker using the below command: hal config provider docker-registry account add docker-registry-test --address docker.xyz.com --repositories…
user1578872
  • 7,808
  • 29
  • 108
  • 206
0
votes
1 answer

Custom profile for storage setting in Spinnaker

I am trying to set up Spinnaker on a private Kubernetes cluster. We are using a private S3 backed storage which needs a special param. If I add that in ~/.hal/config, hal deploy apply fails with unknown field error. ! ERROR Could not translate…
user1578872
  • 7,808
  • 29
  • 108
  • 206
0
votes
1 answer

Spinnaker setup on private Kubernetes cluster - Clouddriver cert error

I tried deploying Spinnaker using halyard and running into issue with clouddriver. Have added a corporate Docker registry which needs corporate CA. Clouddriver was failing with the below error. Caused by:…
user1578872
  • 7,808
  • 29
  • 108
  • 206
0
votes
2 answers

Spinnaker bakery error: Subnetwork should be specified for custom subnetmode network, invalid

I have installed Spinnaker version: 1.14.11 (local) from scratch on a GCP VM and did hal config. Spinnaker is able to see the compute instances and network in the project. Spinnaker also works fine creating server group / LB and firewall. but once I…
Gans
  • 76
  • 1
  • 5
0
votes
1 answer

Spinnaker UI security(Oauth2.0) with Azure kubernetes throws error

I have installed Spinnaker on azure kubernetes (inside docker container) and accessing spinnaker UI with external public IP and port (configured 2 load balancers) http://externalIP:9000. I am trying to configure the OAuth2.0 for spinnaker UI.…
0
votes
1 answer

Sharing baked ami in Spinnaker with Prod account after Staging deployment

I am trying to evaluate Jenkins+Spinnaker as our CI/CD platform and i would like to say it worked perfectly for us till Staging environment. We are using AWS and AMIs for our flow. Now, our requirement is that we want to share AMI with Prod account,…
Vivek Kumar
  • 515
  • 2
  • 6
  • 9
0
votes
3 answers

How to create service account for Spinnaker

I want to automate pipeline triggers by using fiat service account. So I follow the Spinnaker doc: https://www.spinnaker.io/setup/security/authorization/service-accounts/ Then i have trouble to run the curl command. Where should I run it? I tried to…
Shuai Liu
  • 1
  • 1
0
votes
1 answer

Spinnaker AWS Provider not allowing create cluster

Deployed Spinnaker in AWS to run a test in the same account. However unable to configure server groups. If I click create the task is queued with the account configured via hal on the CLI. Anyway to troubleshoot this, the logs are looking light.
the_frank
  • 105
  • 3
  • 12
0
votes
1 answer

Spinnaker configuration loaded as code from gitlab

It is really good that we have spinnaker pipeline as a code from roer and other tools. But is there a way that we will store these pipelines and as well as configurations on gitlab and restore by just fetching the files from gitlab? without really…
Pramod V
  • 126
  • 4
0
votes
1 answer

What is the purpose of Docker registry in Spinnaker K8 setup

Lets assume I go with AWS/EKS, kubernetes deploy, as described in this tutorial. Why Do I need to have a Docker registry? The way I understand (probably wrong): After the Jenkins Pipeline is run, the image is pushed on to repository (S3 or similar),…
Amiga500
  • 5,874
  • 10
  • 64
  • 117
0
votes
1 answer

Reduce spinnaker log level

Spinnaker logs an unholy amount of INFO messages. I could not find any documentation on how to raise the minimum log level of spinnaker to, let's say, WARN. How can I set a different default log level for spinnaker, preferably using halyard?
adhominem
  • 1,104
  • 9
  • 24
0
votes
1 answer

How do you get Jinja templates into spinnaker/echo for webhook processing?

I have Spinnaker 1.10.5 deployed to Azure Kubernetes Service using Halyard. I am trying to get Azure Container Registry webhooks to trigger a pipeline. I found that you can set up echo to allow artifact webhooks using an echo-local.yml like…