Questions tagged [spinnaker]

For Netflix's continuous delivery platform. For the Flir GenICam API, use the tag [spinnaker-cam]

Spinnaker is a continuous delivery platform created by Netflix. It is free, open source, and works with several widely-used cloud providers.

It is the successor to Asgard, Netflix's previous cloud deployment tool. It supports deployment pipelines so you can deploy your application using a blue/green strategy or resize your cluster or do staged releases (canary deployments).

References

Related Tags

418 questions
4
votes
4 answers

How do you configure Spinnaker to use an ElastiCache redis cluster?

Following the instructions here, I am attempting to configure Spinnaker to use an ElastiCache redis cluster, with cluster mode enabled. Spinnaker: 1.40.2 Halyard: 0.35 Cloud driver provider: k8s (1.7.4) Cloud: AWS I have an ElastiCache Redis…
GreenKiwi
  • 1,025
  • 13
  • 28
4
votes
2 answers

Spinnaker on Openshift

Is it possible for Spinnaker to run and deploy apps on Red Hat's Openshift as a cloud provider? If not, what would it take to contibute to make that a reality? Thanks.
gastaldi
  • 728
  • 1
  • 6
  • 17
3
votes
1 answer

Passing parameters coming from a custom stage in spinnaker to a subsequent stage?

we are using Spinnaker to automate our deployment pipelines. As part of the pipelines we have some custom stage that generate change tickets in JIRA for the release (some mandate we have from a regulatory perspective). The custom stage then waits…
3
votes
1 answer

Spinnaker Installation via helm in terraform

I am trying to install spinnaker on Kubernetes with Terraform using the following resource: resource "helm_release" "spinnaker" { chart = "stable/spinnaker" name = "spinnaker" repository = "https://helmcharts.opsmx.com/" version …
3
votes
0 answers

Spinnaker - Automated Triggers not working

I have configured the Automated Triggers as mentioned below Added the webhook in Github Updated the spinnaker configuration kubectl exec --namespace spinnaker -it spinnaker-spinnaker-halyard-0 bash hal config features edit --artifacts true hal…
One Developer
  • 99
  • 5
  • 43
  • 103
3
votes
1 answer

How to access NodePort in Minikube with docker driver?

I launched minikube with the docker driver on a remote machine and I have used a nodePort service for a particular pod. I believe nodePort exposes the port on the minikube docker container. On doing minikube IP it gave me the IP of the docker…
aayush.ag21
  • 53
  • 1
  • 5
3
votes
2 answers

Spinnaker Pipeline is failing after starting it manually

Spinnaker on Gke : Pipeline is getting failed after starting manually the first issue is the .spin/config didnt get created, I created that manually as missing in the steps…
Vidya Sawanny
  • 151
  • 1
  • 3
  • 8
3
votes
1 answer

kubernetes Pod's readinessProbe errored but endpoint not removed from Service

I'm running Spinnaker on Kubernetes 1.10.111. One of the Spinnaker services is a Pod running a service called Clouddriver. This Pod was running fine, but then the readinessProbe started erroring continuously. Kubernetes docs say readinessProbe:…
David Xia
  • 5,075
  • 7
  • 35
  • 52
3
votes
1 answer

Best practices for passing parameters from one pipeline to another

We're trying to use spinnaker(with kubernetes/helm) to roll out multiple parameterized stacks and gradually promote the new one in an application where each stack has its own database. We've divided up the applications into microservices and each…
juhanic
  • 805
  • 8
  • 16
3
votes
1 answer

Halyard - How to use --password-command option?

About Halyard, I want to use --password-command option to refresh Amazon ECR Authorization Token. If you have experience of using this option, please teach me. Thank you!
3
votes
1 answer

How can I use private helm repository with Spinnaker?

I want to use Artifactory as private Helm repository and deploy my app using helm chart to Kubernetes everytime a new version of helm chart gets uploaded to Artifactory.
Jainish Shah
  • 1,217
  • 10
  • 15
3
votes
0 answers

How do I use request latency as a statistic in Spinnaker automated canary analysis?

I'm using Spinnaker on Google Kubernetes Engine with Stackdriver as a log and statistics source. I'm having trouble getting timing/distribution metrics working with the Spinnaker automated canary analysis setup. My application logs request…
Travis Illig
  • 23,195
  • 2
  • 62
  • 85
3
votes
2 answers

What should be considered an application in Spinnaker?

We are providing the user with some functionality that are made of a collections of modules. Each module is deployed in its own POD (container). The modules are: User Interface (React + NodeJS BFE) module Backend service (REST API)…
Carlos Fau
  • 41
  • 3
3
votes
1 answer

Spinnaker setup failing on aws

I am setting up spinnaker on aws for the first time but couldn't get it working: I have referred to the existing thread Spinnaker: not able to access with localhost:9000 on Azure WM and…
mrityunjay
  • 379
  • 2
  • 6
  • 13
3
votes
1 answer

How to trigger a Spinnaker pipeline by schedule or time?

I have a pipeline setup in Spinnaker where it cuts and deploys a nightly build. I like this to start running at 2am everyday. But I couldn't find any option or documentation on how to do this. Thanks.
Henry Chang
  • 379
  • 5
  • 16
1
2
3
27 28