Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for agent_port (0.23 sec)

  1. cluster/gce/manifests/konnectivity-server.yaml

            port: {{ health_port }}
            path: /healthz
          initialDelaySeconds: {{ liveness_probe_initial_delay }}
          timeoutSeconds: 60
        ports:
        - name: agentport
          containerPort: {{ agent_port }}
          hostPort: {{ agent_port }}
        - name: healthport
          containerPort: {{ health_port }}
          hostPort: {{ health_port }}
        - name: adminport
          containerPort: {{ admin_port }}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 10:31:11 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

    }
    
    # Replaces the variables in the konnectivity-server manifest file with the real values, and then
    # copy the file to the manifest dir
    # $1: value for variable "agent_port"
    # $2: value for variable "health_port"
    # $3: value for variable "admin_port"
    function prepare-konnectivity-server-manifest {
      local -r temp_file="/tmp/konnectivity-server.yaml"
      params=()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top