https://github.com/redhat-et/ushift-workload
Workload tested on Microshift
https://github.com/redhat-et/ushift-workload
containers iot kubernetes openshift
Last synced: about 2 months ago
JSON representation
Workload tested on Microshift
- Host: GitHub
- URL: https://github.com/redhat-et/ushift-workload
- Owner: redhat-et
- Created: 2021-05-27T12:44:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T14:56:44.000Z (almost 5 years ago)
- Last Synced: 2024-06-11T16:22:46.026Z (about 2 years ago)
- Topics: containers, iot, kubernetes, openshift
- Language: Shell
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ushift-workload
Example workloads that can be ran on [microshift](https://github.com/redhat-et/microshift) cluster.
## Steps to setup Mircoshift
To give Microshift a try, simply install a recent test version (we don't provide stable releases yet) on a Fedora-derived Linux distro (we've only tested Fedora, RHEL, and CentOS Stream so far) using:
### Run install script
```
curl -sfL https://raw.githubusercontent.com/redhat-et/microshift/main/install.sh | sh -
```
### Verify the cluster has deployed
```
watch -n 5 kubectl get all -A --context microshift
```
### Optional: Install oc-cli
```
curl -OL https://raw.githubusercontent.com/tosin2013/openshift-4-deployment-notes/master/pre-steps/configure-openshift-packages.sh
chmod +x configure-openshift-packages.sh
./configure-openshift-packages.sh -i
```
## Links:
https://github.com/redhat-et/microshift