Skip to content

kubectl describe CronJobs - bad value in Successful Job History Limit #77344

Closed
@NeilW

Description

What happened:

The history limit in the describe display has the incorrect number

$ kubectl describe cronjobs
Name:                          update-cloud-images
Namespace:                     default
Labels:                        <none>
Annotations:                   kubectl.kubernetes.io/last-applied-configuration:
                                 {"apiVersion":"batch/v1beta1","kind":"CronJob","metadata":{"annotations":{},"name":"update-cloud-images","namespace":"default"},"spec":{"c...
Schedule:                      */1 * * * *
Concurrency Policy:            Forbid
Suspend:                       False
Successful Job History Limit:  824642469512
Failed Job History Limit:      1
Starting Deadline Seconds:     180s

What you expected to happen:

The history limit should show the default limit (3)

How to reproduce it (as minimally and precisely as possible):

Add a cronjob with default history limit settings and run kubectl describe cronjob

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version):
    $ kubectl version
    Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.1", GitCommit:"b7394102d6ef778017f2ca4046abbaa23b88c290", GitTreeState:"clean", BuildDate:"2019-04-08T17:11:31Z", GoVersion:"go1.12.1", Compiler:"gc", Platform:"linux/amd64"}
    Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.1", GitCommit:"b7394102d6ef778017f2ca4046abbaa23b88c290", GitTreeState:"clean", BuildDate:"2019-04-08T17:02:58Z", GoVersion:"go1.12.1", Compiler:"gc", Platform:"linux/amd64"}
  • Cloud provider or hardware configuration:
    Brightbox
  • OS (e.g: cat /etc/os-release):
    Ubuntu 18.04.2
  • Kernel (e.g. uname -a):
    Linux bionic-vm 4.15.0-48-generic Use a CSPRNG to generate passwords. #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  • Install tools:
    kubeam
  • Network plugin and version (if this is a network-related bug):
  • Others:

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.sig/cliCategorizes an issue or PR as relevant to SIG CLI.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions