SRM: Creating an SRM Cluster Role for Kubernetes Solution Pack
Summary: This article mentions the updated command for creating a cluster role on Kubernetes for Storage Resource Manager (SRM). The updated command is available from SRM 6.0.0.0 Solution Pack Guide for Kubernetes Solution Pack. ...
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
Creating a Cluster Role for SRM Service Account on Kubernetes
Follow these steps to create a cluster role with for the SRM service account:
Step 1: Refer to Documentation.
Before proceeding, review the SRM Solution Pack Guide for detailed information about the Kubernetes Solution Pack and its requirements.
Step 2: Use the Updated Command for creating a cluster role.
The command mentioned in the Solution Pack guide does not specify any resources:
kubectl create clusterrole <<rolename>> --verb=get,list,watch --resource=
Instead, use the below command to grant all the resources to the role:
kubectl create clusterrole <<rolename>> --verb=get,list,watch --resource=.*.
The --resource=*.* pattern grants permissions for all resources, which is required for SRM to function correctly.
Affected Products
SRMArticle Properties
Article Number: 000391382
Article Type: How To
Last Modified: 19 Nov 2025
Version: 1
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.