Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update connect-to-aptos-network.mdx #711

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

michelle-aptos
Copy link
Contributor

change order to update identities before joining validator set

Description

Checklist

  • Do all Lints pass?
    • Have you ran pnpm spellcheck?
    • Have you ran pnpm fmt?
    • Have you ran pnpm lint?

change order to update identities before joining validator set
Copy link

vercel bot commented Nov 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-docs-nextra ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 7:13pm

```bash filename="Terminal"
export WORKSPACE=<your workspace name>

kubectl create secret generic ${WORKSPACE}-aptos-node-0-genesis-e2 \
Copy link

Choose a reason for hiding this comment

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

The secret name suffix in this command should be e3 to match the era number example shown in step 8. Currently it's using e2, which would create a mismatch between the secret name and the configured era value.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

@michelle-aptos michelle-aptos merged commit e991bda into main Nov 19, 2024
5 checks passed
@michelle-aptos michelle-aptos deleted the michelle-aptos-patch-2 branch November 19, 2024 19:23
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.

2 participants