mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #107588 from discordianfish/fix-readme
Include applying subresource in Running section
This commit is contained in:
commit
9c3a0e63a7
@ -87,7 +87,7 @@ go build -o sample-controller .
|
|||||||
./sample-controller -kubeconfig=$HOME/.kube/config
|
./sample-controller -kubeconfig=$HOME/.kube/config
|
||||||
|
|
||||||
# create a CustomResourceDefinition
|
# 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
|
# create a custom resource of type Foo
|
||||||
kubectl create -f artifacts/examples/example-foo.yaml
|
kubectl create -f artifacts/examples/example-foo.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user