Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 506 Bytes

File metadata and controls

20 lines (19 loc) · 506 Bytes

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