mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Fix typo in kubelet
This commit is contained in:
parent
80ff2128de
commit
962bdda0dc
@ -740,7 +740,7 @@ func (kl *Kubelet) getServiceEnvVarMap(ns string) (map[string]string, error) {
|
|||||||
|
|
||||||
switch service.Namespace {
|
switch service.Namespace {
|
||||||
// for the case whether the master service namespace is the namespace the pod
|
// for the case whether the master service namespace is the namespace the pod
|
||||||
// is in, pod should receive all the pods in the namespace.
|
// is in, the pod should receive all the services in the namespace.
|
||||||
//
|
//
|
||||||
// ordering of the case clauses below enforces this
|
// ordering of the case clauses below enforces this
|
||||||
case ns:
|
case ns:
|
||||||
|
Loading…
Reference in New Issue
Block a user