mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
glusterfs service endpoint prefix should be glusterfs-dynamic-
.
This commit is contained in:
parent
0a72a8d1c6
commit
53596dd2d2
@ -768,7 +768,7 @@ func (p *glusterfsVolumeProvisioner) CreateVolume(gid int) (r *v1.GlusterfsVolum
|
||||
return nil, 0, fmt.Errorf("error [%v] when getting cluster nodes for volume %s", err, volume)
|
||||
}
|
||||
|
||||
// The 'endpointname' is created in form of 'gluster-dynamic-<claimname>'.
|
||||
// The 'endpointname' is created in form of 'glusterfs-dynamic-<claimname>'.
|
||||
// createEndpointService() checks for this 'endpoint' existence in PVC's namespace and
|
||||
// If not found, it create an endpoint and svc using the IPs we dynamically picked at time
|
||||
// of volume creation.
|
||||
|
Loading…
Reference in New Issue
Block a user