mirror of https://github.com/kubernetes/kops.git
gce: Limit health check names to 63 chars
This commit is contained in:
parent
dc22ce9c03
commit
97a0800b88
|
|
@ -101,7 +101,7 @@ func (c *GCEModelContext) NameForTargetPool(id string) string {
|
|||
}
|
||||
|
||||
func (c *GCEModelContext) NameForHealthCheck(id string) string {
|
||||
return c.SafeObjectName(id)
|
||||
return c.SafeSuffixedObjectName(id)
|
||||
}
|
||||
|
||||
func (c *GCEModelContext) NameForBackendService(id string) string {
|
||||
|
|
|
|||
Loading…
Reference in New Issue