He Xiaoxi
17ff2eda57
Bump gopkg.in/check to v1.0.0-20180628173108-788fd7840127
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:40:31 +08:00
He Xiaoxi
fb03e0c461
Bump objx to v0.2.0
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:33:27 +08:00
He Xiaoxi
899833a2be
Bump easyjson to v0.0.0-20190614124828-94de47d64c63
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:18:09 +08:00
He Xiaoxi
696d065ccd
Bump pty to v1.1.5
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:08:39 +08:00
He Xiaoxi
a670e582ab
Bump govalidator to v0.0.0-20190424111038-f61b66f89f4a
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:00:41 +08:00
He Xiaoxi
a5a0526a55
Bump purell to v1.1.1
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 10:52:40 +08:00
He Xiaoxi
eb2a1c10fa
Bump go-openapi dependencies to preferred version
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 10:42:28 +08:00
He Xiaoxi
2e37a3bebe
Fix CRD validation error for 'items' field
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-26 16:08:34 +08:00
Kubernetes Prow Robot
879f289ed7
Merge pull request #79404 from RainbowMango/pr_update_invalid_link_for_pr_template
...
Update link in pull request template
2019-06-25 23:41:14 -07:00
Kubernetes Prow Robot
e760b033ec
Merge pull request #78863 from sttts/sttts-crd-embedded-resource-items-additionalProperties
...
apiextensions: structural schema unit test coverage
2019-06-25 22:17:12 -07:00
Mike Spreitzer
4160909495
Fixed and clarified comments and parameter names in index.go ( #77633 )
...
* Fixed and clarified comments and parameter names in index.go
Fixed the comment on IndexFunc to say that it returns multiple indexed values.
Clarified the comments and parameter names in the Indexer interface to
consistently use a dichotomy between "storage keys" and "indexed
values".
* Updated comments in index.go based on review by Liggitt
2019-06-25 21:03:13 -07:00
Hongcai Ren
4da6bf54b4
Update link in pull request template
2019-06-26 11:49:38 +08:00
Kubernetes Prow Robot
20e97a6b4b
Merge pull request #79388 from aojea/e2e_ipv6_guestbook
...
Add ipv6 support to the e2e guestbook test
2019-06-25 19:25:13 -07:00
Kubernetes Prow Robot
c58f94caf1
Merge pull request #79318 from BenTheElder/old-skool
...
fix hack/make-rules/make-help.sh shellcheck failures
2019-06-25 18:16:04 -07:00
Kubernetes Prow Robot
db892ba7bc
Merge pull request #79237 from logicalhan/show-hidden-metrics
...
enable ability to show hidden metrics
2019-06-25 18:15:51 -07:00
Kubernetes Prow Robot
dc9174818d
Merge pull request #79191 from seans3/move-kubectl-util-event
...
Move pkg/kubectl/util/event to staging
2019-06-25 18:15:39 -07:00
Kubernetes Prow Robot
ab618571b1
Merge pull request #78291 from goodluckbot/refactor-cleanup-e2e-statefulset-util
...
Refactor and cleanup for statefulset_utils.go
2019-06-25 18:15:26 -07:00
Kubernetes Prow Robot
5305532fcf
Merge pull request #75243 from aojea/e2e_ipv6_dns
...
Add ipv6 support to the DNS e2e tests
2019-06-25 18:15:14 -07:00
Kubernetes Prow Robot
07ee0c3e8b
Merge pull request #79378 from verb/alwayspull-aggregate-errs
...
Return all errors in alwayspullimages admission plugin validation
2019-06-25 17:01:41 -07:00
Kubernetes Prow Robot
41b817b92f
Merge pull request #79038 from yastij/move-jws
...
move jws to k8s.io/cluster-bootstrap
2019-06-25 17:01:29 -07:00
Kubernetes Prow Robot
22fb6fd174
Merge pull request #77595 from bertinatto/volume_limits
...
Volume Scheduling Limits
2019-06-25 17:01:16 -07:00
Sean Sullivan
949060dac0
Dependency changes
2019-06-25 15:22:20 -07:00
Sean Sullivan
f7a443f316
Update imports after moving util/event to staging
2019-06-25 14:57:00 -07:00
Sean Sullivan
d4a5b75a67
Move pkg/kubectl/util/event into staging
2019-06-25 14:55:21 -07:00
Kubernetes Prow Robot
70b1c43657
Merge pull request #79201 from damemi/kubectl-rbac
...
Move pkg/kubectl/util/rbac to staging
2019-06-25 14:47:28 -07:00
Kubernetes Prow Robot
c64f81d082
Merge pull request #78653 from sjenning/add-sjenning-owners
...
kubelet: add sjenning to kubelet subdirectory owners files
2019-06-25 14:47:15 -07:00
Antonio Ojea
207c00aa8c
Add ipv6 support to the DNS e2e tests
...
Current DNS e2e test are only looking for A records, thus all IPv6
tests fail because we should look for AAAA records.
We can ask for both records in the same query, that allows us to
have the same tests for both scenarios.
` dig <name> A <name> AAAA`
In addition, the logic to find the hostname address has to be changed
because the command `hostname -i` fails in an IPv6 environemnt.
However, using `getent hosts $(hostname | ...)` give us the IPv6 adddress
of the current host.
Reference: https://github.com/kubernetes/kubernetes/issues/70248
Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2019-06-25 23:44:17 +02:00
Antonio Ojea
2017d9e03f
Add ipv6 support to the e2e guestbook test
2019-06-25 22:40:08 +02:00
Kubernetes Prow Robot
e8738d665b
Merge pull request #79282 from seans3/kubectl-logo
...
Adds kubectl logo images
2019-06-25 12:55:58 -07:00
Mike Dame
76d7f58c06
update vendor
2019-06-25 15:28:52 -04:00
Mike Dame
a507ca338a
Move pkg/util/rbac to staging and update refs
2019-06-25 15:25:23 -04:00
Sean Sullivan
e397b04ca1
Update go.mod, go.sum, and BUILD dependencies
2019-06-25 12:04:06 -07:00
Sean Sullivan
ff176aac2f
Update import statements to reference code moved to staging
2019-06-25 12:02:26 -07:00
Sean Sullivan
7aa214d2c3
Move pkg/kubectl/util/hash to staging
2019-06-25 12:02:26 -07:00
Lee Verberne
d88c928733
Generated build file for alwayspullimages
2019-06-25 18:45:30 +00:00
Kubernetes Prow Robot
68aaf8b91f
Merge pull request #79352 from aojea/e2eIpv6Prestop
...
add IPv6 support to the e2e PreStop test
2019-06-25 11:44:49 -07:00
Kubernetes Prow Robot
c1fc717ac6
Merge pull request #79349 from roycaihw/printer-nil-ptr-ref
...
Printer: fix a nil pointer dereference
2019-06-25 11:44:36 -07:00
Kubernetes Prow Robot
4ca3974953
Merge pull request #79287 from BenTheElder/libseccomp
...
update Libseccomp to tagged release (0.9.1)
2019-06-25 11:44:23 -07:00
Kubernetes Prow Robot
d573a8ebbd
Merge pull request #79236 from connor1989/doc/remove_invalid_documentation
...
Documentation on OutputFormatType references nonexistent file
2019-06-25 11:44:11 -07:00
Kubernetes Prow Robot
c3f208a07e
Merge pull request #79189 from seans3/move-kubectl-util-deployment
...
Move pkg/kubectl/util/deployment to staging
2019-06-25 11:43:58 -07:00
Lee Verberne
bd5f4117e5
Return all errors in alwayspullimages.Validate()
2019-06-25 18:11:51 +00:00
Benjamin Elder
0fad8eb36c
fix hack/make-rules/make-help.sh shellcheck failures
2019-06-25 09:49:45 -07:00
Kubernetes Prow Robot
1215aa73d2
Merge pull request #79176 from verb/debug-iterate-containers
...
Add helpers for iterating containers in a pod
2019-06-25 09:32:52 -07:00
Kubernetes Prow Robot
f4a62ad660
Merge pull request #78868 from chardch/update-plugin-vulkan
...
Update gpu device plugin to better support Vulkan workloads
2019-06-25 09:32:39 -07:00
Hemant Kumar
6abc04d059
Add unit tests for CSI predicate
2019-06-25 16:30:54 +02:00
Fabio Bertinatto
00b0ab86af
Update scheduler to use volume limits from CSINode
2019-06-25 16:30:54 +02:00
Fabio Bertinatto
33c8bacd41
Update nodeinfomanager to store volume limits in CSINode
2019-06-25 16:30:54 +02:00
Fabio Bertinatto
b90ca5b2a7
Auto-generated code for volume limits API
2019-06-25 16:30:54 +02:00
Fabio Bertinatto
13e30b6342
Add volume limits API changes
2019-06-25 16:30:54 +02:00
Kubernetes Prow Robot
415323ca9b
Merge pull request #78340 from sftim/20190524_docs_insecure_serving_fix
...
Fix typo in kube-scheduler --port option help
2019-06-25 07:06:39 -07:00