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), }