Releases: stolostron/cm-cli
Releases · stolostron/cm-cli
v1.0.0-beta.3
Release Content
Additions
- Add -o [yaml|json] for all get cmds #77
- Add -ocolumns and --no-headers
Breacking changes
Bug fixes
v1.0.0-beta.2
Release Content
- Add examples in the clusterpool.md or in the help of the command for cm create cph
- Add check on RHACM version when running
cm attach clusterclaim
as auto-import is only for >= 2.3 - open the clusterpoolhost console when adding a cph and not logged in
cm get credentials
Create a command to list the provider-connectionscm console cph <cph_name>
cm console cc <cc_name> [--cph <cph_name>]
create a cmd to open the console of a cc or cphcm get config cluster <clsuter_name> --output-file <file_name>
Create a cmd which generates a config to create a cluster based on an existing cluster AWS only
Additions
Breacking changes
Bug fixes
v1.0.0-beta.1
Release Content
Technical Preview
create cph
,get cphs
,delete cph
,use cph
,set cph
: Create a command to register to clusterpool hostsuse cc <clusterName>
: Create a ck use like commandcreate cc <clusterpool> <clusterclaim>[,<clusterclaim>...]
: Create a command to claim a clustersdelete cc <clusterclaim>[,<clusterclaim>...]
: Create a command to delete a clustersget ccs [<clusterpoolhost>|-A]
to get clusterclaims for a given clusterpoolhost or for all of them.get cc
returns the credentials of a cluster claim Retrieve the credentials of a given clusterscale cp <clusterpool_name> --size <size>
get cps [<clusterpoolhost>|-A]
to get the list of clusterpoolsattach cc <clusterclaim>
Needs for a cm attach clusterclaim --cluster <cluster_name>create cp <clusterpool>
,delete cp <clusterpool>
Create clusterpool
Additions
- Add the command
delete token
from clusteradm
Breacking changes
- Fix Manual import failed because klusterlet crd not ready yet.
Two files are generated instead of one and the command to apply to manual import is likekubectl apply -f import_crd.yaml;sleep 10;kubectl apply -f import_yaml.yaml
withimport
being the--import-file
parameter value.
Bug fixes
v0.1.0-alpha.2
Release Content
- Add in
cm attach cluster
andcm create cluster
supports for custom labels - Make the output yamls more pretty
- import the
init
,join
,accept
andget token
commands from clusteradm - Add
cm enable addons
v0.1.0-alpha.1
Release Content
This first alpha version contains commands to managed clusters:
Available Commands:
attach attach a resource
config Modify kubeconfig files
create create a resource
delete delete a resource
detach detach a resources
get get a resource
help Help about any command
options Print the list of flags inherited by all commands
plugin Provides utilities for interacting with plugins.
scale scale a resource
version get the versions of the different components