• Kubernetes Submit Queue's avatar
    Merge pull request #38741 from sandflee/validate-activeDeadline · a4f6cae9
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    validate activeDeadlineSeconds in rs/rc
    
    **What this PR does / why we need it**:
    if setting activeDeadlineSeconds, deployment will continuously created new pods after old pod dies.
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #38684
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    ActiveDeadlineSeconds is validated in workload controllers now, make sure it's not set anywhere (it shouldn't be set by default and having it set means your controller will restart the Pods at some point)
    ```
    a4f6cae9
Name
Last commit
Last update
..
abac Loading commit data...
apps Loading commit data...
authentication Loading commit data...
authorization Loading commit data...
autoscaling Loading commit data...
batch Loading commit data...
certificates Loading commit data...
componentconfig Loading commit data...
extensions Loading commit data...
imagepolicy Loading commit data...
meta/v1 Loading commit data...
policy Loading commit data...
rbac Loading commit data...
settings Loading commit data...
storage Loading commit data...
OWNERS Loading commit data...