Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Unix (0.2 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

                  servers:
                    description: A list of server specifications.
                    items:
                      properties:
                        bind:
                          description: The ip or the Unix domain socket to which the listener
                            should be bound to.
                          type: string
                        defaultEndpoint:
                          type: string
                        hosts:
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                  servers:
                    description: A list of server specifications.
                    items:
                      properties:
                        bind:
                          description: The ip or the Unix domain socket to which the listener
                            should be bound to.
                          type: string
                        defaultEndpoint:
                          type: string
                        hosts:
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 18:46:49 GMT 2024
    - 570.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Kube-apiserver, kube-scheduler and kube-controller manager now use SO_REUSEPORT socket option when listening on address defined by --bind-address and --secure-port flags, when running on Unix systems (Windows is NOT supported). This allows to run multiple instances of those processes on a single host with the same configuration, which allows to update/restart them in a graceful way, without causing downtime. ([#88893](https://github.co...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
Back to top