Include applying subresource in Running section

Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>

Kubernetes-commit: 19bfbfd3632b66d65575c0e2be8f3aa229cc3eaa
This commit is contained in:
Johannes 'fish' Ziemke 2022-01-16 13:14:09 +01:00 committed by Kubernetes Publisher
parent 2308bba01c
commit 53ab9c39dc

View File

@ -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