mirror of
https://github.com/rancher-sandbox/rancher-desktop.git
synced 2021-10-13 00:04:06 +03:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user