이 콘텐츠는 선택한 언어로 제공되지 않습니다.
4.2.2. Enabling Global Team Visibility
Developers cannot search and view global teams because this capability is disabled by default. The following instructions describe how to enable this capability for new or existing user accounts.
Enabling Global Team Visibility for New Accounts
Set the following variable in the /etc/openshift/broker.conf
file to "true":
DEFAULT_VIEW_GLOBAL_TEAMS = "true"
DEFAULT_VIEW_GLOBAL_TEAMS = "true"
Next, restart the broker service for the changes to take effect:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
All new developer accounts that are created in the future will have the ability to search and view global teams.
service openshift-broker restart
# service openshift-broker restart
Enabling Global Team Visibility for Existing Accounts
Enable the ability to view and search global teams for existing accounts with the following command:
oo-admin-ctl-user -l username --allowviewglobalteams true
$ oo-admin-ctl-user -l username --allowviewglobalteams trueoo-admin-ctl-user -l username --allowviewglobalteams trueoo-admin-ctl-user -l username --allowviewglobalteams true
--allowviewglobalteams
option to false
.