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

[2.9] UI gets stuck on fatal error trying to create an AKS cluster #10882

Closed
ericpromislow opened this issue Apr 25, 2024 · 3 comments
Closed
Assignees
Labels
area/aks ember Ember UI Issue kind/bug QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this
Milestone

Comments

@ericpromislow
Copy link
Contributor

Setup

Describe the bug
I tried to create an AKS cluster. The screen is stuck at "Loading..."

The console has this error message:
Uncaught (in promise) TypeError: this.versionChoices.firstObject is undefined at https://releases.rancher.com/ui/latest2/assets/addon-tree-output/shared/components/cluster-driver/driver-eks/component.js line 72

This code:

const kubernetesVersion = this.versionChoices.firstObject.value;

To Reproduce

  • I created and helm-installed personal images based on rancher and rancher-agent from
    cf79d4972 - (origin/release/v2.9, origin/HEAD, release/v2.9) Merge pull request #44784
    with the diffs from PR 45246 -- without them I can't start the auth process.

Result
See above

Expected Result
See above

@github-actions github-actions bot added the QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this label Apr 25, 2024
@richard-cox richard-cox added this to the v2.9.0 milestone Apr 26, 2024
@richard-cox richard-cox added the ember Ember UI Issue label Apr 26, 2024
@richard-cox
Copy link
Member

@ericpromislow It looks like that line only appears in the ember EKS driver, are you sure it was AKS?

AKS has been ported to the dashboard, so shouldn't be showing anything ember side.
EKS will be ported to the dashboard very soon (once #10581 merges)

cc @mantis-toboggan-md

@mantis-toboggan-md
Copy link
Member

@ericpromislow AKS and EKS cluster provisioning have been migrated to the dashboard. I wasn't able to reproduce the issue in my own testing; could you confirm whether or not you're still seeing it?

@yonasberhe23
Copy link
Contributor

Unable to reproduce as well. closing issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/aks ember Ember UI Issue kind/bug QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this
Projects
None yet
Development

No branches or pull requests

4 participants