Open Srimrao02 opened 5 years ago
Attached the template file used
Any help please
the value for domainName must be 'none' if you are not deploying a private cluster.
Hi @haroldwongms ,
Ya this is not a private cluster. Are you mentioning about this parameter from parameters file?
"domainName": { "value": "contoso.com" },
my parameter file has
"masterClusterType": { "value": "public" }, "routerClusterType": { "value": "public" }
Describe the bug The template based installation fails with exit status=2
To Reproduce Steps to reproduce the behavior: Always when i run installation with template it fails.
az group deployment create --name OpenShiftAzure_Cluster3 -g OpenShiftAzure_Group2 \ --template-uri https://raw.githubusercontent.com/Microsoft/openshift-container-platform/master/azuredeploy.json \ --parameters @./azuredeploy.parameters.json
Expected behavior It should deploy openshift
Screenshots If applicable, add screenshots to help explain your problem.
stdout Include the last 100 lines of stdout from Bastion host - see troubleshooting https://docs.microsoft.com/en-us/azure/virtual-machines/linux/openshift-troubleshooting
Template Information (please complete the following information):
Additional context Add any other context about the problem here.