The purpose of this repository is to provide a set of simple proof-of-concept configuration scripts for OpenShift and various features on OpenShift on Power.
- OpenShift
oc
plugin a sample plugin foroc
running on mulitple architectures where theoc
tool manages all the OpenShift resources with handy commands for OpenShift and Kubernetes. The OpenShift Client CLI (oc) project is built on top ofkubectl
adding built-in features to simplify interactions with an OpenShift cluster. - OpenShift RequestHeader Identity Provider with a Test IdP OpenShift 4.10: Configuring a request header identity provider enables an external service to act as an identity provider where a X-Remote-User header to identify the user's identity.
- OpenShift Descheduler Policy shows various use cases with the Descheduler Operator in OpenShift.
- Topology Manager aligns pod resources for optimal CPU, Memory, Device and other Topology placements in a cluster.
- Ghost uses kustomize to deploy a working ghost blogging site.
- compliance/openscap-scanner-on-mac how to run the compliance oscap tool on Mac.
- job cronjob shows advanced job and cronjob definitions.
- Sock Shop a multi architecture compute demonstration using Sock Shop from WeaveWorks recompiled for Java11, UBI9 and Manifest Lists. see https://github.com/ocp-power-demos/sock-shop-demo for the latest
- rhcos powervs shows how to ignite a system with RHCOS on PowerVS.
- Mutating Webhook Demo adds annotations and nodeSelector
No. This is only a proof-of-concept that serves as a good starting point to understand how the various features work with OpenShift.