rpk cluster quotas

Manage Redpanda client quotas.

Usage

rpk cluster quotas [flags]

Aliases

rpk cluster quota

Subcommands

Command Description

rpk cluster quotas alter

Add or delete a client quota This command allows you to add or delete a client quota. A client quota consists of an entity (to whom the quota is applied) and a quota type (what is being applied).

rpk cluster quotas describe

Describe client quotas. This command describes client quotas that match the provided filtering criteria.

rpk cluster quotas import

Use this command to import client quotas in the format produced by rpk cluster quotas describe --format json/yaml.

Flags

Value Type Description

--format

string

Output format (json,yaml,text,wide,help).

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.