k3s/pkg
Kubernetes Submit Queue 91cef78f43 Merge pull request #46640 from derekwaynecarr/active-deadline-seconds-fix
Automatic merge from submit-queue (batch tested with PRs 46661, 46562, 46657, 46655, 46640)

Improve validation of active deadline seconds

**What this PR does / why we need it**:
Improve validation of active deadline seconds to not allow it to be larger than max uint32.

If users choose a value that is too large, the conversion of that value to a duration in seconds can cause an overflow.  I see no practical benefit of having a value larger than uint32 at this time.

xref: https://bugzilla.redhat.com/show_bug.cgi?id=1456156

**Release note**:
```release-note
Restrict active deadline seconds max allowed value to be maximum uint32
```
2017-05-31 01:08:11 -07:00
..
api Merge pull request #46640 from derekwaynecarr/active-deadline-seconds-fix 2017-05-31 01:08:11 -07:00
apimachinery/tests
apis fix typos in pkg/apis/componentconfig/types.go 2017-05-31 11:21:04 +08:00
auth Add NodeIdentifier interface and default implementation 2017-05-18 16:43:41 -04:00
bootstrap/api
capabilities
client Regenerate files 2017-05-28 10:11:02 -04:00
cloudprovider Merge pull request #46436 from rootfs/openstack-client 2017-05-31 00:14:07 -07:00
controller Merge pull request #44897 from msau42/local-storage-plugin 2017-05-30 23:20:02 -07:00
conversion
credentialprovider
features Certificate rotation for kubelet server certs. 2017-05-29 12:28:01 -07:00
fieldpath
fields
generated Regenerate files 2017-05-28 10:11:02 -04:00
hyperkube
kubeapiserver Merge pull request #46212 from CaoShuFeng/RBACSuperUser 2017-05-31 00:14:11 -07:00
kubectl Merge pull request #46394 from alexandercampbell/write-help-messages-to-stdout 2017-05-31 00:14:00 -07:00
kubelet Merge pull request #46562 from dixudx/volume_manager_function_format 2017-05-31 01:08:01 -07:00
kubemark Group container-runtime-specific flags/options together 2017-05-30 08:10:39 -07:00
labels
master Regenerate files 2017-05-28 10:11:02 -04:00
metrics
printers Implement kubectl get controllerrevisions 2017-05-30 18:15:26 -07:00
probe Extend Iptables interface with SaveInto 2017-05-19 20:44:25 +02:00
proxy Store chain names to avoid recomputing them multiple times 2017-05-30 10:50:10 +02:00
quota Moved qos to api.helpers. 2017-05-20 07:17:57 -04:00
registry Merge pull request #46377 from noah8713/master 2017-05-30 01:56:03 -07:00
routes
runtime
security Added host path whitelist to psp 2017-05-29 13:03:25 -04:00
securitycontext
serviceaccount
ssh
types
util Merge pull request #43275 from lvjiangzhao/fix-typo-170317 2017-05-30 07:49:00 -07:00
version
volume Merge pull request #46562 from dixudx/volume_manager_function_format 2017-05-31 01:08:01 -07:00
watch
BUILD Regenerate files 2017-05-28 10:11:02 -04:00
OWNERS