Skip to content

Conversation

@ronaldngounou
Copy link
Member

Task

This PR contributes to the issue #782
(3) Revise the "What's next" section to focus on two separate paths, Development and Operations.
I will create a separate PR for the task (2) Add a prerequisities section.

Testing

image

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ronaldngounou
Once this PR has been reviewed and has the lgtm label, please assign ivanvc for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link

Hi @ronaldngounou. Thanks for your PR.

I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@ronaldngounou
Copy link
Member Author

I took in consideration the modifications to be made in this issue when updating the Quickstart page. PR #981

Copy link
Contributor

Choose a reason for hiding this comment

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

This file shouldn't be in the commit

Copy link
Contributor

Choose a reason for hiding this comment

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

Adding package.json to your gitignore doesn't seem to have helped.

Incidentally, version upgrades should be a separate PR from content.

title: Quickstart
weight: 900
description: Get etcd up and running in less than 5 minutes!
description: Run etcd Locally Under 5 minutes!
Copy link
Contributor

Choose a reason for hiding this comment

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

This isn't a better title. Please revert to the original title.

Comment on lines +22 to +29
Install `etcd` from pre-built binaries using cURL.

```console
$ etcdctl put greeting "Hello, etcd"
OK
```
```bash
# Download and extract the latest release using cURL
curl -L https://github.com/etcd-io/etcd/releases/download/v3.5.21/etcd-v3.5.21-linux-arm64.tar.gz \
-o etcd.tar.gz
tar -xvf etcd.tar.gz
cd etcd-v3.5.21-linux-arm64
Copy link
Contributor

Choose a reason for hiding this comment

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

This change reverts an improvement we made a couple years ago, where all installation instructions funnel through the Install page. It's not a good idea; we don't want to go back to having different installation instructions in the Quickstart than we have elsewhere.

Copy link
Contributor

Choose a reason for hiding this comment

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

This looks like you somehow got an old checkout.

Comment on lines +111 to +120
- If you are a developer:
- Explore the gRPC [API](/docs/v3.5/learning/api).
- Set up a [multi-machine cluster](/docs/v3.5/op-guide/clustering).

If you are an operator or admin:

- Learn how to [configure](/docs/v3.5/op-guide/configuration) etcd.
- Find language [bindings and tools](/docs/v3.5/integrations).
- Use TLS to [secure](/docs/v3.5/op-guide/security) an etcd cluster.
- [Tune etcd](/docs/v3.5/tuning).
Copy link
Contributor

Choose a reason for hiding this comment

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

This is the good part of the PR. Can you open an new PR that has just these changes?

[Install]: ../install/
- If you are a developer:
- Explore the gRPC [API](/docs/v3.5/learning/api).
- Set up a [multi-machine cluster](/docs/v3.5/op-guide/clustering).
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably go in the operator section, rather than the developer section.

If you are an operator or admin:

- Learn how to [configure](/docs/v3.5/op-guide/configuration) etcd.
- Find language [bindings and tools](/docs/v3.5/integrations).
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably go in the Developer section.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants