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

Important information about updating AKS-HCI to v1.0.9.1043 (April 2022 Update) #185

Open
baziwane opened this issue May 9, 2022 · 0 comments
Labels
Bug A bug filed by an internal or external team that affects the customers known-issue

Comments

@baziwane
Copy link
Collaborator

baziwane commented May 9, 2022

We are investigating an intermittent issue caused by a bug in the April Update (AKS-HCI v1.0.9.10413). This bug causes the workload cluster control plane to undergo a rolling update immediately after completing the AKS-HCI (management cluster) update. We are working on root causing this and will have a fix available in an upcoming release.

**Steps to diagnose (please do all of the following) **

  1. Run Command: Get-AksHciCluster -name <insert workload cluster name>

Look for: ProvisioningState not equal to Deployed

  1. Run: kubectl get kcp <insert workload cluster name>-control-plane --kubeconfig (get-kvaconfig).kubeconfig -o yaml

Look for a status value “False” for any of the following condition types:

  • ControlPlaneComponentsHealthy,
  • MachinesReady,
  • MachinesSpecUpToDate

Below is a sample output, some of the content is omitted for brevity and the status should be at the bottom of the output:

...
status:
  conditions:
...
  - lastTransitionTime: "2022-04-27T21:15:36Z"
    status: "True"
    type: MachinesReady
  - lastTransitionTime: "2022-04-27T21:17:09Z"
    status: "False"
    type: MachinesSpecUpToDate
...

Recommendation

If you observe the any of the scenarios described above after running Update-AksHci, please contact our engineering team and do not try upgrading the workload clusters.

<3 AKS-HCI Team

@baziwane baziwane added the Bug A bug filed by an internal or external team that affects the customers label May 9, 2022
@scooley scooley pinned this issue May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug filed by an internal or external team that affects the customers known-issue
Projects
None yet
Development

No branches or pull requests

2 participants