Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 71 for 9253 (0.07 sec)

  1. cluster/addons/dns/nodelocaldns/nodelocaldns.yaml

    apiVersion: v1
    kind: Service
    metadata:
      annotations:
        prometheus.io/port: "9253"
        prometheus.io/scrape: "true"
      labels:
        k8s-app: node-local-dns
      name: node-local-dns
      namespace: kube-system
    spec:
      clusterIP: None
      ports:
        - name: metrics
          port: 9253
          targetPort: 9253
      selector:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificateNotFound

    00000060  a6 8a 4e 82 99 f3 77 8c  b6 3a a1 5c 4f 25 3b 7f  |..N...w..:.\O%;.|
    00000070  39 2f cd 51 dc e3 fc 7c  5a 5a 33 e4 af 43 d0 d3  |9/.Q...|ZZ3..C..|
    00000080  eb 3b 86 71 af 92 53 6e  02 b9 59 14 03 03 00 01  |.;.q..Sn..Y.....|
    00000090  01 16 03 03 00 40 8b e4  6f d3 88 e7 6a e9 aa f2  |.....@..o...j...|
    000000a0  4f 67 69 80 bc f1 78 ca  a9 f9 29 ce 44 93 81 46  |Ogi...x...).D..F|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  3. src/runtime/sigtab_linux_mipsx.go

    	/*  48 */ {_SigNotify, "signal 48"},
    	/*  49 */ {_SigNotify, "signal 49"},
    	/*  50 */ {_SigNotify, "signal 50"},
    	/*  51 */ {_SigNotify, "signal 51"},
    	/*  52 */ {_SigNotify, "signal 52"},
    	/*  53 */ {_SigNotify, "signal 53"},
    	/*  54 */ {_SigNotify, "signal 54"},
    	/*  55 */ {_SigNotify, "signal 55"},
    	/*  56 */ {_SigNotify, "signal 56"},
    	/*  57 */ {_SigNotify, "signal 57"},
    	/*  58 */ {_SigNotify, "signal 58"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  4. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/parsing/ErrorParsingTest.kt

                    name = block
                    args = [
                        FunctionArgument.Lambda [indexes: 6..55, line/column: 1/7..6/2, file: test] (
                            block = Block [indexes: 12..53, line/column: 2/5..5/10, file: test] (
                                LocalValue [indexes: 12..21, line/column: 2/5..2/14, file: test] (
                                    name = a
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 09:41:25 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/phases/addons/dns/dns_test.go

            ttl 30
        }
        prometheus :9153
        forward . /etc/resolv.conf {
            max_concurrent 1000
        }
        cache 30
        loop
        reload
        loadbalance
    }
    `,
    			coreDNSVersion: "1.6.2",
    		},
    		{
    			name: "Default Corefile with rearranged plugins",
    			initialCorefileData: `.:53 {
            errors
            cache 30
            prometheus :9153
            forward . /etc/resolv.conf
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  6. cluster/addons/dns/coredns/coredns.yaml.in

            }
            ready
            kubernetes dns_domain in-addr.arpa ip6.arpa {
                pods insecure
                fallthrough in-addr.arpa ip6.arpa
                ttl 30
            }
            prometheus :9153
            forward . /etc/resolv.conf {
                max_concurrent 1000
            }
            cache 30
            loop
            reload
            loadbalance
        }
    ---
    apiVersion: apps/v1
    kind: Deployment
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 23:50:49 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/phases/addons/dns/manifests.go

      ports:
      - name: dns
        port: 53
        protocol: UDP
        targetPort: 53
      - name: dns-tcp
        port: 53
        protocol: TCP
        targetPort: 53
      - name: metrics
        port: 9153
        protocol: TCP
        targetPort: 9153
      selector:
        k8s-app: kube-dns
    `
    
    	// CoreDNSDeployment is the CoreDNS Deployment manifest
    	CoreDNSDeployment = `
    apiVersion: apps/v1
    kind: Deployment
    metadata:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 09:59:39 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  8. cluster/addons/dns/coredns/coredns.yaml.base

            }
            ready
            kubernetes __DNS__DOMAIN__ in-addr.arpa ip6.arpa {
                pods insecure
                fallthrough in-addr.arpa ip6.arpa
                ttl 30
            }
            prometheus :9153
            forward . /etc/resolv.conf {
                max_concurrent 1000
            }
            cache 30
            loop
            reload
            loadbalance
        }
    ---
    apiVersion: apps/v1
    kind: Deployment
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 23:50:49 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  9. cluster/addons/dns/coredns/coredns.yaml.sed

            }
            ready
            kubernetes $DNS_DOMAIN in-addr.arpa ip6.arpa {
                pods insecure
                fallthrough in-addr.arpa ip6.arpa
                ttl 30
            }
            prometheus :9153
            forward . /etc/resolv.conf {
                max_concurrent 1000
            }
            cache 30
            loop
            reload
            loadbalance
        }
    ---
    apiVersion: apps/v1
    kind: Deployment
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 23:50:49 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.txt

    10.244.0.8:9153                                  HEALTHY                  outbound|9153||kube-dns.kube-system.svc.cluster.local
    10.244.0.3:9153                                  HEALTHY                  outbound|9153||kube-dns.kube-system.svc.cluster.local
    172.18.0.2:6443                                  HEALTHY                  outbound|443||kubernetes.default.svc.cluster.local
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 21 14:17:23 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top