Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I infra-azure-provisioning
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Deployment and Operations
  • infra-azure-provisioning
  • Issues
  • #128
Closed
Open
Issue created Mar 01, 2021 by Vineeth Guna [Microsoft]@vineethgunaMaintainer

Upgrade KEDA to 2.1.0 to support scaling of Stateful Sets

Need to upgrade KEDA to 2.1.0 to support scaling of stateful sets which is used as part of airflow workers in AKS cluster

Upgrade details

  • KEDA Version - 2.1.0
  • KEDA Helm Chart Version - 2.1.1

Steps to upgrade KEDA

Upgrading KEDA helm chart from 1.5.0 to 2.1.1 is not straight forward, below are the steps which are needed to be executed to upgrade it successfully

  • Need to remove existing ScaledObject and TriggerAuthentication resources existing in AKS cluster
  • Uninstall current KEDA version which is 1.5.0
  • Delete KEDA CRD's (you can fetch KEDA CRDS using kubectl get crd | grep keda)
  • Install KEDA helm chart version 2.1.1

For reference about upgrading KEDA refer to this link - https://keda.sh/docs/2.1/migration/

Assignee
Assign to
Time tracking