Merge pull request #107588 from discordianfish/fix-readme

Include applying subresource in Running section
This commit is contained in:
Kubernetes Prow Robot 2022-01-20 08:01:52 -08:00 committed by GitHub
commit 9c3a0e63a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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