Fix CoreDNS version restriction for service ExternalName type.#15084
Merged
k8s-ci-robot merged 2 commits intokubernetes:release-1.14from Jun 28, 2019
Merged
Conversation
Member
Author
|
/assign @SataQiu |
idealhack
reviewed
Jun 28, 2019
before: This requires version 1.7 or higher of `kube-dns`. after: You need CoreDNS version 1.7 or higher to use the `ExternalName` type.
3a0e4ca to
c321282
Compare
SataQiu
reviewed
Jun 28, 2019
Thanks. Co-Authored-By: SataQiu <1527062125@qq.com>
Member
|
thanks @RainbowMango |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SataQiu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6 tasks
SataQiu
added a commit
to SataQiu/website
that referenced
this pull request
Oct 9, 2019
…netes#15084) * Fix CoreDNS version restriction for service ExternalName type. before: This requires version 1.7 or higher of `kube-dns`. after: You need CoreDNS version 1.7 or higher to use the `ExternalName` type. * Update content/zh/docs/concepts/services-networking/service.md Thanks. Co-Authored-By: SataQiu <1527062125@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
before: This requires version 1.7 or higher of
kube-dns.after: You need CoreDNS version 1.7 or higher to use the
ExternalNametype.