Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lives (0.1 sec)

  1. pkg/proxy/nftables/README.md

    a single packet can go `input` -> "local process" -> `output`, which it cannot. Note also
    that the `ingress` and `egress` hooks are special and mostly not available to us;
    kube-proxy lives in the middle section of diagram, with the five main netfilter hooks.
    
    There are three paths through the diagram, called the "input", "forward", and "output"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 21 14:37:56 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. .generated_files

    # Files that should be ignored by tools which do not want to consider generated
    # code.
    #
    # https://github.com/kubernetes/test-infra/blob/master/prow/plugins/size/size.go
    #
    # This file is a series of lines, each of the form:
    #     <type> <name>
    #
    # Type can be:
    #    path - an exact path to a single file
    #    file-name - an exact leaf filename, regardless of path
    #    path-prefix - a prefix match on the file path
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 04 23:47:25 UTC 2022
    - 750 bytes
    - Viewed (0)
  3. cluster/gce/manifests/kube-apiserver.manifest

                   ],
        {{container_env}}
        "livenessProbe": {
          "httpGet": {
            "scheme": "HTTPS",
            "host": "{{healthcheck_ip}}",
            "port": {{secure_port}},
            "path": "/livez?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
          },
          "initialDelaySeconds": {{liveness_probe_initial_delay}},
          "timeoutSeconds": 15
        },
        "readinessProbe": {
          "httpGet": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 19 14:47:38 UTC 2022
    - 4.1K bytes
    - Viewed (0)
Back to top