Tell WSL about the VM_STARTED state, parity with lima

- In practice, the time delta between this event and
  STARTED so short that it isn't noticeable to the eye

Signed-off-by: Eric Promislow <epromislow@suse.com>
This commit is contained in:
Eric Promislow
2021-10-07 10:46:03 -07:00
parent 36c156dd85
commit fd87ad8bdc

View File

@@ -773,6 +773,7 @@ export default class WSLBackend extends events.EventEmitter implements K8s.Kuber
}
});
this.setState(K8s.State.VM_STARTED);
await this.progressTracker.action('Starting guest agent', 100, this.launchAgent());
await this.progressTracker.action(