File tree Expand file tree Collapse file tree
distros/kubernetes/nvsentinel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1171,8 +1171,30 @@ janitor:
11711171 # - gcp: Google Cloud Platform GKE clusters
11721172 # - azure: Microsoft Azure AKS clusters
11731173 # - oci: Oracle Cloud Infrastructure OKE clusters
1174+ # - generic: Bare-metal / on-premises clusters using privileged reboot Jobs
11741175 provider : " kind"
11751176
1177+ # Generic provider configuration (only needed when provider=generic)
1178+ generic :
1179+ # Container image used for the reboot Job
1180+ rebootImage : " public.ecr.aws/docker/library/busybox:1.37.0"
1181+
1182+ # Use Linux Magic SysRq for an immediate kernel reboot instead of
1183+ # running chroot /host reboot. Only enable this when target nodes support
1184+ # Linux Magic SysRq and their kernel/config permissions allow an immediate
1185+ # reboot through /proc/sysrq-trigger.
1186+ useSysrqReboot : false
1187+
1188+ # Namespace for reboot Jobs
1189+ # Leave empty to use the janitor-provider release namespace
1190+ rebootJobNamespace : " "
1191+
1192+ # TTL in seconds for completed reboot Jobs
1193+ rebootJobTTLSeconds : 3600
1194+
1195+ # Comma-separated image pull secret names for the reboot Job
1196+ imagePullSecrets : " "
1197+
11761198 # AWS-specific configuration (only needed when provider=aws)
11771199 aws :
11781200 # AWS region where EKS cluster is running
You can’t perform that action at this time.
0 commit comments