wangao1236 commented on code in PR #521:
URL: https://github.com/apache/incubator-uniffle/pull/521#discussion_r1091502916


##########
deploy/kubernetes/operator/pkg/controller/util/util.go:
##########
@@ -175,6 +175,7 @@ func GenerateInitContainers(rssPodSpec 
*v1alpha1.RSSPodSpec) []corev1.Container
                                Privileged: pointer.Bool(true),
                        },
                        VolumeMounts: 
GenerateHostPathVolumeMounts(rssPodSpec.HostPathMounts),
+                       Resources:    rssPodSpec.Resources,

Review Comment:
   Do you want initContainer to use the same request value as the main 
container?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to