Sally O'Malley
7ac89bfe4c
Updates to dependencies including go.mod, go.sum, and BUILD files
2019-06-26 08:51:27 -04:00
Sally O'Malley
8d70e1b25a
Removes unused BUILD file
2019-06-26 08:51:27 -04:00
Sally O'Malley
acd3b91f9e
Move pkg/kubectl/util/qos to staging
2019-06-26 08:51:27 -04:00
Jan Safranek
f6430c0159
Add benchmark for scheduling of pods with PVs
2019-06-26 14:07:17 +02:00
Maciej Borsz
98e9c78c13
Migrate TaintManager to use watch for listing pods instead of expensive
...
listing pods call.
2019-06-26 13:35:59 +02:00
Kubernetes Prow Robot
b84d5b8162
Merge pull request #79204 from pswica/util-storage
...
Moving pkg/kubectl/util/storage to staging
2019-06-26 03:57:14 -07: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
Benjamin Elder
c33ab5c78f
fix KubeletConfiguration apiVersion
2019-06-25 23:59:32 -07:00
Benjamin Elder
6fe891b737
fix shellcheck failures in cluster/restore-from-backup.sh
2019-06-25 23:45:07 -07: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
Benjamin Elder
1a28fbde4d
clarify elastisearch script as bash
2019-06-25 22:19:45 -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
Benjamin Elder
9b4b5098e1
fix hack/lib/init.sh shellcheck failures
2019-06-25 22:09:32 -07:00
Benjamin Elder
a101acc7eb
fix hack/lib/swagger.sh shellcheck failures
2019-06-25 22:09:31 -07:00
Aaron Crickenberger
ffe70f1a6e
Conformance walker should handle nested/adjacent Describes
...
This also revealed that the regex for Context was too generous and would
catch things like SecurityContext or ContextWithFoo(...) calls
This ensures that test suites with a ineligible tag in their top-level
Describe will be rejected from promotion to conformance
2019-06-25 21:41:38 -07:00
Peter Swica
d8362f7508
Moving pkg/kubectl/util/storage to staging
2019-06-26 00:11:16 -04: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
Haowei Cai
c452a7fa1c
crd-handler: level-trigger storage recreation and fix a race
2019-06-25 19:28:18 -07: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
Pat Christopher
a1cda614dc
move images from gcr.io to quay.io
2019-06-25 14:37:02 -07: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
chenjun.cj
ce8805f95f
flowcontrol context aware and fix request may hang issue
2019-06-26 01:00:08 +08:00