diff --git a/Makefile b/Makefile index 7b29de1a5..de4b5ed2d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: build .PHONY: all -GO_BUILD_BINDIR=bin/ +GO_BUILD_BINDIR=bin # Include the library makefile include $(addprefix ./vendor/github.com/openshift/build-machinery-go/make/, \ diff --git a/README.md b/README.md index be8bc4669..1ee363585 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,21 @@ # CSI driver operators -This repository contains code for CSI driver operators that are part of OpenShift payload and few optional ones that are installed by Operator Lifecycle Manager (OLM). +This repository contains code for CSI driver operators that are part of +OpenShift payload and few optional ones that are installed by Operator +Lifecycle Manager (OLM). ## Operators * aws-ebs-csi-driver-operator +* aws-efs-csi-driver-operator +* azure-disk-csi-driver-operator +* azure-file-csi-driver-operator +* smb-csi-driver-operator ## Automatic generation of CSI driver assets -As part of the repository, there is generator of CSI driver YAML files in `cmd/generator`. +As part of the repository, there is generator of CSI driver YAML files in +`cmd/generator`. ### Usage @@ -18,9 +25,9 @@ As part of the repository, there is generator of CSI driver YAML files in `cmd/g Some documentation is available via godoc. Usage: -``` -$ godoc & -$ firefox localost:6060/pkg/github.com/openshift/csi-operator/ +```shell +godoc & +firefox localost:6060/pkg/github.com/openshift/csi-operator/ ``` Good starting points are `pkg/generator` and `pkg/generated-assets`. @@ -29,7 +36,8 @@ Good starting points are `pkg/generator` and `pkg/generated-assets`. ### AWS EBS CSI driver operator -Before running the operator manually, you must remove the operator installed by CSO/CVO +Before running the operator manually, you must remove the operator installed by +CSO/CVO ```shell # Scale down CVO and CSO