mirror of https://github.com/k3s-io/k3s
Fix a typo in source code comment
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>pull/58/head
parent
5bd0b5d841
commit
a6759a7b22
|
@ -824,7 +824,7 @@ func (p *glusterfsVolumeProvisioner) CreateVolume(gid int) (r *v1.GlusterfsVolum
|
||||||
|
|
||||||
// The 'endpointname' is created in form of 'glusterfs-dynamic-<PVC UID>'.
|
// The 'endpointname' is created in form of 'glusterfs-dynamic-<PVC UID>'.
|
||||||
// createEndpointService() checks for this 'endpoint' existence in PVC's namespace and
|
// createEndpointService() checks for this 'endpoint' existence in PVC's namespace and
|
||||||
// If not found, it create an endpoint and service using the IPs we dynamically picked at time
|
// if not found, it create an endpoint and service using the IPs we dynamically picked at time
|
||||||
// of volume creation.
|
// of volume creation.
|
||||||
epServiceName := dynamicEpSvcPrefix + string(p.options.PVC.UID)
|
epServiceName := dynamicEpSvcPrefix + string(p.options.PVC.UID)
|
||||||
epNamespace := p.options.PVC.Namespace
|
epNamespace := p.options.PVC.Namespace
|
||||||
|
|
Loading…
Reference in New Issue