You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SchedulingGateAddedMsg="Successfully gated with the "+utils.SchedulingGateName+" scheduling gate"
16
-
SchedulingGateRemovalSuccessMsg="Successfully removed the "+utils.SchedulingGateName+" scheduling gate"
17
-
SchedulingGateRemovalFailureMsg="Failed to remove the scheduling gate \""+utils.SchedulingGateName+"\""
18
-
ArchitecturePredicatesConflictMsg="All the scheduling predicates already include architecture-specific constraints"
19
-
ArchitecturePredicateSetupMsg="Set the supported architectures to "
20
-
ArchitecturePreferredPredicateSetupMsg="Set the architecture preferences in the nodeAffinity"
21
-
ArchitecturePreferredPredicateSkippedMsg="The node affinity already includes architecture preferences"
22
-
ImageArchitectureInspectionErrorMsg="Failed to retrieve the supported architectures: "
23
-
NoSupportedArchitecturesFoundMsg="Pod cannot be scheduled due to incompatible image architectures; container images have no supported architectures in common"
24
-
ArchitectureAwareGatedPodIgnoredMsg="The gated pod has been modified and is no longer eligible for architecture-aware scheduling"
25
-
ImageInspectionErrorMaxRetriesMsg="Failed to retrieve the supported architectures after multiple retries"
16
+
SchedulingGateAddedMsg="Successfully gated with the "+utils.SchedulingGateName+" scheduling gate"
17
+
SchedulingGateRemovalSuccessMsg="Successfully removed the "+utils.SchedulingGateName+" scheduling gate"
18
+
SchedulingGateRemovalFailureMsg="Failed to remove the scheduling gate \""+utils.SchedulingGateName+"\""
19
+
ArchitecturePredicatesConflictMsg="All the scheduling predicates already include architecture-specific constraints"
20
+
ArchitecturePredicateSetupMsg="Set the supported architectures to "
21
+
22
+
ArchitecturePreferredPredicateSetupMsg="Applied all architecture preferences from configuration"
23
+
ArchitecturePreferredAffinityWithDuplicatesMsg="Applied some architecture preferences from configuration; others were already set"
24
+
ArchitecturePreferredAffinityAllDuplicatesMsg="Skipped all architecture preferences from configuration; all were already set"
25
+
ArchitecturePreferredPredicateSkippedMsg="Skipped configuration; no architecture preferences were provided"
26
+
27
+
ImageArchitectureInspectionErrorMsg="Failed to retrieve the supported architectures: "
28
+
NoSupportedArchitecturesFoundMsg="Pod cannot be scheduled due to incompatible image architectures; container images have no supported architectures in common"
29
+
ArchitectureAwareGatedPodIgnoredMsg="The gated pod has been modified and is no longer eligible for architecture-aware scheduling"
30
+
ImageInspectionErrorMaxRetriesMsg="Failed to retrieve the supported architectures after multiple retries"
// The configSource parameter identifies which configuration is setting the preferences (e.g., "ClusterPodPlacementConfig" or "PodPlacementConfig/my-ppc").
log.Info("Preferred affinity for pod is already set", "Architecture", nodeAffinityScoringPlatformTerm.Architecture, "Weight", nodeAffinityScoringPlatformTerm.Weight, "Pod.Name", pod.Name, "Pod.Namespace", pod.Namespace)
0 commit comments