]
Pedro Zapata Fernandez updated ISPN-11625:
------------------------------------------
Fix Version/s: 12.0.0.Final
CLI commands to interact with Operator
--------------------------------------
Key: ISPN-11625
URL:
https://issues.redhat.com/browse/ISPN-11625
Project: Infinispan
Issue Type: Feature Request
Components: CLI, Operator
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 12.0.0.Final
The Infinispan Server CLI should be extended so that it can be used to control/configure
the operator and custom resource definitions.
The CLI should act as a `kubectl` plugin, i.e. installed as `kubectl-infinispan` so that
it can be invoked as `kubectl infinispan ...` or `oc infinispan ...`
The CLI should be able to perform the following operations:
* install the operator CRD
* create CRs (cache service, caches, etc)
* transparently connect to a running cluster to perform interactive operations
Investigate the possibility of building/shipping a native binary.