Spinnaker Operations: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
Follow specific configuration instructions depending on the authentication method against the backend. | Follow specific configuration instructions depending on the authentication method against the backend. | ||
{{External|https://spinnaker.io/docs/setup/other_config/spin/#configure-spin}} | {{External|https://spinnaker.io/docs/setup/other_config/spin/#configure-spin}} | ||
==Options== | |||
===<tt>-k|--insecure</tt>=== | |||
Ignore certificate errors. | |||
==Operations== | ==Operations== | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> |
Revision as of 00:36, 24 February 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
TO PROCESS.
Artifact Accounts
Configure GitHub as an Artifact Account
GitHub Trigger - Allow GitHub to Post Push Events
Configure a Docker Registry Account
Docker Trigger - Allow Docker to Post Build Events
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