-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the ComputeNodes array from SystemConfiguration
The list of compute node names is already found within the spec.StorageNodes array. By having the names in just one array, rather than two, that ought to help reduce errors. However, the main problem was this: The spec.ComputeNodes array can account for up to 75% of the size of the resource on a large cluster. This has caused problems for 'kubectl apply' (client-side-apply) when it creates the "last-applied-configuration" annotation for the resource, with the serialized version of the resource exceeding the maximum allowed size of an annotation. Signed-off-by: Dean Roehrich <[email protected]>
- Loading branch information
1 parent
4a08b53
commit 3985b6f
Showing
6 changed files
with
71 additions
and
90 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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