Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/k8s-ui/src/components/issues/severity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,18 @@ const CATEGORY_LABEL: Record<string, string> = {
high_restart: 'High restart count',
missing_config_ref: 'Missing reference',
pdb_blocks_evictions: 'PDB blocks evictions',
secret_sync_failed: 'Secret sync failed',
service_no_endpoints: 'No endpoints',
ingress_backend_missing: 'Ingress backend missing',
load_balancer_pending: 'Load balancer pending',
gateway_not_ready: 'Gateway not ready',
gateway_route_invalid: 'Gateway route invalid',
dns_failure: 'DNS failure',
network_policy_block: 'Network policy block',
pvc_pending: 'PVC pending',
pvc_lost: 'PVC lost',
pv_failed: 'PV failed',
pvc_resize_failed: 'PVC resize failed',
volume_mount_failed: 'Volume mount failed',
volume_access_mode_conflict: 'Volume access conflict',
job_failed: 'Job failed',
Expand All @@ -89,6 +95,10 @@ const CATEGORY_LABEL: Record<string, string> = {
certificate_not_ready: 'Certificate not ready',
pod_security_violation: 'Pod Security violation',
node_not_ready: 'Node not ready',
node_provisioning_failed: 'Node provisioning failed',
apiservice_unavailable: 'APIService unavailable',
crossplane_reconcile_failed: 'Crossplane reconcile failed',
termination_stuck: 'Stuck terminating',
operator_condition_failed: 'Controller condition',
gitops_sync_failed: 'GitOps sync failed',
gitops_render_failed: 'GitOps render failed',
Expand Down
Loading