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
1
vote
2 answers

How to add Jfrog Artifactory as a docker registry in Spinnaker?

I am trying to add JFrog Artifactory as a Docker registry account in my Spinnaker installation. I do the following: hal config provider docker-registry enable ADDRESS=server.company.com.jfrog.io REPOSITORIES=abc/contrepo USERNAME=abc@xyz.com hal…
jraj
  • 205
  • 1
  • 3
  • 9
1
vote
1 answer

How to delete the kubernetes provider accounts which is attached to a cluster.(that cluster is deleted)

I have many kubernetes provider accounts. out of them two are 1) my-k8s-account and 2) my-test-account... both are attached to same kubernetes cluster. Now I had to delete the cluster. Now I am trying to sudo hal deploy apply (Now its showing…
Ram
  • 655
  • 2
  • 7
  • 27
1
vote
1 answer

--spinnaker-registry flag override not effective

we are using spinnaker version 1.6.1.. when we try to override the dockerRegistry using the --spinnaker-registry flag in the InstallHalyard.sh script, the registry is still not overridden.. its still referring to the public registry..
Ram
  • 628
  • 1
  • 6
  • 19
1
vote
1 answer

Spinnaker on Titus cloud provider

Are there any steps of configuring Spinnaker/Halyard to work on Titus based cluster? - https://netflix.github.io/titus/ There aren't any steps described in the documentation: https://www.spinnaker.io/setup/install/providers/ Also, check this Github…
anghel adrian
  • 162
  • 2
  • 14
1
vote
3 answers

Error while installing Halyard

Im trying to install halyard in Ubuntu 16.04. I have downloaded installhalyard script using curl curl -O https://raw.githubusercontent.com/spinnaker/halyard/master/install/debian/InstallHalyard.sh After Im executing sudo bash InstallHalyard.sh to…
Jman91
  • 31
  • 6
1
vote
1 answer

Spinnaker clouddriver doesn't start

After Spinnaker deployment on EC2, clouddriver doesn't start. tried the same on local machine and the result is the same. Trying to run 1.6.1 on ubuntu 16.04. I am using s3 as storage aws as cloudprovider. After deployment spinnaker UI is accesable,…
1
vote
0 answers

Couldn't create application in spinnaker UI

I've used Oracle IaaS K8s environment. So, all configuration changes are done successfully, But when I'm creating the Application I've got "Could not create application: Cannot get property 'name' on null object" message. Could you please help me to…
1
vote
1 answer

Spinnaker server group labelling

I am creating a server group and I want to add a label to the deployment. I don't find any option in the spinnaker UI to add one. Any help on this?
Sourav
  • 496
  • 2
  • 12
  • 28
1
vote
1 answer

How to add another deployment configuration with halyard?

root@fe7443a7ebbb:/workdir# hal --version 0.43.0-180317140630 The first command I ran with halyard was: hal config provider kubernetes enable This created a default configuration: # ~/.hal/config currentDeployment:…
Eric Francis
  • 23,039
  • 31
  • 88
  • 122
1
vote
1 answer

Spinnaker on AWS: Create application hangs

I'm having trouble creating a new application on Spinnaker after following the quickstart guide for AWS. The server runs fine on Port 9000 and I've enabled Port 8084 (via AWS Security Group) for Deck/Gate to run. However, when I try to create a new…
1
vote
0 answers

I Installed spinnaker using cloud launcher in GCP with kubernetes enabled but could not find igor.yaml or spinnaker.yaml

I am installing spinnaker using cloud launcher. I enabled kubernetes. In /opt/config/spinnaker I am not getting any spinnaker-local.yaml or igor.yaml files. How can I integrate Jenkins with spinnaker if I don't see any of the files
1
vote
1 answer

Spinnaker base-url doesn't working by URL path setting

I try to set URL Path to spin-gate base-url at spinnaker. hal config security api edit --override-base-url http://example.com/api And now, I accessed spinnaker ui. but it doesn’t work at…
Subaru365
  • 11
  • 5
1
vote
1 answer

Spinnaker: Added an account (Azure), but no region is populated

Has anyone run into this issue where you add an account (Azure), but no region is populated when creating a new security group or load balancer? The azure account was added with no errors (even checked logs, clouddriver, echo, etc.). Since there is…
Mozanrath
  • 11
  • 2
1
vote
1 answer

spinnaker deck not listening at port 9000

Installed spinnaker via halyard on ubuntu 14.04 machine using the commands below. hal version list VERSION=1.4.2 hal config version edit --version $VERSION sudo hal deploy apply hal deploy connect but deck is not listening at port 9000, netstat -l…
1
vote
1 answer

Enable ChaosMonkey in Spinnaker

I've installed Spinnaker on AWS using https://aws.amazon.com/quickstart/architecture/spinnaker/ I've also installed Halyard and updated Spinnaker to 1.5.0 Problem is after I execute hal config features edit --chaos true The option for ChaosMonkey…
Karudi
  • 2,692
  • 3
  • 18
  • 19