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

Spinnaker is not able to download helm charts from Artifactory

Description: Spinnaker is unable to download helm-charts from a configured Artifactory source. Here's the stack trace log from the clouddriver pod - WARN 1 --- [0.0-7002-exec-5] c.n.s.k.w.e.GenericExceptionHandlers : Handled error in generic…
A Null Pointer
  • 2,261
  • 3
  • 26
  • 28
1
vote
1 answer

Azure kubernetes - How to install spinnaker?

I am trying to install and configure spinnaker on azure kubernetes. I don't find any documentation clearly explaining the process. Is there any documentation available on installing and configuring spinnaker on azure kubernetes?
One Developer
  • 99
  • 5
  • 43
  • 103
1
vote
1 answer

Using basic authentication with the gate service

I'm trying to integrate an automated tool with spinnaker through the gate API. Right now I have oauth2 enabled for the regular UI flow and am looking how to setup basic auth for my tool. I couldn't find on the docs how or if this is possible at all.…
scooterman
  • 1,336
  • 2
  • 17
  • 36
1
vote
1 answer

Is there a way to install latest the Spinnaker/Helm/K8s combo?

I've been using helm install spinnaker stable/spinnaker -f spinnaker-config.yaml --timeout 1200s --version 2.0.0-rc9 Which is the latest helm chart for Spinnaker. Using this on a freshly created K8s cluster on GKE. Just installed Helm so I have the…
1
vote
2 answers

why there are no logs on /var/log/spinnaker

Our Spinnaker is deployed on Ubuntu 18, Spinnaker version is 1.20.3. The only way we can view the logs is to run journalctl -u $microservice there are no logs on /var/log/spinnaker. Is this normal?
erlchamp
  • 45
  • 4
1
vote
1 answer

Spinnaker deployment in kubernetes is failing

Background: I have setup a ServiceAccount and spinnaker-role-binding in the default namespace. Created the spinnaker namespace for Kubernetes. Deployed services on port 9000 and 8084. NAME TYPE CLUSTER-IP EXTERNAL-IP…
1
vote
1 answer

Getting warning You have not yet selected a version of Spinnaker to deploy

I'm trying out Spinnaker and did a fresh Halyard installation. Now when I'm running any Hal commands, I'm getting the following warning. WARNING You have not yet selected a version of Spinnaker to deploy. How to avoid getting this warning?…
Milindu Sanoj Kumarage
  • 2,714
  • 2
  • 31
  • 54
1
vote
2 answers

Couldn't create spinnaker pipeline template which runs another pipeline

I am new to spinnaker and started writing pipeline templates for all tools and applications in our organization. In one scenario I have to run a pipeline from another pipeline and I want both pipelines to need to be templated so that I can create…
Tamizharasan
  • 293
  • 1
  • 5
  • 18
1
vote
1 answer

Spinnaker:AKS account not showing on UI

I've configured spinnaker cloud provider as kubernetes with below commands hal config provider kubernetes enable kubectl config current-context CONTEXT=$(kubectl config current-context) hal config provider kubernetes account add my-k8s-v2-account …
Jaydeep Soni
  • 488
  • 1
  • 8
  • 19
1
vote
0 answers

Halyard: Deploy changes to Spinnaker

We have deployed spinnaker using halyard in dev environment. we need to add new kubernetes account from TEST cluster. hal config is updated with new kubernetes account ( from TEST environment ) Then ran 'hal deploy apply' to deploy the changes. only…
P Ekambaram
  • 15,499
  • 7
  • 34
  • 59
1
vote
0 answers

Spinnaker setup on private Kubernetes cluster

Trying to setup Spinnaker on private Kubernetes cluster. Can see the GUI but applications are not loading and throwing the below error. Error fetching applications. Check that your gate endpoint is accessible. Further information on…
user1578872
  • 7,808
  • 29
  • 108
  • 206
1
vote
1 answer

Failed to edit persistent store "s3" - with spinnaker storage with s3 configuration

I am trying to configure the spinnaker with hal from the source (https://www.spinnaker.io/guides/tutorials/codelabs/hello-deployment/). While configuring the storage with s3 in aws I am facing the below error. Someone please guide me to resolve this…
palani.p
  • 521
  • 1
  • 7
  • 13
1
vote
1 answer

Spinnaker: How to bring custom boms into spinnaker pod to be able to deploy it with hal?

I would like to provide a custom BOM (Bill of Materials) to spinnaker so that I can configure the repos according to my needs. I am new to k8s, helm and spinnaker and altought reading the docu there are some things not entirely clear how to do…
papanito
  • 2,349
  • 2
  • 32
  • 60
1
vote
1 answer

Spinnaker with Halyard from Helm Chart has missing aws cli

I create Spinnaker from Helm Chart (https://github.com/helm/charts/tree/master/stable/spinnaker). Then I want to add ECR to my Spinnaker. I connect to haylard: kubectl exec -it -n spinnaker spinnaker-spinnaker-halyard-0 bash Then I put this…
kchrusciel
  • 143
  • 7
1
vote
2 answers

Spinnaker with restricted namspace access

I am trying to setup spinnaker with kubernetes and getting an error: user cannot list namespace. I don't have access to list namespace in cluster scope. Is it possible to set up and apply hal configuration without access to list namespaces at…
FNU
  • 11
  • 2