From 40d06891ef6edf20444f2e08b86413708b37ff44 Mon Sep 17 00:00:00 2001 From: Modassar Rana Date: Wed, 15 May 2024 13:07:09 +0530 Subject: [PATCH] Update runtime.go Signed-off-by: Modassar Rana --- controllers/modelmesh/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/modelmesh/runtime.go b/controllers/modelmesh/runtime.go index c5525f74..60bfd72d 100644 --- a/controllers/modelmesh/runtime.go +++ b/controllers/modelmesh/runtime.go @@ -341,7 +341,7 @@ func addDomainSocketMount(rts *kserveapi.ServingRuntimeSpec, c *corev1.Container func (m *Deployment) addPassThroughPodFieldsToDeployment(deployment *appsv1.Deployment) error { rts := m.SRSpec // these fields map directly to pod spec fields - // supported architectures are "amd64", "arm64", "s390x" + // supported architectures are "amd64", "arm64" and "s390x" deployment.Spec.Template.Spec.NodeSelector = rts.NodeSelector deployment.Spec.Template.Spec.Tolerations = rts.Tolerations archNodeSelector := corev1.NodeSelectorTerm{