このコンテンツは選択した言語では利用できません。

Chapter 5. Administrator CLI Operations


5.1. Overview

This topic provides information on the administrator CLI operations and their syntax. You must setup and login with the CLI before you can perform these operations.

The openshift command is used for starting services that make up the OpenShift Container Platform cluster. For example, openshift start [master|node]. However, it is also an all-in-one command that can perform all the same actions as the oc and oc adm commands via openshift cli and openshift admin respectively.

The administrator CLI differs from the normal set of commands under the developer CLI, which uses the oc command, and is used more for project-level operations.

5.2. Common Operations

The administrator CLI allows interaction with the various objects that are managed by OpenShift Container Platform. Many common oc adm operations are invoked using the following syntax:

$ oc adm <action> <option>
Copy to Clipboard Toggle word wrap

This specifies:

  • An <action> to perform, such as new-project or groups.
  • An available <option> to perform the action on as well as a value for the option. Options include --output.
Important

When running oc adm commands, you should run them only from the first master listed in the Ansible host inventory file, by default /etc/ansible/hosts.

5.3. Basic CLI Operations

5.3.1. new-project

Creates a new project:

$ oc adm new-project <project_name>
Copy to Clipboard Toggle word wrap

5.3.2. policy

Manages authorization policies:

$ oc adm policy
Copy to Clipboard Toggle word wrap

5.3.3. groups

Manages groups:

$ oc adm groups
Copy to Clipboard Toggle word wrap

5.4. Install CLI Operations

5.4.1. router

Installs a router:

$ ocadm router <router_name>
Copy to Clipboard Toggle word wrap

5.4.2. ipfailover

Installs an IP failover group for a set of nodes:

$ oc adm ipfailover <ipfailover_config>
Copy to Clipboard Toggle word wrap

5.4.3. registry

Installs an integrated container registry:

$ oc adm registry
Copy to Clipboard Toggle word wrap

5.5. Maintenance CLI Operations

5.5.1. build-chain

Outputs the inputs and dependencies of any builds:

$ oc adm build-chain <image_stream>[:<tag>]
Copy to Clipboard Toggle word wrap

5.5.2. manage-node

Manages nodes. For example, list or evacuate pods, or mark them ready:

$ oc adm manage-node
Copy to Clipboard Toggle word wrap

5.5.3. prune

Removes older versions of resources from the server:

$ oc adm prune
Copy to Clipboard Toggle word wrap

5.6. Settings CLI Operations

5.6.1. config

Changes kubelet configuration files:

$ oc adm config <subcommand>
Copy to Clipboard Toggle word wrap

5.6.2. create-kubeconfig

Creates a basic .kubeconfig file from client certificates:

$ oc adm create-kubeconfig
Copy to Clipboard Toggle word wrap

5.6.3. create-api-client-config

Creates a configuration file for connecting to the server as a user:

$ oc adm create-api-client-config
Copy to Clipboard Toggle word wrap

5.7. Advanced CLI Operations

5.7.1. create-bootstrap-project-template

Creates a bootstrap project template:

$ oc adm create-bootstrap-project-template
Copy to Clipboard Toggle word wrap

5.7.2. create-bootstrap-policy-file

Creates the default bootstrap policy:

$ oc adm create-bootstrap-policy-file
Copy to Clipboard Toggle word wrap

5.7.3. create-login-template

Creates a login template:

$ oc adm create-login-template
Copy to Clipboard Toggle word wrap

5.7.4. overwrite-policy

Resets the policy to the default values:

$ oc adm overwrite-policy
Copy to Clipboard Toggle word wrap

5.7.5. create-node-config

Creates a configuration bundle for a node:

$ oc adm create-node-config
Copy to Clipboard Toggle word wrap

5.7.6. ca

Manages certificates and keys:

$ oc adm ca
Copy to Clipboard Toggle word wrap

5.8. Other CLI Operations

5.8.1. version

Displays the version of the indicated object:

$ oc adm version
Copy to Clipboard Toggle word wrap

5.8.2. help

Displays help about any command:

$ oc adm help <command>
Copy to Clipboard Toggle word wrap
トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2025 Red Hat