Oadm

From NovaOrdis Knowledge Base
Revision as of 00:03, 19 October 2017 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

The cluster administrator's CLI interface. There is no oadm release for common clients, which probably means it is intended to be only used on the server. The general user OpenShift CLI interface is oc. For more details on CLI tool authentication and context see:

OpenShift Command Line Tools

Configuration

oadm reads its configuration from ~<unix-user>/.kube/config and based on this information, establishes the client-side and server-side context of the REST client that is used to send invocation into the OpenShift master. Some of the contextual information is then cached in a cluster-specifc directory: ~<unix-user>/.kube/<cluster-name>

General Options

--loglevel

oadm --loglevel=n command ...

where n is 0-10.

Commands

Questions

  • Can oadm be installed on an access host, other than the master(s), so it allows cluster administration without being physically present on the master?