Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.37 KB

Readme.md

File metadata and controls

40 lines (28 loc) · 1.37 KB

Local development environment for Spinnaker services

WORK IN PROGRESS

Based on: https://github.com/pndurette/spinnaker-playground

TL:DR; Set up your MAC to quickly test any modification to Spinnaker Code.

It Involves:

Dependencies:

  • Docker
  • Multipass
  • jq
  • internet connectivity during installation. If you intend to run this from behind a corporate proxy, you may be unable to pull the required images for k3s or Spinnaker. Also you may need to disable any desktop firewalls which are running whilst you perform the installation.

Steps

  1. Install Multipass.
brew cask install multipass
  1. Run make for the available options.

Pending

  • Install and configure local docker registry
  • Configure custom roles and users for testing.

Nice to have

  • Reduce local dependencies list.