Skip to content

Commit

Permalink
Update runtime.go
Browse files Browse the repository at this point in the history
Signed-off-by: Modassar Rana <[email protected]>
  • Loading branch information
modassarrana89 authored May 15, 2024
1 parent 589b584 commit 40d0689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/modelmesh/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 40d0689

Please sign in to comment.