Continue tweaking the Kubernetes agent docs for v3#3127
Merged
Conversation
APErebus
commented
May 1, 2026
Contributor
Author
There was a problem hiding this comment.
this page contains all the NFS stuff that's been remove from the other pages
liam-mackie
approved these changes
May 1, 2026
Contributor
liam-mackie
left a comment
There was a problem hiding this comment.
Some nits, but the main content LGTM
| ## Custom StorageClass \{#custom-storage-class} | ||
|
|
||
| If you need a more reliable storage solution, then you can specify your own `StorageClass`. This `StorageClass` must be capable of `ReadWriteMany` (also known as `RWX`) access mode. | ||
| If distribution of script pods across multiple nodes is desired, then you can specify your own `StorageClass`. This `StorageClass` must be capable of `ReadWriteMany` (also known as `RWX`) access mode. |
Contributor
There was a problem hiding this comment.
Nit: consider also allowing documenting the use of a non-default RWO storage class. For example:
Suggested change
| If distribution of script pods across multiple nodes is desired, then you can specify your own `StorageClass`. This `StorageClass` must be capable of `ReadWriteMany` (also known as `RWX`) access mode. | |
| You may also provide an explicit `StorageClass` to use, if you wish. If the `StorageClass` supports `ReadWriteMany` (also known as `RWX`) as an access mode, the agent will be able to scale past a single node. |
| Automatic upgrades can be disabled by updating the machine updates settings in your applied [machine policy](/docs/infrastructure/deployment-targets/machine-policies) | ||
|
|
||
| ## V1 | ||
| ## When do we new major versions |
Contributor
There was a problem hiding this comment.
Not sure what we meant to say here - we should probably reword it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
follows on from #3122 to make the docs clearer around the v3 agent