Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Created April 29, 2019 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkuchiki/19bc02b050052e2fdffbb31c1b10ff95 to your computer and use it in GitHub Desktop.
Save tkuchiki/19bc02b050052e2fdffbb31c1b10ff95 to your computer and use it in GitHub Desktop.
[WIP] Halyard install on macos
## Prerequire
- https://brew.sh/
- Jave 8 >=
- `brew tap homebrew/cask-versions`
- `brew cask install java11`
- minio
- `brew install minio/stable/minio`
- `sudo mkdir /data/minio ; sudo chown tkuchiki /data/minio`
- `minio server /opt/minio`
## Installation
- https://www.spinnaker.io/setup/install/halyard/#install-on-debianubuntu-and-macos
```sh
$ sudo bash InstallHalyard.sh
```
```sh
$ hal config provider kubernetes enable
$ hal config provider kubernetes account add docker-for-desktop --provider-version v2 --context $(kubectl config current-context)
$ hal config features edit --artifacts true
$ hal config deploy edit --type distributed --account-name docker-for-desktop
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment