Deploying a kubernetes-dashboard, when I got the status of clusterdeployment the services couldn't be deployed, and stuck in pending
Services:
Last State Transition Time: 2025-11-08T14:25:11Z
Name: kubernetes-dashboard
Namespace: kubernetes-dashboard
State: Pending
Template: kubernetes-dashboard-7-5-0
Type: Helm
Version: kubernetes-dashboard-7-5-0
And getting the logs from the deployment in projectsveltos, there is an error
deploying resources failed: secrets "workshop-aws-cluster-identity-secret" not found
deploying helm charts failed: secrets "workshop-aws-cluster-identity-secret" not found
I can create the secrets directly in the cluster, but is this the expected approach? k0rdent is not supposed to provide this secret?
Note: I have provided the secret once I start the deployment for the controlplane and workers
Deploying a
kubernetes-dashboard, when I got the status of clusterdeployment the services couldn't be deployed, and stuck in pendingAnd getting the logs from the deployment in
projectsveltos, there is an errorI can create the secrets directly in the cluster, but is this the expected approach? k0rdent is not supposed to provide this secret?