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
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"version": "kc-mission-v1",
"name": "knative-8441-storage-version-migration-job-never-completes-on-istio-enabled-clus",
"missionClass": "solution",
"author": "KubeStellar Bot",
"authorGithub": "kubestellar",
"mission": {
"title": "knative: storage-version-migration job never completes on istio enabled cluster",
"description": "storage-version-migration job never completes on istio enabled cluster. This issue affects 5+ users.",
"type": "troubleshoot",
"status": "completed",
"steps": [
{
"title": "Identify knative troubleshoot symptoms",
"description": "Check for the issue in your knative deployment:\n```bash\nkubectl get pods -n knative -l app.kubernetes.io/name=knative\nkubectl logs -l app.kubernetes.io/name=knative -n knative --tail=100 | grep -i error\n```\nLook for errors or warnings in the logs that may indicate the issue."
},
{
"title": "Review knative configuration",
"description": "Inspect the relevant knative configuration:\n```bash\nkubectl get all -n knative -l app.kubernetes.io/name=knative\nkubectl get configmap -n knative -l app.kubernetes.io/part-of=knative\n```\n## What version of Knative?\n0.15.1\n\n## Expected Behavior\n\nstorage-version-migration job to finish on istio enabled cluster\n\n## Actual Behavior\n\nstorage-version-migration job never completes on istio enabled cluster\n\n## Steps to Reproduce the"
},
{
"title": "Apply the fix for storage-version-migration job never completes on istio…",
"description": "* Fixing issue where jobs do not complete on istio enabled cluster\n\n**Release Note**\n```yaml\nmetadata:\n annotations:\n sidecar.istio.io/inject: \"false\"\n```"
},
{
"title": "Confirm storage-version-migration job never completes on… is resolved",
"description": "Verify the fix by checking that the original error no longer occurs:\n```bash\nkubectl logs -l app.kubernetes.io/name=knative -n knative --tail=50 --since=5m\nkubectl get events -n knative --sort-by='.lastTimestamp' | tail -10\n```\nConfirm that the issue symptoms are gone."
}
],
"resolution": {
"summary": "* Fixing issue where jobs do not complete on istio enabled cluster\n\n**Release Note**",
"codeSnippets": [
"metadata:\n annotations:\n sidecar.istio.io/inject: \"false\""
]
}
},
"metadata": {
"tags": [
"knative",
"graduated",
"app-definition",
"troubleshoot"
],
"cncfProjects": [
"knative"
],
"targetResourceKinds": [],
"difficulty": "intermediate",
"issueTypes": [
"troubleshoot"
],
"maturity": "graduated",
"sourceUrls": {
"issue": "https://github.com/knative/serving/issues/8441",
"repo": "https://github.com/knative/serving",
"pr": "https://github.com/knative/serving/pull/8442"
},
"reactions": 5,
"comments": 7,
"synthesizedBy": "copilot"
},
"prerequisites": {
"kubernetes": ">=1.24",
"tools": [
"kubectl"
],
"description": "A running Kubernetes cluster with knative installed or the issue environment reproducible."
},
"security": {
"scannedAt": "2026-03-18T06:28:41.015Z",
"scannerVersion": "cncf-gen-3.0.0",
"sanitized": true,
"findings": []
}
}
Loading