mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
27 lines
1.4 KiB
Plaintext
27 lines
1.4 KiB
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
[id="cli-manager-install"]
|
|
= Installing the {cli-manager}
|
|
include::_attributes/common-attributes.adoc[]
|
|
:context: cli-manager-install
|
|
|
|
toc::[]
|
|
|
|
[NOTE]
|
|
====
|
|
Krew always works with {oc-first} without the {cli-manager} installed. You can use the same commands outlined in this documentation to use Krew with `oc`. For more information, see link:https://krew.sigs.k8s.io/docs/[Krew documentation].
|
|
====
|
|
|
|
//Brief explanation of what the cli manager is.
|
|
You can run the {cli-manager} in both connected and disconnected environments. In particular, it eases the installation and management of CLI plugins in disconnected environments. The {cli-manager} makes Krew compatible with the `oc` CLI. Cluster administrators can use the {cli-manager} to add CLI plugin custom resources that can then be accessed in both connected and disconnected environments. Cluster administrators install and configure the {cli-manager}, and users then add the custom index to Krew and add CLI plugins to the {cli-manager}.
|
|
|
|
:FeatureName: Using the {cli-manager} to install and manage plugins for the OpenShift CLI
|
|
include::snippets/technology-preview.adoc[]
|
|
|
|
// Installing the {cli-manager}
|
|
include::modules/cli-manager-installing.adoc[leveloffset=+1]
|
|
|
|
// Adding CLI Manager custom index to krew
|
|
include::modules/cli-manager-custom-index-krew.adoc[leveloffset=+1]
|
|
|
|
// Adding CLI plugins with YAML files
|
|
include::modules/cli-manager-adding-plugin-yaml.adoc[leveloffset=+1] |