File tree Expand file tree Collapse file tree
samples/features/sql-big-data-cluster/deployment/private-aks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ sudo ./deploy-private-aks-udr.sh
67671 . Download the script on the location that you are planning to use for the deployment
6868
6969``` bash
70- curl --output deploy-bdc https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-bdc.sh
70+ curl --output deploy-bdc.sh https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-bdc.sh
7171```
7272
73732 . Make the script executable
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ azdata bdc config replace -c private-bdc-aks/control.json -j "$.spec.storage.log
2525azdata bdc config replace -c private-bdc-aks/control.json -j " $.spec.endpoints[0].serviceType=NodePort"
2626azdata bdc config replace -c private-bdc-aks/control.json -j " $.spec.endpoints[1].serviceType=NodePort"
2727
28- azdata bdc config replace -c private-bdc-aks /bdc.json -j " $.spec.resources.master.spec.endpoints[0].serviceType=NodePort"
29- azdata bdc config replace -c private-bdc-aks /bdc.json -j " $.spec.resources.gateway.spec.endpoints[0].serviceType=NodePort"
30- azdata bdc config replace -c private-bdc-aks /bdc.json -j " $.spec.resources.appproxy.spec.endpoints[0].serviceType=NodePort"
28+ azdata bdc config replace -c private-bdc-aks/bdc.json -j " $.spec.resources.master.spec.endpoints[0].serviceType=NodePort"
29+ azdata bdc config replace -c private-bdc-aks/bdc.json -j " $.spec.resources.gateway.spec.endpoints[0].serviceType=NodePort"
30+ azdata bdc config replace -c private-bdc-aks/bdc.json -j " $.spec.resources.appproxy.spec.endpoints[0].serviceType=NodePort"
3131
3232# In case you're deploying BDC in HA mode ( aks-dev-test-ha profile ) please also use the following command
3333# azdata bdc config replace -c private-bdc-aks /bdc.json -j "$.spec.resources.master.spec.endpoints[1].serviceType=NodePort"
You can’t perform that action at this time.
0 commit comments