Skip to content

Commit

Permalink
Update runtime.go
Browse files Browse the repository at this point in the history
Updated comments 

Signed-off-by: Modassar Rana <modassar.rana@ibm.com>
  • Loading branch information
modassarrana89 authored May 15, 2024
1 parent c27c098 commit 589b584
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controllers/modelmesh/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +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" and "arm64", "ppc64le"
// and "s390x"
// supported architectures are "amd64", "arm64", "s390x"
deployment.Spec.Template.Spec.NodeSelector = rts.NodeSelector
deployment.Spec.Template.Spec.Tolerations = rts.Tolerations
archNodeSelector := corev1.NodeSelectorTerm{
Expand Down

0 comments on commit 589b584

Please sign in to comment.