From 53ab9c39dc801bf72dc622b17e7fdca8f1e0089f Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Sun, 16 Jan 2022 13:14:09 +0100 Subject: [PATCH] Include applying subresource in Running section Signed-off-by: Johannes 'fish' Ziemke Kubernetes-commit: 19bfbfd3632b66d65575c0e2be8f3aa229cc3eaa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 505cfea4..cbd55a51 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ go build -o sample-controller . ./sample-controller -kubeconfig=$HOME/.kube/config # create a CustomResourceDefinition -kubectl create -f artifacts/examples/crd.yaml +kubectl create -f artifacts/examples/crd-status-subresource.yaml # create a custom resource of type Foo kubectl create -f artifacts/examples/example-foo.yaml