kubernetes 1.30.5 support
Author: karatkepCreated Nov 4, 2024Updated Sep 18, 2026
Labelsstatus/info-neededstatus/analyzingseverity/P1area/dashboardlifecycle/frozenarea/che-server
Summary
Dear Community,
Could you please help me verify if Eclipse Che 7.93.0 supports Kubernetes 1.30.5? The che-dashboard and che pods stopped working when our Kubernetes cluster was updated to version 1.30.5.
Here is a sample of the error in the che-dashboard:
ERROR[12:03:22 UTC]: [HTTP request failed[
err: {
"type": "le",
"message": "HTTP request failed",
"stack":
HttpError: HTTP request failed
at q._callback (/backend/server/backend.js:8:898957)
at t._callback.t.callback.t.callback (/backend/server/backend.js:14:1087840)
at q.emit (node:events:517:28)
at q.<anonymous> (/backend/server/backend.js:14:1100418)
at q.emit (node:events:517:28)
at IncomingMessage.<anonymous> (/backend/server/backend.js:14:1099250)
at Object.onceWrapper (node:events:631:28)
at IncomingMessage.emit (node:events:529:35)
at endReadableNT (node:internal/streams/readable:1400:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
"response": {
"statusCode": 401,
"body": {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "Unauthorized",
"reason": "Unauthorized",
"code": 401
},
"headers": {
"audit-id": "6b14e1b5-8a08-41a8-a093-5e00693737a6",
"cache-control": "no-cache, private",
"content-type": "application/json",
"date": "Mon, 04 Nov 2024 12:03:21 GMT",
"content-length": "129",
"connection": "close"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "10.1.0.1:443",
"port": "443",
"hostname": "10.1.0.1",
"hash": null,
"search": null,
"query": null,
"pathname": "/apis/org.eclipse.che/v2/checlusters",
"path": "/apis/org.eclipse.che/v2/checlusters",
"href": "https://10.1.0.1:443/apis/org.eclipse.che/v2/checlusters"
},
"method": "GET",
"headers": {
"Accept": "application/json",
"Authorization": "Bearer MASKED"
}
}
},
"body": {
"type": "Object",
"message": "Unauthorized",
"stack":
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"reason": "Unauthorized",
"code": 401
},
"statusCode": 401,
"name": "HttpError"
}The same issue affects the che pod. It appears that both lost access to the Kubernetes API after the upgrade to version 1.30.5.
ServiceAccounts, Cluster Roles and Bindings are in place for both che-dashboard and che pods
Relevant information
No response
Source: eclipse-che/che