Skip to content

openshift-virtualization/swap-operator

Repository files navigation

Swap Operator

Operator that manages swap on the OpenShift nodes

Quick Start

You need to have a working OpenShift Cluster

Bulld & Install

$ export KUBECONFIG="/path/to/ocp/kubeconfig"
$ git clone https://github.com/openshift-virtualization/swap-operator.git
$ cd swap-operator
$ podman login quay.io
$ export IMG=quay.io/openshift-virtualization/swap-operator:v0.1
$ make docker-build
$ make docker-push
$ oc create -k config/default

Cleanup

$ oc delete -k config/default

About

Operator that manages swap on the OpenShift nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published