We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9fb2a3 + 940f6ac commit 85d2aabCopy full SHA for 85d2aab
daemon/builder.go
@@ -194,7 +194,7 @@ func (b *NetworkServiceBuilder) initInstanceLimit() error {
194
} else {
195
limit, err := provider.GetLimitFromAnno(node.Annotations)
196
if err != nil {
197
- return err
+ serviceLog.Error(err, "unable to get instance limit from annotation")
198
}
199
if limit == nil || instance.GetInstanceMeta().InstanceType != limit.InstanceTypeID {
200
limit, err = provider.GetLimit(b.aliyunClient, instance.GetInstanceMeta().InstanceType)
0 commit comments