此内容没有您所选择的语言版本。
Chapter 9. Local Development
Execute the following steps to develop the functionality locally. It is recommended that development be done using a cluster with cluster-admin permissions.
Clone the repository, then resolve all dependencies using go mod:
$ export GO111MODULE=on
$ go mod vendor
Using the operator-sdk, run the operator locally:
$ operator-sdk up local --namespace=quay-enterprise