Skip to content

Commit

Permalink
Fix weight
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed Jan 30, 2025
1 parent d83eb02 commit 06dc42a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/guides/elasticsearch/plugins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ menu:
identifier: es-plugin-elasticsearch
name: Extensions & Plugins
parent: es-elasticsearch-guides
weight: 60
weight: 90
menu_name: docs_{{ .version }}
---
2 changes: 1 addition & 1 deletion docs/guides/elasticsearch/recommendation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ menu:
identifier: es-recommendation-elasticsearch
name: Recommendation
parent: es-elasticsearch-guides
weight: 100
weight: 60
menu_name: docs_{{ .version }}
---
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Elasticsearch Version Update Recommendation
title: Elasticsearch Rotate Auth Recommendation
menu:
docs_{{ .version }}:
identifier: es-version-update-recommendation
name: Version Update Recommendation
identifier: es-rotate-auth-recommendation
name: Rotate Auth Recommendation
parent: es-recommendation-elasticsearch
weight: 20
weight: 30
menu_name: docs_{{ .version }}
section_menu_id: guides
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ menu:
identifier: es-rotate-tls-recommendation
name: Rotate TLS Recommendation
parent: es-recommendation-elasticsearch
weight: 30
weight: 40
menu_name: docs_{{ .version }}
section_menu_id: guides
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@ status:

In the generated Recommendation you will find a description, targeted db object, recommended operation or Ops-Request manifest, current status of the recommendation etc. Let's just focus on the recommendation description first.

```bash
```shell
$ kubectl get recommendation -n es elastic-x-elasticsearch-x-update-version-2juuee -o jsonpath='{.spec.description}'
Latest Major/Minor version is available. Recommending version Update from xpack-8.15.0 to xpack-8.16.0.
```

The recommendation says current version `xpack-8.15.0` should be latest upgradable version `xpack-8.16.0`. You can also find the recommended operation which is a `ElasticsearchOpsRequest` of `UpdateVersion` type in this case.

```bash
```shell
$ kubectl get recommendation -n es elastic-x-elasticsearch-x-update-version-2juuee -o jsonpath='{.spec.operation}' | yq -y
apiVersion: ops.kubedb.com/v1alpha1
kind: ElasticsearchOpsRequest
Expand Down

0 comments on commit 06dc42a

Please sign in to comment.