mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Tighten validation of Name and Namespace
This commit is contained in:
committed by
Clayton Coleman
parent
358ace610d
commit
a480794efc
@@ -23,7 +23,7 @@ Replication controllers are the objects to answer these questions. A replicatio
|
||||
An example replica controller that instantiates two pods running nginx looks like:
|
||||
|
||||
```yaml
|
||||
id: nginxController
|
||||
id: nginx-controller
|
||||
apiVersion: v1beta1
|
||||
kind: ReplicationController
|
||||
desiredState:
|
||||
|
@@ -1,4 +1,4 @@
|
||||
id: nginxController
|
||||
id: nginx-controller
|
||||
apiVersion: v1beta1
|
||||
kind: ReplicationController
|
||||
desiredState:
|
||||
|
Reference in New Issue
Block a user