Commit Graph

73472 Commits (86b6bbd1b9988ee99b2de533b0eb08b91ebd45f0)

Author SHA1 Message Date
Jordan Liggitt 096186afb5 Add github.com/liggitt/tabwriter 2019-01-01 22:27:36 -05:00
Davanum Srinivas f92ee4e4e4
Log more details when we get the 0-length error
Change-Id: I9733521a3afd91c54c19fe08d0622df4187c0c0c
2019-01-01 18:17:31 -05:00
Kubernetes Prow Robot 02e6c18c56
Merge pull request #72443 from Zyqsempai/refactor-token-flag-names-into-const
Moved token related flags to constants.
2019-01-01 10:31:21 -08:00
Kubernetes Prow Robot 3bface1139
Merge pull request #71445 from charrywanganthony/feature-version-fix
update the feature comment
2019-01-01 07:35:47 -08:00
Kubernetes Prow Robot 993c65634e
Merge pull request #71973 from MalloZup/fix-1234
Exclude by default address flag fix #1234
2019-01-01 05:36:18 -08:00
Kubernetes Prow Robot b502b99d25
Merge pull request #72457 from bart0sh/PR0053-kubeadm-app-cmd-use-T.Run
kubeadm: use T.Run API in app/cmd
2019-01-01 04:00:36 -08:00
Xin Wang d50338c1ed Fix typo cgroupDriver -> cgroup-driver
Signed-off-by: Xin Wang <wileywang@yunify.com>
2019-01-01 19:46:18 +08:00
Kubernetes Prow Robot 4066b006c1
Merge pull request #62125 from warmchang/changelog-1.10
Typo fix for changelog-1.10
2019-01-01 01:11:06 -08:00
Kubernetes Prow Robot 6e182ed5ea
Merge pull request #71816 from liggitt/service-account-lookup
Look up service accounts from informer before trying live lookup
2018-12-31 21:18:55 -08:00
Kubernetes Prow Robot 7284660483
Merge pull request #71300 from danielqsj/71165
Use prometheus conventions for workqueue metrics
2018-12-31 21:18:45 -08:00
Kubernetes Prow Robot 2a9fbe6490
Merge pull request #71115 from xichengliudui/fix181116
update notes
2018-12-31 21:18:34 -08:00
Kubernetes Prow Robot e76322eab4
Merge pull request #70826 from kolyshkin/shareable-ipc-sandbox
Use shareable IPC for sandbox container
2018-12-31 21:18:23 -08:00
Kubernetes Prow Robot 65fdea80e7
Merge pull request #71922 from vikramk7/master
Make error messages more helpful in some e2e tests
2018-12-31 20:07:35 -08:00
Boris b9898eb2ad Token related flags refactored into constants.
Moved token related flags to constants.

Token related flags refactored into constants.

Moved token related flags to constants.

Used new Consts flags in api's validation

Build deps fix

Moved token related flags to constants.

Used new Consts flags in api's validation

Build deps fix

Lint fix

Lint BUILD
2019-01-01 03:46:19 +02:00
Kubernetes Prow Robot de02d00989
Merge pull request #70782 from MIBc/commenting-error
Commenting error in ItemExponentialFailureRateLimiter
2018-12-31 14:39:36 -08:00
Kubernetes Prow Robot 710b87617c
Merge pull request #71797 from SenXuDC/SenXuDC-patch-1
fix typo replacee -> replace
2018-12-31 07:19:12 -08:00
Ed Bartosh 645c1fa1ab kubeadm: use T.Run API in app/cmd
Used T.Run API for kubeadm tests in app/cmd

This should improve testing output and make it more visible
which test is doing what.
2018-12-31 14:29:52 +02:00
Kubernetes Prow Robot 7946a9a327
Merge pull request #72445 from bart0sh/PR0052-app-apis-kubeadm-use-T.Run
kubeadm: use T.Run API in app/apis/kubeadm
2018-12-31 00:38:29 -08:00
globervinodhn b3217cc624 Remove SLOW tag from KUBEDESCRIBE and SIGDESCRIBE
Remove SLOW tag and update description for KUBEDESCRIBE(Probing container) and SIGDESCRIBE(EmptyDir Wrapper Volume)

Remove slow references for tests that execute below 5 minutes
2018-12-31 13:13:11 +05:30
Md. Emruz Hossain 83ff55ccc3
Fix a typo 2018-12-31 12:28:33 +06:00
Kenjiro Nakayama f7aca76bac Fix wrong completion for kubectl attach
Although `kubectl attach POD_NAME <tab>` completes container name,
kubectl attach needs `-c` option so the command causes error as:

```
$ kubectl attach nginx-7cdbd8cdc9-b5rhr nginx
error: the server doesn't have a resource type "nginx-7cdbd8cdc9-b5rhr"
```

This patch changes the completion to the same way as `kubectl exec`.
2018-12-31 13:34:56 +09:00
Wei Huang 980684ac02
Print additional columns for RuntimeClass CRD 2018-12-30 14:49:28 -08:00
Ed Bartosh d57ec59867 kubeadm: use T.Run API in app/apis/kubeadm
Used T.Run API for kubeadm tests in app/apis/kubeadm

This should improve testing output and make it more visible
which test is doing what.
2018-12-31 00:08:27 +02:00
Kubernetes Prow Robot 922c7221ef
Merge pull request #72351 from ceshihao/featuregate_RunAsGroup
RunAsGroup - Update DropDisabled[Alpha]Fields behaviour
2018-12-30 10:56:56 -08:00
Kubernetes Prow Robot e478243542
Merge pull request #72190 from yue9944882/chore/drop-disabled-fields-crd
CRD: Update drop disable fields behavior
2018-12-30 09:47:56 -08:00
Zheng Dayu 020e54cce7 add unit test for RunAsGroup in both pod and podsecuritypolicy 2018-12-31 01:10:06 +08:00
Zheng Dayu d4c85e977f Validation on RunAsGroup - Update DropDisabled[Alpha]Fields behaviour 2018-12-30 23:09:29 +08:00
Kubernetes Prow Robot 13e59ab9ad
Merge pull request #72433 from bart0sh/PR0050-kubeadm-app-util-use-T.Run
kubeadm: use T.Run API in app/util
2018-12-30 03:45:41 -08:00
Kubernetes Prow Robot 65f87b5a4a
Merge pull request #72259 from bsalamat/fix_nominated_node
Fix a race in setting nominated node and the scheduling cycle after it.
2018-12-30 00:01:26 -08:00
Bobby (Babak) Salamat b75672c4ba autogenerated files 2018-12-29 22:54:15 -08:00
Bobby (Babak) Salamat 7044145920 Fix race in setting nominated node 2018-12-29 22:54:15 -08:00
Jordan Liggitt a432a7cf68 Shorten re-read period for token files to work with ProjectedTokenVolumeSource 2018-12-29 22:18:28 -05:00
Kubernetes Prow Robot 57c8024036
Merge pull request #72436 from liggitt/ttl-feature-validation
Update feature-gate handling of TTLSecondsAfterFinished
2018-12-29 17:44:24 -08:00
Jordan Liggitt c5dfe6b612 Update feature-gate handling of TTLSecondsAfterFinished 2018-12-29 19:36:43 -05:00
Kubernetes Prow Robot 43f0423de6
Merge pull request #72419 from liggitt/allowed-proc-mount-validation
Validate PSP allowedProcMountTypes
2018-12-29 13:41:11 -08:00
Kubernetes Prow Robot a65ba5f5a3
Merge pull request #72255 from krzyzacy/get-golint
Vendor golint in k/k, and use the vendor version in verify-golint check
2018-12-29 12:31:48 -08:00
Kubernetes Prow Robot fcdc365a40
Merge pull request #72390 from sbezverk/node_configsource
node config source validations
2018-12-29 11:24:45 -08:00
Serguei Bezverkhi e61b76fb8c node config_source
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2018-12-29 13:19:37 -05:00
Kubernetes Prow Robot 5ac194e09d
Merge pull request #72435 from bart0sh/PR0051-kubeadm-fix-package-name
kubeadm: fix incorrect package name in idempotency_test.go
2018-12-29 09:39:14 -08:00
Ed Bartosh 01c9e67c90 kubeadm: fix incorrect package name in idempotency_test.go 2018-12-29 18:30:30 +02:00
Ed Bartosh 47b4d8fc81 kubeadm: use T.Run API in app/util
Used T.Run API for kubeadm tests in app/util/
2018-12-29 18:27:38 +02:00
Kubernetes Prow Robot f83bb59047
Merge pull request #72388 from zerkms/patch-1
Updated a link to the latest changelog
2018-12-29 04:04:08 -08:00
Laurent Bernaille 7092e2f9f4 [kube-proxy/IPVS] Enforce ExternalTrafficPolicy:local even for services without affinity 2018-12-29 13:01:35 +01:00
mlmhl 34a2f23dc1 use json format to get rbd image size 2018-12-29 19:45:13 +08:00
Kubernetes Prow Robot 74f779fbb5
Merge pull request #69087 from tanshanshan/error926
make sure to check for errors and close the request body in the cluster size autoscaling e2e test
2018-12-29 01:58:26 -08:00
yue9944882 2fcf418698 drop crd api fields 2018-12-29 15:58:20 +08:00
Kubernetes Prow Robot 173846b056
Merge pull request #72389 from mason1kwok/feature_gate_AllowedProcMountTypes
AllowedProcMountTypes - Update DropDisabled[Alpha]Fields behaviour
2018-12-28 23:14:11 -08:00
Jordan Liggitt cb76da9fd7 Validate PSP allowedProcMountTypes 2018-12-29 00:18:01 -05:00
John Schnake 23a7538c4d e2e: Fallback to internal IPs when using SSH in tests
Some tests which utilized SSH to run commands on nodes would
first look for external IPs but fall back to internal IPs
since those could be reachable by the testing program.

This change adds that same fallback logic to another method
used to find the appropriate SSH address for each node.

Fixes #68747
2018-12-28 20:35:35 -06:00
Kubernetes Prow Robot 9cdfdba14c
Merge pull request #71924 from yujuhong/node-binaries
GCE: enable downloading and staging of the node binaries
2018-12-28 18:07:26 -08:00