Skip to content

Commit fda0f49

Browse files
committed
delete another comment
1 parent b3b1af9 commit fda0f49

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

apps/supervisor/src/workloadManager/kubernetes.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ export class KubernetesWorkloadManager implements WorkloadManager {
107107

108108
try {
109109
const basePodSpec = this.addPlacementTags(this.#defaultPodSpec, opts.placementTags);
110-
// The io_uring-blocking profile is only needed to keep pods checkpointable.
111-
// Skip it unless checkpointing is enabled - self-hosters don't have the
112-
// profile provisioned on their nodes, so applying it would fail pod creation.
113110
const podSpec = this.opts.checkpointsEnabled
114111
? withBlockIoUringSeccompProfile(basePodSpec, opts.runtime)
115112
: basePodSpec;

0 commit comments

Comments
 (0)