Skip to content

Update for current version of AKS #76

Open
@bragma

Description

@bragma

Hi, I stringly suggest to inclue this PR since the version of kubernetes specified in the master branch is not available anymore (so it won't work).

Also, notice that in the documentation, this part is incorrect:

password_principal=echo $service_principal|cut -f4 -d ' '

Instead, the password is in column 3 of the table so it should instead be:

password_principal=echo $service_principal|cut -f3 -d ' '

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions