mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 06:43:54 +00:00
Merge pull request #3236 from Hokutosei/fix_replication_controller_id
changed the id of walkthrough example replication-controller to nginx
This commit is contained in:
commit
918cd3f4e2
@ -13,7 +13,7 @@ desiredState:
|
|||||||
desiredState:
|
desiredState:
|
||||||
manifest:
|
manifest:
|
||||||
version: v1beta1
|
version: v1beta1
|
||||||
id: ngix
|
id: nginx
|
||||||
containers:
|
containers:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: dockerfile/nginx
|
image: dockerfile/nginx
|
||||||
|
Loading…
Reference in New Issue
Block a user