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
Remote defers runtime deployment of the data plane to another process.
11237
+
If unspecified and type is "Remote", default settings for the custom provider
11238
+
are applied.
11239
+
properties:
11240
+
useListenerPortAsContainerPort:
11241
+
description: |-
11242
+
UseListenerPortAsContainerPort disables the port shifting feature in the Envoy Proxy.
11243
+
When set to false (default value), if the service port is a privileged port (1-1023), add a constant to the value converting it into an ephemeral port.
11244
+
This allows the container to bind to the port without needing a CAP_NET_BIND_SERVICE capability.
11245
+
type: boolean
11246
+
type: object
11234
11247
type:
11235
11248
description: |-
11236
11249
Type is the type of resource provider to use. A resource provider provides
11237
11250
infrastructure resources for running the data plane, e.g. Envoy proxy, and
11238
-
optional auxiliary control planes. Supported types are "Kubernetes"and "Host".
11251
+
optional auxiliary control planes. Supported types are "Kubernetes", "Remote', and "Host".
Remote defers runtime deployment of the data plane to another process.
11236
+
If unspecified and type is "Remote", default settings for the custom provider
11237
+
are applied.
11238
+
properties:
11239
+
useListenerPortAsContainerPort:
11240
+
description: |-
11241
+
UseListenerPortAsContainerPort disables the port shifting feature in the Envoy Proxy.
11242
+
When set to false (default value), if the service port is a privileged port (1-1023), add a constant to the value converting it into an ephemeral port.
11243
+
This allows the container to bind to the port without needing a CAP_NET_BIND_SERVICE capability.
11244
+
type: boolean
11245
+
type: object
11233
11246
type:
11234
11247
description: |-
11235
11248
Type is the type of resource provider to use. A resource provider provides
11236
11249
infrastructure resources for running the data plane, e.g. Envoy proxy, and
11237
-
optional auxiliary control planes. Supported types are "Kubernetes"and "Host".
11250
+
optional auxiliary control planes. Supported types are "Kubernetes", "Remote', and "Host".
0 commit comments