mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
pkg/kubelet: uncaptialize error message
This commit is contained in:
parent
2437e94248
commit
042dc1faa3
@ -753,7 +753,7 @@ func (kl *Kubelet) getServiceEnvVarMap(ns string) (map[string]string, error) {
|
|||||||
}
|
}
|
||||||
services, err := kl.serviceLister.List()
|
services, err := kl.serviceLister.List()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return m, fmt.Errorf("Failed to list services when setting up env vars.")
|
return m, fmt.Errorf("failed to list services when setting up env vars.")
|
||||||
}
|
}
|
||||||
|
|
||||||
// project the services in namespace ns onto the master services
|
// project the services in namespace ns onto the master services
|
||||||
|
Loading…
Reference in New Issue
Block a user