Mayastor Kubectl Plugin
This website/page will be End-of-life (EOL) after 31 August 2024. We recommend you to visit OpenEBS Documentation for the latest Mayastor documentation (v2.6 and above).
Mayastor is now also referred to as OpenEBS Replicated PV Mayastor.
The Mayastor kubectl plugin can be used to view and manage Mayastor resources such as nodes, pools and volumes. It is also used for operations such as scaling the replica count of volumes.
Install kubectl plugin
The Mayastor kubectl plugin is available for the Linux platform. The binary for the plugin can be found here.
Add the downloaded Mayastor kubectl plugin under $PATH.
To verify the installation, execute:
Use kubectl plugin to retrieve data
Sample command to use kubectl plugin:
You can use the plugin with the following options:
Get Mayastor Volumes
Get Mayastor Pools
Get Mayastor Nodes
All the above resource information can be retrieved for a particular resource using its ID. The command to do so is as follows: kubectl mayastor get <resource_name> <resource_id>
Scale the replica count of a volume
Retrieve resource in any of the output formats (table, JSON or YAML)
Table is the default output format.
Retrieve replica topology for specific volumes
The plugin requires access to the Mayastor REST server
for execution. It gets the master node IP from the kube-config file. In case of any failure, the REST endpoint can be specified using the ‘–rest’ flag.
List available volume snapshots
Limitations of kubectl plugin
The plugin currently does not have authentication support.
The plugin can operate only over HTTP.
Last updated