This project is mirrored from https://github.com/coredns/coredns.git. The repository failed to update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
  1. 01 Dec, 2017 5 commits
  2. 29 Nov, 2017 1 commit
  3. 28 Nov, 2017 4 commits
  4. 27 Nov, 2017 1 commit
  5. 22 Nov, 2017 2 commits
  6. 17 Nov, 2017 2 commits
  7. 15 Nov, 2017 3 commits
  8. 14 Nov, 2017 6 commits
  9. 13 Nov, 2017 4 commits
  10. 11 Nov, 2017 2 commits
  11. 10 Nov, 2017 3 commits
  12. 09 Nov, 2017 5 commits
  13. 08 Nov, 2017 1 commit
    • Brian Akins's avatar
      Add option to use pod name rather than IP address for Kubernetes (#1190) · 3527be6c
      Brian Akins authored
      Change to use a new 'endpoints' directive and use a constant
      
      Add initial docs for 'endpoints' directive
      
      Add tests to Kubernetes setup for endpoints
      
      Changes based on PR feedback
      
      endpoint_pod_names is a boolean config option. Chahanged docs to reflect this.
      
      Add a test when endpoints_pod_names is not set
      
      Update README.md
      
      Remove endpointNameModeName as it is no longer used
      3527be6c
  14. 05 Nov, 2017 1 commit
    • Yong Tang's avatar
      Fix version for apimachinery and ugorji/go in Gopkg.toml (#1203) · c6ce769f
      Yong Tang authored
      This fix is an attempt to fix the issue raised #1192.
      The issue that a plain `dep -ensure update` fails is because
      the incompatibility of ugorji/go with the rest of packages (etcd, k8s etc)
      and the incompatibility of client-go vs. apimachinery.
      
      This fix fixed apimachinery and ugorji/go so that it is possible
      to use `dep -ensure update`.
      
      Previously updates has to be done individually, e.g.,
      `dep -ensure update github.com/coreos/etcd`
      
      This fix fixes #1192.
      Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
      c6ce769f