Spinnaker server group labelling

4/6/2018

I am creating a server group and I want to add a label to the deployment. I don't find any option in the spinnaker UI to add one. Any help on this?

-- Sourav
kubernetes
spinnaker
spinnaker-halyard

1 Answer

4/6/2018

The current version of the Kubernetes cloud provider (v1) does not support configuring labels on Server Groups.

The new Kubernetes Provider (v2), which is manifest-based, allows you to configure labels. This version, however, is still in alpha.

Sources

https://github.com/spinnaker/spinnaker/issues/1624 https://www.spinnaker.io/reference/providers/kubernetes-v2/

-- Tom Verelst
Source: StackOverflow