Skip to content

Commit bd1aead

Browse files
Merge branch 'main' into ea-known-issue
2 parents 3d031c9 + 002641f commit bd1aead

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

solutions/observability/llm-performance-matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Models you can [deploy and manage yourself](/solutions/observability/connect-to-
5151
| Provider | Model | **Alert questions** | **APM questions** | **Contextual insights** | **Documentation retrieval** | **Elasticsearch operations** | **{{esql}} generation** | **Execute connector** | **Knowledge retrieval** |
5252
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
5353
| DeepSeek | **DeepSeek-V3.1** | Excellent | Excellent | Excellent | Excellent | Excellent | Great | Great | Excellent |
54+
| Google DeepMind | **Gemma-3-27b-it** | Excellent | Good | Great | Great | Excellent | Good | Great | Excellent |
5455
| Meta | **Llama-3.3-70B-Instruct** | Excellent | Good | Great | Excellent | Excellent | Good | Good | Excellent |
5556
| Mistral | **Mistral-Small-3.2-24B-Instruct-2506** | Excellent | Poor | Great | Great | Excellent | Good | Good | Excellent |
5657
| Alibaba Cloud | **Qwen2.5-72b-Instruct** | Excellent | Good | Great | Excellent | Excellent | Good | Good | Excellent |

troubleshoot/deployments/cloud-on-k8s/common-problems.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,3 +306,14 @@ Check that the role mapping was deleted:
306306
GET /_security/role_mapping/<roleName>
307307
{}
308308
```
309+
310+
311+
## Volume expansion failed [k8s-common-problems-volume-failed-expansion]
312+
313+
If you attempted an expansion of an {{es}} data volume via its [volume claim template](/deploy-manage/deploy/cloud-on-k8s/volume-claim-templates.md#k8s-volume-claim-templates-update), you may have encountered scenarios where the operation failed. For example older versions of the Azure Disk CSI driver did not allow volume expansion without shutting down the Virtual Machine to which the volume was attached. If you try to adjust the volume claim template back to the original size you will encounter an error:
314+
315+
```
316+
Failed to apply spec change: handle volume expansion: decreasing storage size is not supported: an attempt was made to decrease storage size for claim elasticsearch-data
317+
```
318+
319+
In this scenario the best course of action is to rename the existing `nodeSet` to a new name while simultaneously updating the volume claim template to the original size. This operation will bring a new `StatefulSet` online while moving all existing data to the new volumes, and will delete the old `StatefulSet` and its volumes once the operation is complete.

0 commit comments

Comments
 (0)