You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| writable | Boolean | The ro/rw export option for the filesystem. Defaults to `true`. |
173
173
| options | String | Any non-default options to use when exporting the filesystem. |
174
-
175
-
### `[[[configuration]]]`
176
-
A limited number of configuration options are available under no namespace, usually for legacy reasons.
177
-
178
-
| Attribute | Type | Description |
179
-
| --------- | ---- | ----------- |
180
-
| http_proxy | String | The hostname or IP address of the proxy server to use on the node (e.g. 10.10.10.10) |
181
-
| https_proxy | String | The hostname or IP address of the HTTPS proxy server to use on the node. (e.g. 10.10.0.1) |
182
-
| no_proxy | String | A comma separated list of hostnames or IP addresses not to use a proxy server for. Default: 169.254.169.254 to allow access to Azure metadata |
0 commit comments