이 콘텐츠는 선택한 언어로 제공되지 않습니다.
8.10. Administration Console
An optional Administration Console is available for OpenShift Enterprise that allows administrators to search and navigate entities to plan the capacity of an OpenShift Enterprise deployment. Note that the current iteration of the Administration Console is read-only, so the settings or data cannot be modified.
8.10.1. Installing the Administration Console 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The Administration Console runs as a plug-in to the OpenShift Enterprise broker application. The plug-in is loaded if the gem is installed and the configuration file is present in the default
/etc/openshift/plugins.d/openshift-origin-admin-console.conf
directory. Install the rubygem-openshift-origin-admin-console RPM package to install both the gem and the configuration file:
yum install rubygem-openshift-origin-admin-console
# yum install rubygem-openshift-origin-admin-console
The
/etc/openshift/plugins.d/openshift-origin-admin-console.conf
configuration file contains comments on the available parameters. Edit the file to suit your requirements.
After installing and configuring the plug-in, restart the broker service to load the plug-in or to reload a modified Administration Console configuration file:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
service openshift-broker restart
# service openshift-broker restart