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.