Skip to content

Commit

Permalink
feat: imagePullJob support Tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
zerunhu committed Sep 24, 2024
1 parent 57b48cf commit e8eca6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/features/kruise_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,4 @@ func SetDefaultFeatureGates() {
if !utilfeature.DefaultFeatureGate.Enabled(ResourcesDeletionProtection) {
_ = utilfeature.DefaultMutableFeatureGate.Set(fmt.Sprintf("%s=false", DeletionProtectionForCRDCascadingGate))
}
//if utilfeature.DefaultFeatureGate.Enabled(ImagePullJobTolerationGate) {
// _ = utilfeature.DefaultMutableFeatureGate.Set(fmt.Sprintf("%s=true", ImagePullJobTolerationGate))
//}
}

0 comments on commit e8eca6f

Please sign in to comment.