mirror of https://github.com/kubernetes/kops.git
gce: Limit backend names to 63 chars
This commit is contained in:
parent
bd5bf53e86
commit
770e56e010
|
|
@ -105,7 +105,7 @@ func (c *GCEModelContext) NameForHealthCheck(id string) string {
|
|||
}
|
||||
|
||||
func (c *GCEModelContext) NameForBackendService(id string) string {
|
||||
return c.SafeObjectName(id)
|
||||
return c.SafeSuffixedObjectName(id)
|
||||
}
|
||||
|
||||
func (c *GCEModelContext) NameForForwardingRule(id string) string {
|
||||
|
|
|
|||
Loading…
Reference in New Issue