Milindu Sanoj Kumarage
Milindu Sanoj Kumarage

Reputation: 2774

Getting warning You have not yet selected a version of Spinnaker to deploy

I'm trying out Spinnaker and did a fresh Halyard installation. Now when I'm running any Hal commands, I'm getting the following warning.

WARNING You have not yet selected a version of Spinnaker to deploy.

How to avoid getting this warning? Quick Googling didn't land me on any Spinnaker documentation pointing to this warning.

Upvotes: 1

Views: 1312

Answers (1)

Milindu Sanoj Kumarage
Milindu Sanoj Kumarage

Reputation: 2774

This is because Halyard needs a Spinnaker version to picked for deploying. This can be done with the following commands,

  1. List down the available Spinnaker versions

    hal version list
    
  2. Pick your preferred version

    hal config version edit --version yourPrefferedVersion
    

    More on this can be found on https://www.spinnaker.io/setup/install/deploy/#pick-a-version

Upvotes: 2

Related Questions