Spinnaker Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 43: | Line 43: | ||
=Blue-Green Deployments with Spinnaker= | =Blue-Green Deployments with Spinnaker= | ||
{{Internal|Blue-Green_Deployments_with_Spinnaker#Overview|Blue-Green Deployments with Spinnaker}} | {{Internal|Blue-Green_Deployments_with_Spinnaker#Overview|Blue-Green Deployments with Spinnaker}} | ||
=Running an Arbitrary Script as Kubernetes Job= | |||
{{Internal|Spinnaker Running an Arbitrary Script as Kubernetes Job#Overview|Running an Arbitrary Script as Kubernetes Job}} |
Revision as of 20:36, 4 April 2022
Internal
CLI Access
Installation and Configuration
curl -LO https://storage.googleapis.com/spinnaker-artifacts/spin/$(curl -s https://storage.googleapis.com/spinnaker-artifacts/spin/latest)/darwin/amd64/spin
chmod +x spin
sudo mv spin /usr/local/bin/spin
Follow specific configuration instructions depending on the authentication method against the backend.
Options
-k|--insecure
Ignore certificate errors.
Operations
spin -k application list
Application Operations
Create an Application
Configure an Application
Pipeline Operations
List Pipelines
spin [-k] pipeline list --application my-application
Create a Pipeline
Delete a Pipeline
spin pipeline delete --name my-pipeline --application my-application