cronjobber icon indicating copy to clipboard operation
cronjobber copied to clipboard

Cronjobber is a cronjob controller for Kubernetes with support for time zones

Results 20 cronjobber issues
Sort by recently updated
recently updated
newest added

There is breaking change in [client-go v0.18.0](https://github.com/kubernetes/client-go/commit/ae9f6b2601c8f8b97ad2865943f423d65539ffdb) when is context required for REST client and is not possible to use generated clientset because context is missing (eg. in [Get() function](https://github.com/hiddeco/cronjobber/blob/4ae4a73bb196117b2e363edd9bd2f2fbdd460e2e/pkg/client/clientset/versioned/typed/cronjobber/v1alpha1/tzcronjob.go#L74))....

help wanted

Upgrade go and kubernetes dependencies to support kubernetes version > 1.22

Hello @hiddeco is it okay to upgrade apiversions for clusterrole and clusterrolebinding due to kubernetes version upgrade. The rbac.authorization.k8s.io/v1beta1 API version of ClusterRole, ClusterRoleBinding, Role, and RoleBinding is no longer...

- Build with kubebuilder(3.3.0) - Go 1.17 - Rebased to the latest native cronjob - using time/tzdata for tz database Fixes: https://github.com/hiddeco/cronjobber/issues/20

There's been some changes to the Kubernetes CronJob controller since v1.13.3 It'd be good to track upstream and periodically sync CronJobber to the upstream CronJob version to avoid diverging too...

help wanted

In k/kubernetes, issue [#47202](https://github.com/kubernetes/kubernetes/issues/47202) is actually open (at the time of writing). Update README accordingly.

Related to #22 This shuffles the chart around so it is shaped to work with https://github.com/helm/chart-releaser-action There is an action that runs on PRs that does the chart linting, and...

Hi, I am trying to run cronjobber in an Openshift v4.6 cluster; Kubernetes v1.19. I was able to deploy cronjobber via Helm chart provided in the repo but when I...