forked from LaconicNetwork/kompose
Fix typo: loadbalander -> loadbalancer (#1442)
This commit is contained in:
parent
72ea6a3c24
commit
8340b086d6
@ -1231,7 +1231,7 @@ func (k *Kubernetes) configKubeServiceAndIngressForService(service kobject.Servi
|
||||
*objects = append(*objects, svc)
|
||||
}
|
||||
if len(svcs) > 1 {
|
||||
log.Warningf("Create multiple service to avoid using mixed protocol in the same service when it's loadbalander type")
|
||||
log.Warningf("Create multiple service to avoid using mixed protocol in the same service when it's loadbalancer type")
|
||||
}
|
||||
} else {
|
||||
svc := k.CreateService(name, service)
|
||||
|
||||
@ -390,7 +390,7 @@ func (o *OpenShift) Transform(komposeObject kobject.KomposeObject, opt kobject.C
|
||||
objects = append(objects, svc)
|
||||
}
|
||||
if len(svcs) > 1 {
|
||||
log.Warningf("Create multiple service to avoid using mixed protocol in the same service when it's loadbalander type")
|
||||
log.Warningf("Create multiple service to avoid using mixed protocol in the same service when it's loadbalancer type")
|
||||
}
|
||||
} else {
|
||||
svc := o.CreateService(name, service)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user