failes with an exception as tuplesPerJob is not a valid parameter for tuplegenerationscheduler.
$ EDITOR=nano kubectl edit tgs cs-klyshko-config-tuplegenerationscheduler
> error: tuplegenerationschedulers.klyshko.carbnyestack.io "cs-klyshko-config-tuplegenerationscheduler" is invalid
> A copy of your changes has been stored to "/tmp/kubectl-edit-4223271568.yaml"
> error: Edit cancelled, no valid changes were saved.
The klyshko-controller-manager continuously fails generating new jobs:
The cause of this issue is the configuration parameter for
tuplesPerJob
not being picked up in the scheduler's CRD:However, even adding the required configuration for
tuplesPerJob
manually usingfailes with an exception as
tuplesPerJob
is not a valid parameter for tuplegenerationscheduler.