Skip to content

Commit dd6d475

Browse files
Merge pull request #630 from NelGson/patch-8
Updated security patch - RC1
2 parents cdf2517 + 3309c21 commit dd6d475

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

  • samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad/security-patch.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
"op": "add",
55
"path": "security",
66
"value": {
7-
"useInternalDomain": false,
87
"ouDistinguishedName":"OU=bdc,DC=contoso,DC=local",
9-
"dnsIpAddresses": ["11.11.111.11"],
10-
"domainControllerFullyQualifiedDns": ["VM.CONTOSO.LOCAL"],
8+
"dnsIpAddresses": ["00.00.000.00"],
9+
"domainControllerFullyQualifiedDns": ["DC.CONTOSO.LOCAL"],
1110
"realm":"CONTOSO.LOCAL",
1211
"domainDnsName":"contoso.local",
1312
"bdcAdminPrincipals": [
@@ -20,12 +19,13 @@
2019
},
2120
{
2221
"op": "add",
23-
"path": "spec.endpoints/0",
24-
"value": {
25-
"name": "Kerberos",
26-
"serviceType": "NodePort",
27-
"port": 30088
28-
}
22+
"path": "spec.endpoints[0].dnsName",
23+
"value": "controller.contoso.local"
24+
},
25+
{
26+
"op": "add",
27+
"path": "spec.endpoints[1].dnsName",
28+
"value": "serviceproxy.contoso.local"
2929
}
3030
]
3131
}

0 commit comments

Comments
 (0)