due to some corruption with the aks service or nodes (unable to run get-akshcibillingstatus).
I intend to cleanly redo the aks installation
a) all servers are patched to 10.0.20348 with latest august updates
uninstall-akshci was run on all nodes with no errors.
b) using the gui, my first attempts fail after 10 minutes 18 seconds install-akshci, the operation has timed out. clean up your host environment and re-start the setup process.
c) I reran uninstall-akshci
I tried powershell
update-module az.accounts -RequiredVersion 2.5.1
Install-Module -Name AksHci -Repository PSGallery -force -acceptlicense
Import-Module Az.Accounts
Import-Module Az.Resources
Import-Module AzureAD
Import-Module AksHci
Connect-AzAccount -devicecode
WARNING: To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code xxx
to authenticate.
WARNING: TenantId '295be6d3-mytenantid' contains more than one active subscription. First one will be
selected for further use. To select another subscription, use Set-AzContext.
Account SubscriptionName TenantId Environment
admin@mydomain.onmicrosoft.com mysub 295be6d3-mytenantid AzureCloud
Set-AzContext -Subscription "50fb2758-mysubscription"
Name Account SubscriptionName Environment TenantId
---- ------- ---------------- ----------- -------- mysub (50fb2758-... admin@mydomain.o... mysub AzureCloud 295be6d3-5142-4... Register-AzResourceProvider -ProviderNamespace Microsoft.Kubernetes ProviderNamespace : Microsoft.Kubernetes RegistrationState : Registered ResourceTypes : {connectedClusters, locations, locations/operationStatuses, registeredSubscriptions...} Locations : {West Europe, East US, West Central US, South Central US...}
Register-AzResourceProvider -ProviderNamespace Microsoft.KubernetesConfiguration
ProviderNamespace : Microsoft.KubernetesConfiguration
RegistrationState : Registered
ResourceTypes : {sourceControlConfigurations, extensions, operations}
Locations : {East US, West Europe, West Central US, West US 2...}
PS C:\Users\mylogon>
Set-AksHciRegistration -subscriptionid "50fb2758-mysubscription" -tenantid "295be6d3-mytenantid" -resourcegroupname DellAzureHCISEA -Region SouthEastAsia
Set-AksHciRegistration : Cannot bind argument to parameter 'version' because it is an empty string.
At line:1 char:1
- Set-AksHciRegistration -subscriptionid "50fb2758-mysubscriptionid ...
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : InvalidData: (:) [Set-AksHciRegistration], ParameterBindingValidationException
- FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Set-AksHciRegistration
d) I try gui again. (without uninstall-akshci from the powershell attempt)
Failed with errors
Install-AksHci - Importing Configuration Completed
Duration: 0 minutes 3 seconds
[Install-AksHci]:The operation has timed out.