Ashley Kleynhans
Ashley Kleynhans
> There's a gotcha around missing Size information from the Debian and work is underway to fix that. > However I wonder if it's possible to use the apt update...
@slopez-quotient you can install the spinnaker-halyard package: ``` curl -fsSL https://us-apt.pkg.dev/doc/repo-signing-key.gpg | sudo apt-key add - sudo add-apt-repository "deb https://us-apt.pkg.dev/projects/spinnaker-community apt main" sudo apt update sudo apt install openjdk-11-jre-headless spinnaker-halyard...
@ffougere, unfortunately Halyard doesn't work on Ubuntu 20.04 LTS or Ubuntu 22.04 LTS due to an issue with the spinnaker-rosco package (https://github.com/spinnaker/spinnaker/issues/6710). It installs perfectly on Ubuntu 18.04 LTS without...
Fixed in Halyard [v1.50.0](https://github.com/spinnaker/halyard/releases/tag/v1.50.0).
@slopez-quotient you can now follow the instructions on the Spinnaker website and it should work as intended: https://spinnaker.io/docs/setup/install/halyard/#install-on-debianubuntu-and-macos Let me know if you have any issues.
It will not work on macOS though, only on Debian or Ubuntu.
@marfenij Yes, I removed the `update-halyard` instructions from the docs and replaced it with: ```bash sudo apt-get update sudo apt --only-upgrade install spinnaker-halyard ``` Since `update-halyard` was not working anymore,...
It is also important to note that you will first need to add the Spinnaker apt repo in order for the apt commands to work correctly. ```bash sudo rm /etc/apt/sources.list.d/*spinnaker*...
If you are upgrading that should be fine, its more for new users. You just need to always run `hal deploy apply` with sudo because the Halyard daemon runs as...
@kskewes How can I contact you in Slack? I have spent more than 12 hours trying to get Spinnaker installed without any success. I've tried building the debs as you...