Skip to content

AKS Learn feedback: There is a YAML formatting issue in Keda 2.14 breaking changes related to aks and current code snippet is m #143

Open
@MageshSrinivasulu

Description

@MageshSrinivasulu

Type of issue

Typo

Feedback

The formatting of YAML in this link is wrong and misleading this is related to Keda 2.14 breaking changes

https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/extensions/changes-in-kubernetes-event-driven-autoscaling-add-on-214-215#keda-214

It should look some like in the below link

Azure/AKS#4471

wrong

triggers:
- type: any-type
metadata:
metricName: "my-custom-name"

right

triggers:
- type: any-type
   metadata:
        metricName: "my-custom-name"

Similar formatting needs to be done for the two code snippet sections mentions in the link

Page URL

https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli

Content source URL

https://github.com/MicrosoftDocs/azure-aks-docs/blob/main/articles/aks/supported-kubernetes-versions.md

Author

@Nickomang

Document Id

4fc23163-8b88-02c5-cce8-751052d081b5

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions