Kubernetes custom configuration rework

removed trailing white spaces
added comments from Patchset 2
Updated example output to fix indentations
Updated kubernetes-custom-configuration-31c1fd41857d.rst

Signed-off-by: Oliver Loten <Oliver.Loten@windriver.com>
Change-Id: Idbc0f9a03fbcc67f075367cdfba18a3053228a95
This commit is contained in:
Oliver Loten 2022-07-13 14:29:24 -04:00
parent 65a9de5869
commit e965208807
2 changed files with 45 additions and 42 deletions

3
doc/source/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"esbonio.sphinx.confDir": ""
}

View File

@ -137,7 +137,7 @@ configuration file. The contents of these files are configured in the
bootstrap overrides (localhost.yml) with the apiserver_extra_volumes, bootstrap overrides (localhost.yml) with the apiserver_extra_volumes,
controllermanager_extra_volumes and scheduler_extra_volumes definitions. controllermanager_extra_volumes and scheduler_extra_volumes definitions.
For instance, if admission plugins are configured and need additinal For instance, if admission plugins are configured and need additional
configuration, that configuration should be set in a specific file referenced configuration, that configuration should be set in a specific file referenced
by the **admission-control-config-file** parameter. by the **admission-control-config-file** parameter.