kubectl-gs release v2.0.0
Changed
- Enable
cluster-topology
templates for OpenStack by default. - Update default
cluster-openstack
version to 0.3.0.
Removed
- Remove deprecated
--cluster-id
flag fromget nodepools
,template cluster
, andtemplate nodepool
commands. Replaced by--cluster-name
. - Remove deprecated
--owner
flag fromtemplate cluster
,template networkpool
, andtemplate nodepool
commands. Replaced by--organization
. - Remove deprecated
--master-az
flag fromtemplate cluster
command. Replaced by--control-plane-az
. - Remove deprecated
--nodepool-name
flag fromtemplate nodepool
command. Replaced by--description
. - Remove deprecated
--nodex-min
flag fromtemplate nodepool
command. Replaced by--nodes-min
. - Remove deprecated
--nodex-max
flag fromtemplate nodepool
command. Replaced by--nodes-max
.
Added
- Add support for templating App CRs in organization namespace.
- Add
--catalog-namespace
flag totemplate app
.