File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
website/content/en/docs/config Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -109,18 +109,18 @@ This page documents the environment variables used in Lima.
109109### ` LIMA_SSH_PORT_FORWARDER `
110110
111111- ** Description** : Specifies to use the SSH port forwarder (slow) instead of gRPC (fast, previously unstable)
112- - ** Default** : ` false ` (since v1.1.0-beta.0 )
112+ - ** Default** : ` false ` (since v1.1.0)
113113- ** Usage** :
114114 ``` sh
115115 export LIMA_SSH_PORT_FORWARDER=false
116116 ```
117117- ** The history of the default value** :
118- | Version | Default value |
119- | --------------- | ---------------------|
120- | v0.1.0 | ` true ` , effectively |
121- | v1.0.0 | ` false ` |
122- | v1.0.1 | ` true ` |
123- | v1.1.0-beta.0 | ` false ` |
118+ | Version | Default value |
119+ | ---------| ---------------------|
120+ | v0.1.0 | ` true ` , effectively |
121+ | v1.0.0 | ` false ` |
122+ | v1.0.1 | ` true ` |
123+ | v1.1.0 | ` false ` |
124124
125125### ` LIMA_USERNET_RESOLVE_IP_ADDRESS_TIMEOUT `
126126
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ Lima supports two port forwarders: SSH and GRPC.
1111
1212The default port forwarder is shown in the following table.
1313
14- | Version | Default |
15- | ------------- | ------- |
16- | v0.1.0 | SSH |
17- | v1.0.0 | GRPC |
18- | v1.0.1 | SSH |
19- | v1.1.0-beta.0 | GRPC |
14+ | Version | Default |
15+ | --------| ------- |
16+ | v0.1.0 | SSH |
17+ | v1.0.0 | GRPC |
18+ | v1.0.1 | SSH |
19+ | v1.1.0 | GRPC |
2020
2121The default was once changed to GRPC in Lima v1.0, but it was reverted to SSH in v1.0.1 due to stability reasons.
2222The default was further reverted to GRPC in Lima v1.1, as the stability issues were resolved.
You can’t perform that action at this time.
0 commit comments