{
  "id": "kubernetes/helm-incompatible-capabilities",
  "signature": "Error: chart requires kubeVersion: >=1.25.0-0 which is incompatible with Kubernetes v1.24.10",
  "signature_zh": "错误：Chart 需要 kubeVersion: >=1.25.0-0，这与 Kubernetes v1.24.10 不兼容",
  "regex": "chart requires kubeVersion.*which is incompatible with Kubernetes v",
  "domain": "kubernetes",
  "category": "install_error",
  "subcategory": null,
  "root_cause": "A Helm chart defines a minimum Kubernetes version requirement (kubeVersion) that is not met by the current cluster version, preventing installation or upgrade.",
  "root_cause_type": "generic",
  "root_cause_zh": "Helm Chart 定义了最低 Kubernetes 版本要求 (kubeVersion)，当前集群版本不满足此要求，导致无法安装或升级。",
  "versions": [
    {
      "version": "Helm 3.11",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Helm 3.12",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Helm 3.13",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Kubernetes 1.24",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Kubernetes 1.25",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Downgrading the chart to an older version manually by editing Chart.yaml",
      "why_fails": "Chart.yaml 中的 kubeVersion 是声明式的，降级版本可能不满足其他依赖",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    },
    {
      "action": "Ignoring the error with --force flag",
      "why_fails": "Helm 的 --force 不绕过 kubeVersion 检查，只用于资源替换",
      "fail_rate": 0.95,
      "condition": "",
      "sources": []
    },
    {
      "action": "Manually deleting the kubeVersion field from Chart.yaml",
      "why_fails": "删除字段后安装可能成功，但 Chart 可能依赖集群特性导致运行时错误",
      "fail_rate": 0.5,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Upgrade the cluster: use kubeadm or cloud provider to upgrade nodes to a compatible version, e.g., kubectl get nodes and then upgrade to v1.25+",
      "success_rate": 0.8,
      "how": "Upgrade the cluster: use kubeadm or cloud provider to upgrade nodes to a compatible version, e.g., kubectl get nodes and then upgrade to v1.25+",
      "condition": "",
      "sources": []
    },
    {
      "action": "Find an older chart version that supports your Kubernetes version: helm search repo <chart-name> --versions and install with --version <older-version>",
      "success_rate": 0.85,
      "how": "Find an older chart version that supports your Kubernetes version: helm search repo <chart-name> --versions and install with --version <older-version>",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Upgrade the cluster: use kubeadm or cloud provider to upgrade nodes to a compatible version, e.g., kubectl get nodes and then upgrade to v1.25+",
    "Find an older chart version that supports your Kubernetes version: helm search repo <chart-name> --versions and install with --version <older-version>"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://helm.sh/docs/topics/charts/#the-chart-yaml-file",
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.88,
  "fix_success_rate": 0.82,
  "resolvable": "partial",
  "first_seen": "2023-09-12",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}