Skip to content

command line tool to bootstrap open-cluster-management control plane.

License

Notifications You must be signed in to change notification settings

zhiweiyin318/clusteradm

 
 

clusteradm CLI & CLI Plugin

A CLI and kubernetes CLI plugin that allows you to interact with OCM/ACM to provision and managed your Hybrid Cloud presence from the command-line.

Requirements

Go 1.16 is required in order to build or contribute on this project as it leverage the go:embed tip.

Installation

The binary will be installed in $GOPATH/bin

CLI

git clone https://open-cluster-management-io/clusteradm.git
cd clusteradmin
make build
cm

Plugin

This will create a binary oc-clusteradm and kubectl-clusteradm in the $GOPATH/go/bin allowing you to call oc clusteradm or kubectl clusteradm

git clone https://open-cluster-management-io/clusteradm.git
cd clusteradm
make plugin
kubectl clusteradm
oc clusteradm

Disclaimer

This CLI (and plugin) is still in development, but aims to expose CNCF's functional through a useful and lightweight CLI and kubectl/oc CLI plugin. Some features may not be present, fully implemented, and it might be buggy!

Contributing

See our Contributing Document for more information.

Commands

The commands are composed of a verb and a noun and then a number of parameters.

Cluster commands

applier

About

command line tool to bootstrap open-cluster-management control plane.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.5%
  • Go 26.9%
  • Makefile 12.6%