You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend kubectl plugin to support commands for ClusterExtensions including:
list : list currently installed ClusterExtensions with useful information including status
get : get info on an existing ClusterExtension
install : create a ClusterExtension for a package using an existing ServiceAccount, with relevant optional constraints (version, channel etc.)
uninstall : remove the ClusterExtension for a package
upgrade : update the ClusterExtension for a package for a provided version/channel etc.
list-available : list bundles available to be installed with support for relevant constraints (package, channel, version range/version, catalog label selectors etc.)
The text was updated successfully, but these errors were encountered:
Extend kubectl plugin to support commands for ClusterExtensions including:
The text was updated successfully, but these errors were encountered: