This plugin provides users with the means to manage resources (Deployments, DeploymentConfigs, Pods, Projects, Services, etc.) in a cluster by performing various OpenShift CLI(oc) commands, including apply, label, delete, run, and exec.
Supported Versions
- The plugin supports both Windows and UNIX operating systems.
- OpenShift v4.x
...
Child pages (Children Display) |
---|
OpenShift Cloud Account
Authentication and connection details to your OpenShift server are both handled in the OpenShift Cloud Account. To create a cloud account head to Topology→Integrations→Cloud and hit the plus/create button.
Be sure to select OpenShift as the provider
OpenShift Authorization Token
There are two options for the Authorization Token
- Personal User Token
- Navigate to %your cluster%/oauth/token/request to get a user token
- These need to be changed every 12 days
- Create a Service Account Token (Recommended)
- See https://docs.openshift.com/container-platform/3.5/rest_api/index.html#rest-api-serviceaccount-tokens
- This is long lived and does not need to be changed