mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 14:23:37 +00:00
Merge pull request #2670 from andrewmichaelsmith/patch-3
Change nginx bind port so it doesn't conflict
This commit is contained in:
commit
dcd711ab2f
@ -45,7 +45,7 @@ You can now use any of the cluster/kubecfg.sh commands to interact with your loc
|
||||
cluster/kubecfg.sh list /pods
|
||||
cluster/kubecfg.sh list /services
|
||||
cluster/kubecfg.sh list /replicationControllers
|
||||
cluster/kubecfg.sh -p 8080:80 run dockerfile/nginx 1 myNginx
|
||||
cluster/kubecfg.sh -p 8081:80 run dockerfile/nginx 1 myNginx
|
||||
|
||||
|
||||
## begin wait for provision to complete, you can monitor the docker pull by opening a new terminal
|
||||
|
Loading…
Reference in New Issue
Block a user