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
102
votes
30 answers

Jenkins: 403 No valid crumb was included in the request

I configured Jenkins in Spinnaker as follows and setup the Spinnaker pipeline. jenkins: # If you are integrating Jenkins, set its location here using the baseUrl # field and provide the username/password credentials. # You must also…
Balkrishna
  • 2,897
  • 3
  • 23
  • 31
87
votes
2 answers

What's the difference between Red/Black deployment and Blue/Green Deployment?

I've heard both used to describe the idea of deploying an update on new machines while keeping old machines active, ready to rollback if an issue occurs. I've also heard it used to describe sharing load between updated services and old service,…
Erich
  • 1,902
  • 1
  • 17
  • 23
49
votes
3 answers

Compare Spinnaker with Jenkins 2.0 as a continuous delivery tool

As we know, Jenkins 2.0 has been released, and it is extending beyond just continuous integration (CI) to continuous delivery (CD). So I want to ask, what are the competitive advantages of Spinnaker compared to Jenkins 2.0?
feihujiang
  • 577
  • 1
  • 4
  • 5
20
votes
4 answers

Spinnaker on Kubernetes: Not able to start the spinnaker containers in kubernetes

I was following this documentation to setup Spinnaker on Kubernetes. I ran the scripts as they specified. Then the replication controllers and services are started. But some of PODs are not started root@nveeru~# kubectl get pods…
Veerendra K
  • 2,145
  • 7
  • 32
  • 61
16
votes
4 answers

Pods are not starting. NetworkPlugin cni failed to set up pod

K8 Version: Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.4", GitCommit:"d6f433224538d4f9ca2f7ae19b252e6fcb66a3ae", GitTreeState:"clean", BuildDate:"2017-05-19T18:44:27Z", GoVersion:"go1.7.5", Compiler:"gc",…
Veerendra K
  • 2,145
  • 7
  • 32
  • 61
12
votes
1 answer

Spinnaker Pipeline as code

I really like the idea what armory has done for pipeline as code for spinnaker. I want to implement something of similar sort. Can someone explain how they might be doing this ? https://docs.armory.io/user-guides/dinghy/ { "application":…
madcolonel10
  • 735
  • 2
  • 9
  • 22
12
votes
2 answers

What does each Spinnaker deployment strategy mean?

I would like to know what each strategy means and how they work behind the scenes (i.e., Highlander, Red/Black, Rolling Push). It would be very useful to have this information on the official website. Thanks
Hugo Lopes Tavares
  • 28,528
  • 5
  • 47
  • 45
10
votes
3 answers

Kubernetes: Cannot convert int64 to string. Kubernetes fails to interpret integer value in helmchart values.yaml file

I have a values.yaml file in which I have given spring_datasource_hikari_maximum_pool_size: "10" In deployment yaml I have used this value as - name: SPRING_DATASOURCE_HIKARI_MAXIMUM-POOL-SIZE value: {{…
8
votes
2 answers

Is it possible to deploy Docker containers using Netflix's Spinnaker?

I wonder if Spinnaker (http://spinnaker.io) can be used for docker container deployment? What we do is: Poke the repo If the code is new there - we build 3 containers (nginx, django app container, fluentd logger container) we are spinning up…
Andrey Zentavr
  • 312
  • 1
  • 5
  • 13
7
votes
1 answer

What's the relationship between projects and applications in spinnaker?

In the latest UI of spinnaker, there are projects and applications labels. What's the relationship between projects and applications in spinnaker?
feihujiang
  • 577
  • 1
  • 4
  • 5
7
votes
1 answer

Unable to create an Application - no accounts listed in dashed rectangle beside the Accounts heading

I am working off the Spinnaker Getting Started guide. Spinnaker is now running on an EC2 instance and accessible via http://localhost:9000. When I try to create a new Application I understand that expect my-aws-account and my-google-accountoptions.…
mayank_io
  • 440
  • 5
  • 8
5
votes
1 answer

Add Kubernetes annotations on Spinnaker internal component deployments

We're using Kubernetes 1.9 as our cloud provider for Spinnaker v1.6. In this mode, halyard deploys all of the Spinnaker components - orca, rosco, igor, etc. - as Kubernetes deployments in the spinnaker namespace. We want to add custom Kubernetes…
Akshat Mahajan
  • 9,543
  • 4
  • 35
  • 44
5
votes
2 answers

spinnaker /halyard : Unable to communicate with the Kubernetes cluster

I am trying to deploy spinnaker on multi node . I have 2 VMs : the first with halyard and kubectl the second contain the kubernetes master api. my kubectl is well configured and able to communicate with the remote kubernetes api, the "kubectl get…
Anihak
  • 51
  • 3
5
votes
2 answers

Will spinnaker support targeting multiple Kubernetes clusters?

We use a separate VPC per environment. Does or will spinnaker support targeting different Kubernetes clusters? Will adding environments ad-hoc be viable?
Greg
  • 643
  • 9
  • 15
4
votes
1 answer

Spinnaker - Error during 'Create LoadBalancer'

I installed Spinnaker on my test cluster using Helm charts. When I tried to create a LoadBalancer, I noticed the 'namespace' dropdown was blank in the dialog box. When I just tried to create the loadbalancer, I see the error ' unregistered…
1
2 3
27 28