Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for nameserver (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. CHANGELOG/CHANGELOG-1.6.md

      ```
      "stubDomains": {
      "acme.local": ["1.2.3.4"]
       },
      ```
    
      is a map of domain to list of nameservers for the domain. This is used
      to inject private DNS domains into the kube-dns namespace. In the above
      example, any DNS requests for `*.acme.local` will be served by the
      ```
      nameserver 1.2.3.4.
      ```
    
      ```
      upstreamNameservers": ["8.8.8.8", "8.8.4.4"]
      ```
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.11.md

        * Fix a bug in DNS resolution for externalName services
        * and PTR records that need to query from upstream nameserver.
    * Update version of Istio addon from 0.5.1 to 0.6.0. ([#61911](https://github.com/kubernetes/kubernetes/pull/61911), [@ostromart](https://github.com/ostromart))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.10.md

        * - Fix a bug in DNS resolution for externalName services
        * and PTR records that need to query from upstream nameserver.
    * Fix machineID getting for vmss nodes when using instance metadata ([#62611](https://github.com/kubernetes/kubernetes/pull/62611), [@feiskyer](https://github.com/feiskyer))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Click Count (0)
Back to Top