juju fails to bootstrap on default aks cluster size

Bug #1884692 reported by Richard Harding
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical Juju
Triaged
Low
Unassigned

Bug Description

The az tool in edge snap is a version that seems to have changed the default size for a cluster node to a Standard_DS1_v2 vs a Standard_DS2_v2

This means that when I create the cluster I cannot bootstrap to it. It seems worth checking and failing early vs timing out waiting for pods to come up that fail in an unscheduled state.

    Fails:
    az aks create --resource-group aks --name forrester-cluster2 --node-count 3 --generate-ssh-keys

    Succeeds
    az aks create --resource-group aks --name forrester-cluster2 --node-count 3 -s Standard_DS2_v2 --generate-ssh-keys

Ian Booth (wallyworld)
Changed in juju:
milestone: none → 2.8-next
status: New → Triaged
importance: Undecided → High
Revision history for this message
Pen Gale (pengale) wrote :

Looping back to this: an underlying problem here is that the edge snap has an outdated version of the az tool.

Newer versions of the tool default to Standard_DS2_v2.

I think that the fix for this is to update the docs -- instructing operators to make sure that they have an newer version of the tool, and to check their default instance type if they don't.

Revision history for this message
Richard Harding (rharding) wrote : Re: [Bug 1884692] Re: juju fails to bootstrap on default aks cluster size

I'd argue that there could be some logic in bootstrap to help detect a
failure to have enough resources and fail early/clearly as well. The docs
is a great first step for sure.

On Tue, Jun 30, 2020 at 1:55 PM Pete Vander Giessen <
<email address hidden>> wrote:

> Looping back to this: an underlying problem here is that the edge snap
> has an outdated version of the az tool.
>
> Newer versions of the tool default to Standard_DS2_v2.
>
> I think that the fix for this is to update the docs -- instructing
> operators to make sure that they have an newer version of the tool, and
> to check their default instance type if they don't.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1884692
>
> Title:
> juju fails to bootstrap on default aks cluster size
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/juju/+bug/1884692/+subscriptions
>

Revision history for this message
Canonical Juju QA Bot (juju-qa-bot) wrote :

This bug has not been updated in 2 years, so we're marking it Low importance. If you believe this is incorrect, please update the importance.

Changed in juju:
importance: High → Low
tags: added: expirebugs-bot
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.