mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 23:19:26 +00:00
Fix the e2e tests and kubecfg given recent additional validation.
This commit is contained in:
@@ -254,7 +254,7 @@ func RunController(ctx api.Context, image, name string, replicas int, client cli
|
||||
DesiredState: api.ReplicationControllerState{
|
||||
Replicas: replicas,
|
||||
ReplicaSelector: map[string]string{
|
||||
"simpleService": name,
|
||||
"name": name,
|
||||
},
|
||||
PodTemplate: api.PodTemplate{
|
||||
DesiredState: api.PodState{
|
||||
@@ -270,7 +270,7 @@ func RunController(ctx api.Context, image, name string, replicas int, client cli
|
||||
},
|
||||
},
|
||||
Labels: map[string]string{
|
||||
"simpleService": name,
|
||||
"name": name,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user