mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
in docs, update replicationController to replicationcontroller
This commit is contained in:
@@ -46,7 +46,7 @@ You can now use any of the cluster/kubectl.sh commands to interact with your loc
|
||||
```
|
||||
cluster/kubectl.sh get pods
|
||||
cluster/kubectl.sh get services
|
||||
cluster/kubectl.sh get replicationControllers
|
||||
cluster/kubectl.sh get replicationcontrollers
|
||||
cluster/kubectl.sh run-container my-nginx --image=nginx --replicas=2 --port=80
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ cluster/kubectl.sh run-container my-nginx --image=nginx --replicas=2 --port=80
|
||||
## introspect kubernetes!
|
||||
cluster/kubectl.sh get pods
|
||||
cluster/kubectl.sh get services
|
||||
cluster/kubectl.sh get replicationControllers
|
||||
cluster/kubectl.sh get replicationcontrollers
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user