From 4e501a9b49ebdf99c70dc2a591057b41f8740e75 Mon Sep 17 00:00:00 2001 From: meowjesty Date: Thu, 23 Jan 2025 16:30:37 -0300 Subject: [PATCH] Out comment --- mirrord/kube/src/api/container/job.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/mirrord/kube/src/api/container/job.rs b/mirrord/kube/src/api/container/job.rs index d064224ded2..4b2061db252 100644 --- a/mirrord/kube/src/api/container/job.rs +++ b/mirrord/kube/src/api/container/job.rs @@ -114,8 +114,6 @@ pub struct JobVariant { impl<'c> JobVariant> { pub fn new(agent: &'c AgentConfig, params: &'c ContainerParams) -> Self { - // TODO(alex) [high]: Here we also have agent config, which has tolerations. - // So why doesn't it propagate? JobVariant { inner: PodVariant::new(agent, params), }