From 19bfbfd3632b66d65575c0e2be8f3aa229cc3eaa 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 --- staging/src/k8s.io/sample-controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/sample-controller/README.md b/staging/src/k8s.io/sample-controller/README.md index 505cfea4d8d..cbd55a51a7c 100644 --- a/staging/src/k8s.io/sample-controller/README.md +++ b/staging/src/k8s.io/sample-controller/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