https://github.com/rhecosystemappeng/openshiftai-install-validator
A simple script used to validate the OpenShift AI installation.
https://github.com/rhecosystemappeng/openshiftai-install-validator
Last synced: about 1 year ago
JSON representation
A simple script used to validate the OpenShift AI installation.
- Host: GitHub
- URL: https://github.com/rhecosystemappeng/openshiftai-install-validator
- Owner: RHEcosystemAppEng
- License: apache-2.0
- Created: 2024-01-23T22:55:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T13:18:54.000Z (about 2 years ago)
- Last Synced: 2025-02-15T02:15:22.551Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openshiftai-install-validator
A simple script used to validate the OpenShift AI installation.
This script will pull the operator status, subscription channel, install plan, and last update time for the operator.
## Assumptions
1. You already have an existing OpenShift cluster.
2. Your OpenShift cluster already has the OpenShift AI operator installed.
3. You are logged into the OpenShift cluster with an account that has cluster-level admin privileges.
## Usage
1. To use this script, clone the repository locally.
2. Change directory into the cloned repo: `cd openshift-install-validator`.
3. Make the file executable: `chmod +x openshiftai-install-validator.sh`
4. Execute the file: `./openshiftai-install-validator.sh`