Open Enterprise Spinnaker

Spinnaker With Restricted Namespace Access
Question: How to setup Spinnaker  with restricted namespace access? Answer:You can try to get your admin to give you access to a ClusterRole+RoleBinding th...
Wed, 15 Jul, 2020 at 2:05 AM
Spinnaker on IBM Bluemix
Question: Is it possible to deploy Spinnaker on IBM Bluemix? Answer: Cloud Foundry support (which is what IBM Bluemix is based upon) is available, This lin...
Wed, 15 Jul, 2020 at 2:06 AM
passing artifacts in pipeline stage
Question: When triggerring  pipeline 'B' from pipeline 'A' by using the pipeline stage, how do we pass any artifacts from pipeline 'A...
Wed, 6 May, 2020 at 11:34 AM
Spinnaker file properties from remote jenkins
Question: How to get spinnaker file properties from jenkins? Answer:  Try this: https://spinnaker.io/guides/user/pipeline/expressions/#property-files
Wed, 15 Jul, 2020 at 2:30 AM
Spinnaker pipeline If new tag found
Question: How to Run spinnaker pipeline only if new Tag found? Answer: This link provides a generic answer: https://www.spinnaker.io/guides/user/pipeline...
Wed, 15 Jul, 2020 at 2:23 AM
Spinnaker: Deciding which stage to go next
Question : How to decide which stage is next in spinnaker? Answer: "Conditional On Expression" can be used to evaluate each of the possible &quo...
Wed, 15 Jul, 2020 at 2:21 AM
To read the output from a Webhook stage
Question : Is there's a way to read the output from a webhook stage? Answer: Webhook stage expects output in json format. If you want to make webhoo...
Wed, 15 Jul, 2020 at 2:19 AM
scaling clouddriver and echo in HA mode
Question: Can we replicate the Clouddriver/echo pods in spinnaker HA mode? All of them including the RW ones? Answer: clouddriver pods (all profiles) ca...
Tue, 15 Dec, 2020 at 5:43 AM
deployment failing with wrongNamespace
One reason this happens is that the k8s account is not configured for the namespace being deployed to. Check the .hal/config for the account and namespaces ...
Tue, 15 Dec, 2020 at 5:46 AM
in a custom job stage in orca, how do you provide dynamic values for application, account?
Question: In a custom job stage in orca, how do you provide dynamic values for application, account? That is, say use the application in which the stage is ...
Fri, 22 Jan, 2021 at 3:12 AM