Skip to content

v0.28.0

Compare
Choose a tag to compare
@gianlucam76 gianlucam76 released this 18 Apr 13:01
a3da6fc

馃殌 Features:

  • management cluster is automatically registered to be managed by Sveltos;
  • sveltosctl register command has been expanded to specify labels SveltosCluster should have;
  • sveltosctl generate kubeconfig has been introduced. Running this command while pointing to the managed cluster, will generate and output a Kubeconfig that can be later on consumed by sveltosctl register cluster
  • sveltosctl register command accepts a new flag fleet-cluster-context that can be set to the context pointing to the managed cluster. So this command can be run with default context pointing to the management cluster and it will automatically generate a kubeconfig and register the cluster in one shot.

馃悰Bug fixed:

  • add-on controller will correctly redeploy and helm chart when its values are modified (read more about bug here)