Fix issue with k8s.io/docs/reference/kubectl/cheatsheet/ (#12143)
This commit is contained in:
parent
352b1ddd49
commit
10a75e3d72
|
@ -72,7 +72,7 @@ kubectl create -f ./my-manifest.yaml # create resource(s)
|
|||
kubectl create -f ./my1.yaml -f ./my2.yaml # create from multiple files
|
||||
kubectl create -f ./dir # create resource(s) in all manifest files in dir
|
||||
kubectl create -f https://git.io/vPieo # create resource(s) from url
|
||||
kubectl run nginx --image=nginx # start a single instance of nginx
|
||||
kubectl create deployment nginx --image=nginx # start a single instance of nginx
|
||||
kubectl explain pods,svc # get the documentation for pod and svc manifests
|
||||
|
||||
# Create multiple YAML objects from stdin
|
||||
|
|
Loading…
Reference in New Issue