Skip to content

Commit

Permalink
Add Todo for constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sonikajindal committed Dec 13, 2023
1 parent 2c2d04d commit ff11aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topo/node/alpine/alpine.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func (n *Node) CreatePod(ctx context.Context) error {
Command: dpContainer.Command,
Args: dpContainer.Args,
Env: node.ToEnvVar(pb.Config.Env),
// TODO: Update resources to the containers as per the constraints
Resources: node.ToResourceRequirements(pb.Constraints),
ImagePullPolicy: "IfNotPresent",
SecurityContext: &corev1.SecurityContext{
Expand Down

0 comments on commit ff11aa7

Please sign in to comment.