-
Notifications
You must be signed in to change notification settings - Fork 110
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
fix code and note blocks in dualtor pages #1649
Conversation
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
32eef56
to
5312cb5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! A few comments for you.
@@ -475,6 +473,7 @@ startup prior to receiving BGPPeer and BGPConfiguration resources from the datas | |||
EarlyNetworkingConfiguration will be superseded by any BGPPeer or BGPConfiguration | |||
resources after successful startup. | |||
|
|||
For a full description of the EarlyNetworkingConfiguration resource, see [here](../../reference/resources/earlynetworkconfiguration.mdx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a full description of the EarlyNetworkingConfiguration resource, see [here](../../reference/resources/earlynetworkconfiguration.mdx) | |
For a full description, see [Early Network Configuration](../../reference/resources/earlynetworkconfiguration.mdx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference between EarlyNetworkingConfiguration (line 473) and EarlyNetworkConfiguration?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EarlyNetworkingConfiguration doesn't exist - typo!
Early network configuration will be superseded by any BGPPeer or BGPConfiguration | ||
resources after successful startup. | ||
|
||
For a detailed guide on how to set up dual ToR, see [here](../../networking/configuring/dual-tor.mdx). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a detailed guide on how to set up dual ToR, see [here](../../networking/configuring/dual-tor.mdx). | |
For a detailed guide on how to set up dual ToR, see [Deploy a dual ToR cluster](../../networking/configuring/dual-tor.mdx). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Always good practice to have specific anchors.
:::note | ||
Early network configurations are intended for use only when {{prodname}} is being run in "early networking" mode, i.e. when operating a "dual ToR" networking configuration. If you are not running a dual-plane cluster, this is probably not what you are looking for! | ||
For configuring BGP networking under normal circumstances (when {{prodname}} is running), see [BGPConfiguration](bgpconfig.mdx), [BGPPeer](bgppeer.mdx), and [BGPFilter](bgpfilter.mdx). | ||
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider moving this information into the top paragraph. If it's really only for dual-tor, you can say that in the first description.
### ConfigStableAddress | ||
| Field | Description | Accepted Values | Schema Default | | ||
| ------------------------------------- | --------------------------------------------------------------- | ----------------- | -------------- | | ||
| address | IP address which {{prodname}} should provision during earlynetworking as the "stable" address | IP Address string | "" | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
during earlynetworking --> during early networking
If that's the established wording. Sounds a bit funny to my ear.
| Field | Description | Accepted Values | Schema Default | | ||
| ------------ | --------------------------------------------------------------------------------------------------------- | ----------------- | -------------- | | ||
| peerIP | The IP address of the ToR | IP Address string | "" | | ||
| peerASNumber | The AS number of the ToR. When left as 0, {{prodname}} early-networking will use its own node's AS number | integer | 0 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
early networking
Feedback is all implemented now, reviewdog is finding English typos within YAML, safe to ignore. |
LGTM, thanks! |
Product Version(s):
mdx syntax bugfix applies to all versions.
New documentation applies only to 3.20EP2 and later.
Issue:
PMREQ-629
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: