Azure / aksArc

# Welcome to the Azure Kubernetes Service on Azure Stack HCI repo This is where the AKS-HCI team will track features and issues with AKS-HCI. We will monitor this repo in order to engage with our community and discuss questions, customer scenarios, or feature requests. Checkout our projects tab to see the roadmap for AKS-HCI!
MIT License
109 stars 45 forks source link

[BUG] Changing name of node pool cannot be upper case, but the wizard uses upper case by default. #344

Open The-TeQnician opened 1 year ago

The-TeQnician commented 1 year ago

Describe the bug When deploying an hybrid aks cluster via the portal the wizard creates a node pool name based on the clustername which is my case was partly uppercase. But I also wanted to deploy a additional node pool so I tried changing the name to linuxnodepool1. Partly uppercase from beginning (first screenshot) no error. But got the error (see second screenshot) when i changed the name. Al lower case no issue's (third screenshot). Only first character lower case and rest upper also works (4th screenshot).

To Reproduce Steps to reproduce the behavior:

  1. Create a hybrid AKS cluster from the Azure portal.
  2. Provide necessary details and info and go to the node pools option.
  3. See screenshots for more info

Expected behavior When case sensitivity matters make sure it is consistent and uppercase is not allowed at all. Or leave it as is and let the code in the background handle the changing of characters to all lower case. This is odd behavior.

Screenshots image image image image

Environment (please complete the following information):