8. Describe web console Flashcards
Como se obtie el link de la consola web desde cmd
oc whoami –show-console
https://console-openshift-console.apps.cluster.example.com
Como se encuentran los resources
Home → Search
resource types and a label selector field
Como se obtienen los pods
Home → Search
resource types and a label selector field pod
Como se crean los usuarios y grupos
User Management → Users
web UI, locate the secret in the openshift-config project and then click Actions → Edit Secret. The Edit Key/Value Secret tool handles the base64 encoding for you. Add a line to allow a new user to log in to OpenShift
The User Management → Groups page displays existing groups, and provides the ability to create new groups.
Como se crea un proyecto
Navigate to the Home → Projects page to display the full list of projects. Then click Create Project and complete the form to create a new project.
After you have created your new project, you can navigate to the Role Bindings tab on the project details page.
Red Hat recommends that administrators responsible for multitenant clusters configure resource quotas and limit ranges, which enforce total project limits and container limits, respectively. Navigate to either Administration → Resource Quotas or Administration → Limit Ranges to access the appropriate YAML editor, where you can configure these limits.