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

null value in entry: manifests=null

I've created a Deploy manifest step for kubernetes. I've got a bake step and I see an yaml file being created. I've tested access via kubectl on the spinnaker statefulset and can see pods. So I've confirmed network and acl is working but I'm still…
krynn1
  • 1
0
votes
1 answer

Spinnaker front50 is unable to access Oracle Object Storage

I have setup spinnaker using halyard, and the official oracle oci documentation: https://blogs.oracle.com/cloud-infrastructure/post/spinnaker-for-application-deployment-on-oracle-cloud-infrastructure Everything goes fine and it deploys successfully,…
0
votes
1 answer

How to add CRDs to spinnaker accounts?

I'm looking to add support for Istio's DestinationRule to Delete (Manifest). I believe I need to update .deploymentConfigurations.providers.kubernetes.accounts.customResources in .hal/config to something like follows: - kubernetesKind:…
George Aristy
  • 1,373
  • 15
  • 17
0
votes
0 answers

Spinnaker Kayenta service is failing to identify the spinnaker details

I am testing the spinnaker for one pipeline implementation, during canary analysis process spinnaker is unable to read the metrics from datadog and throwing below error. Request…
0
votes
1 answer

Not getting Kubernetes cluster option in Create Server Group of Spinnaker

I am using Spinnaker version 1.26.6 which is deployed using Halyard. I have added multiple Kubernetes account with provider version V2 following here https://spinnaker.io/docs/setup/install/providers/kubernetes-v2/ and the service account has entire…
0
votes
1 answer

How to add Jfrog Artifactory as a HELM registry in Spinnaker

I am trying to add the Jfrog Artifactory to spinnaker so that spinnaker will be able to fetch the helm chart and makes the deployment. I am trying this command but it's not working hal config artifact helm account add my-helm-account \ …
user16133873
0
votes
1 answer

Cert-Manager JKS Keystores File Path for Spinnaker SSL Config

I am trying to create a certificate with JKS keystore using cert-manager inside my kubernetes cluster for spinnaker to refer to from its ssl configuration. According to the cert-manager documentation, it states that For JKS this adds the files:…
Young
  • 419
  • 3
  • 19
0
votes
1 answer

Error running Canary Deployment in Spinnaker

I am trying to enable the canary deployment for the AWS eks but my kayenta pod is not starting. When I describe the pod I see this error. Can anyone help? Warning Unhealthy 12m (x2 over 12m) kubelet Readiness probe failed: wget:…
user15746859
0
votes
1 answer

Create a stage specific parameter in spinnaker?

I have a spinnaker pipeline that has 3 stages creating configmaps in different clusters. These configmaps look alike except a tag value. I want to be able to create a tag parameter per stage so I can reuse the same configmap.yaml but just substitute…
user1795516
  • 451
  • 1
  • 8
  • 18
0
votes
0 answers

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

Issue Summary: Used a Halyard Docker Container to install Spinnaker docker run -p 8084:8084 -p 9000:9000 \ --name halyard --rm \ -v ~/.hal:/home/spinnaker/.hal \ -v ~/.kube/config:/home/spinnaker/.kube/config \ -e…
Rahul Bali
  • 692
  • 10
  • 28
0
votes
1 answer

Spinnaker pipeline not removing the deleted gcr images tags

I have some query on GCR trigger tags in spinnaker pipeline. We have removed older than 30 days gcr image tags but we can still see the removed tags from the spinnaker pipeline. I have run hal deploy apply but no luck . Any one has faced this issue…
Suganya G
  • 89
  • 6
0
votes
1 answer

Trigger Azure DevOps Release pipeline Stage from Spinnaker

I have created Release pipeline in Azure DevOps. I'm doing deployment inside spinnaker. Once Deployment got success/fail, the deployment status report should be come to Release pipeline stage in Azure DevOps. How to achieve this? Is it possible with…
0
votes
0 answers

Configuring S3 on Spinnaker with Helm

I'm trying out Spinnaker and since we use Helm quite regularly I'm trying to deploy it using stable/spinnaker ( https://github.com/helm/charts/tree/master/stable/spinnaker) Running it with the default configuration works, no complaints at all. The…
0
votes
0 answers

Map kubernates Volume attributes in Spinnaker

Anyone who has worked on CSI driver Key Vault Secrets, I want to map the below volume attributes in a Spinnaker pipeline. volumes: - name: secrets-store-inline csi: driver: secrets-store.csi.k8s.io readOnly:…
rin
  • 101
  • 1
  • 9
0
votes
1 answer

Accessing Spinnaker gate api which authenticated with google OAuth2.0

I have deployed the Spinnaker services and set its authentication by using google oauth2.0 services. Now I wanna access the gate api by writing custom nodejs javascripts. So the question is I donnot know how to let my request/http scripts access the…
tgsftwar
  • 3
  • 2