mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #10192 from nikhiljindal/etcdError
Updating the error message to say node instead of minion
This commit is contained in:
commit
6dc6992023
@ -64,7 +64,7 @@ func NewStorage(h tools.EtcdHelper, connection client.ConnectionInfoGetter) (*RE
|
||||
return obj.(*api.Node).Name, nil
|
||||
},
|
||||
PredicateFunc: minion.MatchNode,
|
||||
EndpointName: "minion",
|
||||
EndpointName: "node",
|
||||
|
||||
CreateStrategy: minion.Strategy,
|
||||
UpdateStrategy: minion.Strategy,
|
||||
|
Loading…
Reference in New Issue
Block a user