What's on this page
Linkerd.io references
BEL CLI reference
In addition to the commands provided by the Linkerd CLI, the commands below are available in the BEL CLI.
buoyant diagnostics
Collects data from the Linkerd control plane or a Linkerd proxy running in a specified pod, and generates a single gzip file that can be sent to Buoyant for further analysis.
Usage
Control plane bundle:
linkerd buoyant diagnostics
Proxy bundle:
linkerd buoyant diagnostics -pod hello-5774974dbc-qlct8
Flags
Flag | Usage |
---|---|
-f , --file | Write the diagnostics bundle to the specified file |
-n , --namespace | Collect diagnostics for the proxy running in the specified namespace |
-p , --pod | Collect diagnostics for the proxy running in the specified pod |
-h , --help | help for diagnostics |
fips audit
Audits FIPS compliance on Linkerd-enabled clusters.
Usage
linkerd fips audit
Flags
Flag | Usage |
---|---|
--verbose | List each Linkerd proxy that was checked for FIPS compliance |
-h , --help | help for audit |
license
Prints client license information based on the BUOYANT_LICENSE
environment
variable, and the server license based on the current cluster.
Usage
linkerd license
Flags
Flag | Usage |
---|---|
--client | Print the client license only |
-h , --help | help for license |
policy generate
Generates policy based on current traffic.
Usage
linkerd policy generate
Flags
Flag | Usage |
---|---|
--concurrency | Limit of concurrent requests to the Kubernetes API (default 10) |
--disable-audit | Disable audit mode, deny traffic |
--verbose | Output detailed logging to stderr |
-h , --help | help for generate |