Skip to content

Commit 39f92e7

Browse files
committed
Add a TODO for an action when the mount-shared code is removed
Signed-off-by: Eric Promislow <epromislow@suse.com>
1 parent 6d2cc27 commit 39f92e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/k8s-engine/wsl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ export default class WSLBackend extends events.EventEmitter implements K8s.Kuber
311311

312312
// Temporary workaround: ensure root is mounted as shared -- this will be done later
313313
// Right now the builder pod needs to be restarted after the remount
314+
// TODO: When this code is removed, make `client.getActivePod` protected again.
314315
try {
315316
await childProcess.exec('wsl --user root -d k3s mount --make-shared /');
316317
console.log('Waiting for ensuring root is shared');

0 commit comments

Comments
 (0)