mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-27 00:04:15 -04:00 
			
		
		
		
	Bump version to 1.5.2 (#2969)
Run through the motions; create manual pages. Run go generate for good measure. Fix typo in Makefile.release while at it. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| .\" Generated by Mmark Markdown Processer - mmark.nl | ||||
| .TH "COREDNS-K8S_EXTERNAL" 7 "June 2019" "CoreDNS" "CoreDNS Plugins" | ||||
| .TH "COREDNS-K8S_EXTERNAL" 7 "July 2019" "CoreDNS" "CoreDNS Plugins" | ||||
|  | ||||
| .SH "NAME" | ||||
| .PP | ||||
| @@ -97,6 +97,27 @@ Enable names under \fB\fCexample.org\fR to be resolved to in cluster DNS address | ||||
| .fi | ||||
| .RE | ||||
|  | ||||
| .PP | ||||
| With the Corefile above, the following Service will get an \fB\fCA\fR record for \fB\fCtest.default.example.org\fR with IP address \fB\fC192.168.200.123\fR. | ||||
|  | ||||
| .PP | ||||
| .RS | ||||
|  | ||||
| .nf | ||||
| apiVersion: v1 | ||||
| kind: Service | ||||
| metadata: | ||||
|  name: test | ||||
|  namespace: default | ||||
| spec: | ||||
|  clusterIP: None | ||||
|  externalIPs: | ||||
|  \- 192.168.200.123 | ||||
|  type: ClusterIP | ||||
|  | ||||
| .fi | ||||
| .RE | ||||
|  | ||||
| .PP | ||||
| For some background see resolve external IP address | ||||
| \[la]https://github.com/kubernetes/dns/issues/242\[ra]. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user