Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Security Deck
    • Overview
    • KSPM errors
    • DSPM errors
  • Pricing policy
  • Audit Trails events
  • Release notes

In this article:

  • Existing Kyverno installation detected and has to be removed manually
  • Unable to check for existing Kyverno installation
  • Cluster version too old
  • Insufficient permissions in the cluster
  • Unable to check permissions in the cluster
  • Component is unhealthy
  • Component sync failed
  1. Troubleshooting
  2. KSPM errors

Troubleshooting Kubernetes Security Posture Management (KSPM)

Written by
Yandex Cloud
Updated at March 2, 2026
  • Existing Kyverno installation detected and has to be removed manually
  • Unable to check for existing Kyverno installation
  • Cluster version too old
  • Insufficient permissions in the cluster
  • Unable to check permissions in the cluster
  • Component is unhealthy
  • Component sync failed

Existing Kyverno installation detected and has to be removed manuallyExisting Kyverno installation detected and has to be removed manually

A Kyverno admission controller was previously installed in the cluster. For the KSPM admission controller to work correctly, Kyverno must be removed during installation. When deleting Kyverno, you must also remove all CustomResourceDefinitions it created:

kubectl delete crd $(kubectl get crd -o name | grep kyverno.io)

Unable to check for existing Kyverno installationUnable to check for existing Kyverno installation

An unexpected error occurred while checking the cluster for the presence of Kyverno. Contact support.

Cluster version too oldCluster version too old

The specified cluster version is not supported. Upgrade the cluster to a supported version.

Insufficient permissions in the clusterInsufficient permissions in the cluster

The service account specified when activating the module does not have access to the cluster. Make sure the account has the security-deck.worker role.

Unable to check permissions in the clusterUnable to check permissions in the cluster

An unexpected error occurred while checking access permissions in the cluster. Either the cluster is unavailable or access is restricted by network policies.

Component is unhealthyComponent is unhealthy

Component operation error. Contact support.

Component sync failedComponent sync failed

An unexpected error occurred while modifying the component. Contact support.

Was the article helpful?

Previous
Overview
Next
DSPM errors
© 2026 Direct Cursus Technology L.L.C.