mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-01-31 17:02:52 +08:00
Include applying subresource in Running section
Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org> Kubernetes-commit: 19bfbfd3632b66d65575c0e2be8f3aa229cc3eaa
This commit is contained in:
parent
2308bba01c
commit
53ab9c39dc
@ -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