Skip to content

A simple operator written using the standard Kubernetes tooling and openshift/library-go

License

Notifications You must be signed in to change notification settings

enj/example-operator

Repository files navigation

Example Operator

cd "${GOPATH}/src/github.com/enj/example-operator"

oc new-project example-operator

oc create -f manifests/00-crd.yaml
oc create -f install/cr.yaml

make
export PATH="_output/local/bin/linux/amd64:${PATH}"
example operator --kubeconfig admin.kubeconfig --config install/config.yaml --v=4

oc get exampleoperator example-operator-resource -o yaml
oc get secret example-operator-resource -o yaml

About

A simple operator written using the standard Kubernetes tooling and openshift/library-go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published