gdcloud compute health-checks create tcp

이름

gdcloud compute health-checks create tcp - 부하 분산기의 TCP 상태 점검을 만듭니다.

개요

gdcloud compute health-checks create tcp HEALTH_CHECK_NAME [flags]

EXAMPLES

To create a global TCP health check "tcp-health-check", run:

    gdcloud compute health-checks create tcp tcp-health-check \
      --port=8080 \
      --global

    To create a zonal TCP health check "tcp-health-check", run:

    gdcloud compute health-checks create tcp tcp-health-check \
      --port=8080

선택적 플래그

      --check-interval int        Amount of time in seconds from the start of one probe to the start of the next one. Defaults to 5. (default 5)
      --global                    If set, the global health check object is created.
      --healthy-threshold int     Number of sequential probes that must succeed for the endpoint to be considered healthy. Defaults to 2. (default 2)
      --port int                  Port to use for the health check. If not specified, the backend service's port is used.
      --timeout int               Time (in seconds) to wait before claiming failure. Defaults to 5. (default 5)
      --unhealthy-threshold int   Number of sequential probes that must fail for the endpoint to be considered unhealthy. Defaults to 2. (default 2)
      --zone string               Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.

GDCLOUD 전체 플래그

이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).

자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.