Skip to content

Conversation

shainaraskas
Copy link
Collaborator

@shainaraskas shainaraskas commented Aug 7, 2025

Skipped enterprise search and any other explicitly hardcoded instances (e.g.)

Source:

To deploy a simple [{{es}}](/solutions/search/get-started.md) cluster specification, with one {{es}} node:

```yaml subs=true
cat <<EOF | kubectl apply -f -
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
  name: quickstart
spec:
  version: {{version.stack}}
  nodeSets:
  - name: default
    count: 1
    config:
      node.store.allow_mmap: false
EOF
```

Render:
https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2464/deploy-manage/deploy/cloud-on-k8s/elasticsearch-deployment-quickstart
image

@shainaraskas shainaraskas changed the title Replace stack versions in eck configmaps with stack variable Replace stack versions in eck content with stack variable Aug 7, 2025
Copy link

github-actions bot commented Aug 7, 2025

🔍 Preview links for changed docs

More links …

@shainaraskas shainaraskas marked this pull request as ready for review August 7, 2025 18:13
@shainaraskas shainaraskas requested a review from a team as a code owner August 7, 2025 18:13
Copy link
Contributor

@kilfoyle kilfoyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🏎️

@shainaraskas shainaraskas requested a review from pebrc August 7, 2025 20:23
Copy link
Contributor

@pebrc pebrc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the quick turnaround!

@shainaraskas shainaraskas enabled auto-merge (squash) August 8, 2025 13:41
@shainaraskas shainaraskas merged commit f8628eb into main Aug 8, 2025
6 of 7 checks passed
@shainaraskas shainaraskas deleted the eck-stack-subs branch August 8, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants