---
name: openshift-ts-storage-ca-apikey-reset
title: Autoscaling fails after API key reset
description: Troubleshoot storage API key reset issues for block storage.
last-updated: 2026-08-12
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/openshift?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Autoscaling fails after API key reset
{: #ts-storage-ca-apikey-reset}
{: support}

Troubleshoot storage API key reset issues for block storage.
{: shortdesc}

**Infrastructure provider**: VPC


After you reset your API key, autoscaling fails with an IAM permission error.
{: tsSymptoms}


Resetting your API key means the credentials that the cluster autoscaler add-on uses are no longer valid. After resetting your API key, you must reset the cluster autoscaler controller to use the latest API key for volume provisioning.
{: tsCauses}

After resetting your API key, you must re-create the cluster autoscaler controller pod. To re-create the controller pod, delete it by running the following commands.
{: tsResolve}

1. Get the autoscaler pod name.

    ```sh
    oc get pods -n kube-system | grep cluster-autoscaler
    ```
    {: pre}
    
1. Delete the autoscaler pod.

    ```sh
    oc delete pod -n kube-system cluster-autoscaler-pod
    ```
    {: pre}