Skip to content

Conversation

@synhershko
Copy link

No description provided.

@github-actions
Copy link

Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged.

Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer.

When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review.

@synhershko
Copy link
Author

@prudhvigodithi @gaiksaya fyi

@prudhvigodithi
Copy link
Member

Thanks @synhershko will take a look.

- "data"
```

Then run `kubectl apply -f cluster.yaml`:

Choose a reason for hiding this comment

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

Suggested change
Then run `kubectl apply -f cluster.yaml`:
Then apply it:

{% include copy.html %}

Make sure that the repo is included in your Kubernetes cluster:
If you watch the cluster (for example, `watch -n 2 kubectl get pods`), you will see that after a few seconds the Operator will create several pods. First, a bootstrap pod will be created (`my-first-cluster-bootstrap-0`) that helps with initial master discovery. Then three pods for the OpenSearch cluster will be created (`my-first-cluster-nodes-0/1/2`), and one pod for the dashboards instance. After the pods are appearing as ready, which normally takes about 1-2 minutes, you can connect to your cluster using port-forwarding.

Choose a reason for hiding this comment

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

Suggested change
If you watch the cluster (for example, `watch -n 2 kubectl get pods`), you will see that after a few seconds the Operator will create several pods. First, a bootstrap pod will be created (`my-first-cluster-bootstrap-0`) that helps with initial master discovery. Then three pods for the OpenSearch cluster will be created (`my-first-cluster-nodes-0/1/2`), and one pod for the dashboards instance. After the pods are appearing as ready, which normally takes about 1-2 minutes, you can connect to your cluster using port-forwarding.
If you watch the cluster (for example, `watch -n 2 kubectl get pods`), you will see that after a few seconds the Operator will create several pods. First, a bootstrap pod will be created (`my-first-cluster-bootstrap-0`) that helps with initial master discovery. Then three pods for the OpenSearch cluster will be created (`my-first-cluster-masters-0/1/2`), and one pod for the dashboards instance. After the pods are appearing as ready, which normally takes about 1-2 minutes, you can connect to your cluster using port-forwarding.

Make sure that the repo is included in your Kubernetes cluster:
If you watch the cluster (for example, `watch -n 2 kubectl get pods`), you will see that after a few seconds the Operator will create several pods. First, a bootstrap pod will be created (`my-first-cluster-bootstrap-0`) that helps with initial master discovery. Then three pods for the OpenSearch cluster will be created (`my-first-cluster-nodes-0/1/2`), and one pod for the dashboards instance. After the pods are appearing as ready, which normally takes about 1-2 minutes, you can connect to your cluster using port-forwarding.

Run `kubectl port-forward svc/my-first-cluster-dashboards 5601`, then open [http://localhost:5601](http://localhost:5601) in your browser and log in with the default demo credentials `admin / admin`.

Choose a reason for hiding this comment

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

Suggested change
Run `kubectl port-forward svc/my-first-cluster-dashboards 5601`, then open [http://localhost:5601](http://localhost:5601) in your browser and log in with the default demo credentials `admin / admin`.
Run `kubectl port-forward svc/my-first-cluster-dashboards 5601`, then open [http://localhost:5601](http://localhost:5601) in your browser and log in using dashboard user or admin user credential. You can get them from `my-first-cluster-admin-password` and `my-first-cluster-dashboards-password` secrets.

Comment on lines 101 to 105
Then open a second terminal and run:

```bash
curl -k -u admin:admin https://localhost:9200/_cat/nodes?v
```

Choose a reason for hiding this comment

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

Suggested change
Then open a second terminal and run:
```bash
curl -k -u admin:admin https://localhost:9200/_cat/nodes?v
```
Then open a second terminal and run the following command. You can get the admin credential from `my-first-cluster-admin-password` secrets.
```bash
curl -k -u admin:admin_password https://localhost:9200/_cat/nodes?v

@kolchfa-aws kolchfa-aws added Tech review PR: Tech review in progress backport 3.4 labels Jan 26, 2026
@kolchfa-aws
Copy link
Collaborator

@synhershko Could you also fix DCO?

Signed-off-by: josedev-union <josebarato321@gmail.com>
@kolchfa-aws
Copy link
Collaborator

@synhershko Please let me know when you're finished addressing technical comments, and we'll move the PR to doc review and then editorial review. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 3.4 Tech review PR: Tech review in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants