https://github.com/openshift-examples/web
🚀 Content of examples.openshift.pub
https://github.com/openshift-examples/web
autoscaling examples k8s kubernetes openshift openshift4 pod
Last synced: 5 months ago
JSON representation
🚀 Content of examples.openshift.pub
- Host: GitHub
- URL: https://github.com/openshift-examples/web
- Owner: openshift-examples
- Created: 2017-03-02T12:50:13.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T16:34:05.000Z (5 months ago)
- Last Synced: 2026-01-12T21:35:38.731Z (5 months ago)
- Topics: autoscaling, examples, k8s, kubernetes, openshift, openshift4, pod
- Language: Shell
- Homepage: http://examples.openshift.pub
- Size: 50.6 MB
- Stars: 169
- Watchers: 15
- Forks: 94
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content of [examples.openshift.pub](https://examples.openshift.pub/)

## Development
### Git Submodules
Create a new submodule
```shell
cd content/kubevirt/
git submodule add https://github.com/openshift-examples/kubevirt-ansible ansible
```
### Run local
```shell
./run-local.sh
```
Run local pre-commit via: `./run-local-pre-commit.sh`
### Build & push new builder image
```shell
export VERSION=$(date +%Y%m%d%H%M)
export IMAGE=quay.io/openshift-examples/builder:${VERSION}
podman manifest rm ${IMAGE}
podman build \
--platform linux/amd64,linux/arm64 \
--manifest ${IMAGE} \
--no-cache \
-f builder.Containerfile .
podman manifest push ${IMAGE}
```
## Stargazers over time
[](https://starchart.cc/openshift-examples/web)