-
Notifications
You must be signed in to change notification settings - Fork 14
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
docs: bootstrap config reference #975
base: main
Are you sure you want to change the base?
Conversation
eaudetcobello
commented
Jan 16, 2025
- Rename reference-bootstrap-config to example-bootstrap-config to reduce confusion
- Change link format
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.
The name change makes sense thanks for updating
@@ -15,9 +15,11 @@ by listing all available options and their details. See below for an example. | |||
The following example configures and enables certain features, sets an external | |||
cloud provider, marks the control plane nodes as unschedulable, changes the pod | |||
and service CIDRs from the defaults and adds an extra SAN to the generated | |||
certificates. It is also available to download | |||
{download}`here </src/assets/reference-bootstrap-config.yaml>` | |||
certificates. It is also available to download [here][example-config]. |
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.
Is there a reason you changed from download file to opening the link to the file here?
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 do you mean?
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.
The {download} directive downloads the file directly from that link. The change you made opens it in a browser. I was just wondering if you changed that on purpose for a reason?
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.
No, I didn't know about the download directive. Will restore.