Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 952 for dns2 (0.07 sec)

  1. cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml

    metadata:
      name: system:kube-dns-autoscaler
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
    subjects:
      - kind: ServiceAccount
        name: kube-dns-autoscaler
        namespace: kube-system
    roleRef:
      kind: ClusterRole
      name: system:kube-dns-autoscaler
      apiGroup: rbac.authorization.k8s.io
    
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: kube-dns-autoscaler
      namespace: kube-system
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  2. releasenotes/notes/agent-dns-capture.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue:
    - 26826
    releaseNotes:
    - |
      **Added** Experimental DNS resolution in the Istio agent to better support use cases like service entries
      with TCP services without VIPs, multicluster DNS resolution, and DNS resolution of Kubernetes services
      from VM sidecars. This feature is disabled by default and can be enabled by setting the following in the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 08 04:32:46 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  3. releasenotes/notes/dns-localhost-loop.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue:
    - 30309
    releaseNotes:
    - |
      **Fixed** an issue causing [DNS proxying](/docs/ops/configuration/traffic-management/dns-proxy/) to not work
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 05 20:28:01 UTC 2021
    - 246 bytes
    - Viewed (0)
  4. releasenotes/notes/redirect-dns-iptables.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue:
      - 29908
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 01 15:34:22 UTC 2021
    - 176 bytes
    - Viewed (0)
  5. releasenotes/notes/dns-round-robin.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue: [31064]
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 25 21:05:17 UTC 2021
    - 188 bytes
    - Viewed (0)
  6. releasenotes/notes/cni-dns-capture.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 29511
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 14 00:22:23 UTC 2021
    - 151 bytes
    - Viewed (0)
  7. releasenotes/notes/agent-dns-forward-parallel.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
    - 39598
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 15 11:15:33 UTC 2022
    - 308 bytes
    - Viewed (0)
  8. pilot/pkg/xds/testdata/nds-se.yaml

    kind: ServiceEntry
    metadata:
      name: service-dns-no-addr
      namespace: ns2
    spec:
      hosts:
        - random-1.host.example
      # expect address to be auto allocated
      ports:
        - number: 80
          name: http
          protocol: HTTP
      resolution: DNS
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: service-dns-with-addr
      namespace: ns2
    spec:
      hosts:
        - random-2.host.example
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 08 09:17:55 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  9. pkg/test/echo/server/forwarder/dns.go

    Nathan Mittler <******@****.***> 1652206148 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 10 18:09:08 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  10. pkg/dns/client/dns_test.go

    		})
    	}
    	mux.HandleFunc("giant.", func(resp dns.ResponseWriter, msg *dns.Msg) {
    		answer := &dns.Msg{
    			Answer: giantResponse,
    		}
    		answer.SetReply(msg)
    		answer.Rcode = dns.RcodeSuccess
    		if err := resp.WriteMsg(answer); err != nil {
    			t.Fatalf("err: %s", err)
    		}
    	})
    	mux.HandleFunc("giant-tc.", func(resp dns.ResponseWriter, msg *dns.Msg) {
    		answer := &dns.Msg{
    			Answer: giantResponse,
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top