Documentation ¶
Index ¶
Constants ¶
View Source
const PathInitScript = nodeagentv1alpha1.BaseDir + "/init.sh"
PathInitScript is the path to the init script.
Variables ¶
This section is empty.
Functions ¶
func Config ¶
func Config( worker gardencorev1beta1.Worker, nodeAgentImage string, config *nodeagentv1alpha1.NodeAgentConfiguration, ) ( []extensionsv1alpha1.Unit, []extensionsv1alpha1.File, error, )
Config returns the init units and the files for the OperatingSystemConfig for bootstrapping the gardener-node-agent. ### !CAUTION! ### Most cloud providers have a limit of 16 KB regarding the user-data that may be sent during VM creation. The result of this operating system config is exactly the user-data that will be sent to the providers. We must not exceed the 16 KB, so be careful when extending/changing anything in here. ### !CAUTION! ###
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.