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

How can i integrate jenkins(which is running on-prem behind a proxy) with spinnaker running in private GKE cluster?

We have one jenkins running in on-prem behind a proxy server.. we want to integrate it with spinnaker(running in GKE) using halyard but we are facing issues in connectivity(VPN is already in place between GCP VPC and on-prem) .. we are getting…
0
votes
1 answer

Is it possible to install spinnaker without redis?

I want to install a spinnaker without redis! Is it possible? I will be using GCS for persistent storage. I have managed to set up Orca,Front50, Clouddriver to use SQl as described here , here and here . If all these microservices are using SQL as…
dkakoti
  • 632
  • 9
  • 26
0
votes
2 answers

spinnaker UI is stucked on authentication and finally gets timed out

I have noticed a request is going with wrong URL ,please find in image attached, in place of http://ip:9000 it is routing to hhttp://ip:9000
0
votes
4 answers

Spinnaker-Halyard - Error Fetching Application

I was finally able make spinnaker up. but I am not able to access Projects, Applications. Getting following error. Also I want to know how to change the configuration from localhost to ip address in which file. so I can make it available for users.…
0
votes
1 answer

Fresh Spinnaker Install, Unable to create project/application it's keeps loading

I have installed spinnaker on GCP instance Linux Ubuntu 1604. But i am unable to create project or application its keep loading and no response for long time. Could anyone help me to get this resolved?
0
votes
2 answers

Spinnaker - SQL backend for front50

I am trying to setup SQL backend for front50 using the document below. https://www.spinnaker.io/setup/productionize/persistence/front50-sql/ I have fron50-local.yaml for the mysql config. But, not sure how to disable persistent storage in halyard…
user1578872
  • 7,808
  • 29
  • 108
  • 206
0
votes
1 answer

Spinnaker halyard deployment - overriding readinessprobe configuration

How to override readinessprobe configuration in halyard config for Spinnaker deployment through Halyard? Front50 is taking time (~60 secs ) to start and hence healthcheckfails as the default timeout is set to 1 sec. Default readinessprobe config for…
user1578872
  • 7,808
  • 29
  • 108
  • 206
0
votes
1 answer

Deploying spinnaker using halyard on Kubernetes

Trying to deploy spinnaker in Kubernetes using halyard. All my custom configurations are under ~/.hal/default/service-settings ~/.hal/default/profile So, running the below command deploys the configuration. hal deploy apply This reads my…
user1578872
  • 7,808
  • 29
  • 108
  • 206
0
votes
1 answer

Spinnaker CloudDriver Pod crashing because of IAM issue

When deploying Spinnaker to EKS via hal deploy apply, Spinnaker Clouddriver pod goes to CrashLoopBackOff with the following error, Caused by: com.amazonaws.services.securitytoken.model.AWSSecurityTokenServiceException: User:…
0
votes
1 answer

Spinnaker - Azure keyvault integration

I am trying to integrate azure key vault with spinnaker and didn't find any links/resources. Essentially my jobs should be able to access the secrets which are stored in azure keyvault. Has anyone tried it ?
SunilS
  • 2,030
  • 5
  • 34
  • 62
0
votes
1 answer

Spinnaker Clouddriver pod goes to CrashLoopBackOff

When deploying Spinnaker to EKS via hal deploy apply, Spinnaker Clouddriver pod goes to CrashLoopBackOff with the following error, Factory method 'awsProvider' threw exception; nested exception is java.lang.NullPointerException: Cannot get property…
0
votes
1 answer

Spinnaker hal config ci concourse master add mymaster --read-permissions=[] --write-permissions=[] supply values

I'm trying to configure Spinnaker with Concourse CI on Kubernetes provider. Concourse and Spinnaker itself running on concourse and spinnaker namespaces in the cluster. Concourse web (the web UI) is internally accessible at web.concourse:8080. I…
Moazzem Hossen
  • 2,276
  • 1
  • 19
  • 30
0
votes
1 answer

Spinnaker pipeline name environment variable

I've spinnaker with kubernetes manifest v2. Now, I'm creating spinnaker pipeline with manifest files in which I'd like to have namespace named as applicationName-pipelineName. I'm looking for spinnaker environment variable for pipeline name which I…
Jaydeep Soni
  • 488
  • 1
  • 8
  • 19
0
votes
2 answers

hal deploy apply failing on kubernetes cluster using halyard

Need some help on deploying spinnaker on an existing AWS EKS cluster using halyard. When we do a hal deploy apply, the deployment is with the readiness probe of http://localhost:, which is failing as the localhost will be the server from where I…
0
votes
1 answer

Halyard Deploy Spinnaker Target

Am trying to deploy spinnaker using halyard. We have 20-25 application clusters ( Azure AKS clusters ) where we want to deploy applications from spinnaker. We also have a spinnaker cluster where i want to deploy spinnaker. I have configured app and…
P Ekambaram
  • 15,499
  • 7
  • 34
  • 59