Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AKS: Creating new cluster fails #199

Open
greg-bucko opened this issue Nov 9, 2021 · 0 comments
Open

AKS: Creating new cluster fails #199

greg-bucko opened this issue Nov 9, 2021 · 0 comments

Comments

@greg-bucko
Copy link

When running ./setup_f5_aks.sh -c fusion -p resource_group -z eastus with existing resource group but non existing AKS cluster, I get the following message:

Launching AKS cluster fusion in resource group resource_group in location eastus for deploying Lucidworks Fusion 5 ...

(ResourceNotFound) The Resource 'Microsoft.OperationalInsights/workspaces/DefaultWorkspace-a0850143-21c8-48ac-a534-c95f3e652bd8-WUS' under resource group 'DefaultResourceGroup-WUS' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Code: ResourceNotFound
Message: The Resource 'Microsoft.OperationalInsights/workspaces/DefaultWorkspace-a0850143-21c8-48ac-a534-c95f3e652bd8-WUS' under resource group 'DefaultResourceGroup-WUS' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix

ERROR: Create AKS cluster fusion failed! Look for previously reported errors or check the Azure portal before proceeding!

I believe that the problem is with:

az aks create ${PREVIEW_OPTS}
--enable-addons http_application_routing,monitoring
--resource-group ${AZURE_RESOURCE_GROUP}
--name ${CLUSTER_NAME}
--node-count ${NODE_COUNT}
--node-vm-size ${INSTANCE_TYPE}
--kubernetes-version ${AKS_MASTER_VERSION}
--generate-ssh-keys
cluster_created=$?

in setup_f5_aks.sh, specifically the monitoring addon is trying to deploy into DefaultResourceGroup-WUS which is for westus even though I want to deploy into eastus.

Would it be possible to have monitoring as an optional parameter or be able to specify into which resource group it should be installed?

Thanks,
Greg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant