Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
|
7efb13b385 | |
|
80323d6edb | |
|
a286244246 | |
|
1bf91bd28f |
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM alpine:3.20.3
|
||||
FROM alpine:3.21.0
|
||||
|
||||
ARG BINARY
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM alpine:3.20.3
|
||||
FROM alpine:3.21.0
|
||||
|
||||
ARG BINARY
|
||||
ARG TARGETPLATFORM
|
||||
|
|
|
@ -656,11 +656,6 @@ func (d *DependenciesDistributor) SetupWithManager(mgr controllerruntime.Manager
|
|||
return false
|
||||
}
|
||||
|
||||
// prevent newBindingObject from the queue if it's not scheduled yet.
|
||||
if len(oldBindingObject.Spec.Clusters) == 0 && len(newBindingObject.Spec.Clusters) == 0 {
|
||||
klog.V(4).Infof("Dropping resource binding(%s/%s) as it is not scheduled yet.", newBindingObject.Namespace, newBindingObject.Name)
|
||||
return false
|
||||
}
|
||||
return oldBindingObject.Spec.PropagateDeps || newBindingObject.Spec.PropagateDeps
|
||||
},
|
||||
}).
|
||||
|
|
Loading…
Reference in New Issue