Kubernetes Prow Robot
7fd021ba6a
Merge pull request #103703 from robscott/endpointslice-role-revert
...
Revert granting EndpointSlice write access to edit role
2021-07-15 08:20:46 -07:00
Claudiu Belu
a2ea04bab3
tests: Updates cuda-vector-add:1.0 image to the promoted registry
...
With this commit, we're no longer using any images from the gcr.io/kubernetes-e2e-test-images
registry.
2021-07-15 08:00:49 -07:00
Carlos Panato
a3b6f0557d
device-plugins: replace gcr.io/gke-release to use the community registry
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-07-15 16:02:42 +02:00
Kubernetes Prow Robot
02355e22b3
Merge pull request #103650 from dims/get-golangci-lint-back-on-its-feet
...
Get golangci lint back on its feet
2021-07-15 02:06:48 -07:00
Nick Turner
1887ddfc96
Make --configure-cloud-routes configurable in local-up-cluster
...
- Allow --configure-cloud-routes to be set in hack/local-up-cluster.sh
using the env var $CONFIGURE_CLOUD_ROUTES.
2021-07-15 08:21:32 +00:00
Kubernetes Prow Robot
f6c2068623
Merge pull request #102921 from fromanirh/pod-readiness-gate-timeout
...
e2e: increase readiness gate timeout
2021-07-14 23:34:48 -07:00
Anago GCB
f5bc129a99
CHANGELOG: Update directory for v1.22.0-beta.2 release
2021-07-14 22:09:06 +00:00
Kubernetes Prow Robot
6609899398
Merge pull request #103689 from enj/enj/t/exec_metrics
...
client-go exec: fix metrics related to plugin not found
2021-07-14 13:54:41 -07:00
Aldo Culquicondor
82728b5f71
Add integration tests for updating Job parallelism
2021-07-14 14:26:15 -04:00
Monis Khan
a6ac42082b
client-go exec: fix metrics related to plugin not found
...
These were missed because our tests did not pass in the correct test
data input (the command to execute).
Signed-off-by: Monis Khan <mok@vmware.com>
2021-07-14 14:02:23 -04:00
Kubernetes Prow Robot
68922e3deb
Merge pull request #103644 from alculquicondor/tracking-deleted-pods
...
Revert counting deleted pods as failures for Job
2021-07-14 09:02:28 -07:00
Aldo Culquicondor
5e1b5ec398
Revert counting deleted pods as failures for Job
...
When JobTrackingWithFinalizers is disabled. To preserve existing behavior.
Change-Id: Id1752f96feed322911712fe9e918e91e42eca809
2021-07-14 10:03:20 -04:00
Davanum Srinivas
75748c185e
enable verify-golangci-lint.sh
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-07-14 08:53:33 -04:00
Davanum Srinivas
07332ad398
fix ineffassign and varcheck
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-07-14 08:41:22 -04:00
Davanum Srinivas
26cc8e40a8
fix deadcode issues
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-07-14 08:41:21 -04:00
Davanum Srinivas
b74fe232e3
update golangci-lint to newer version
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-07-14 08:41:21 -04:00
Kubernetes Prow Robot
2da4d48e6d
Merge pull request #100567 from jingxu97/mar/mark
...
Mark volume mount as uncertain in case of volume expansion fails
2021-07-13 22:20:26 -07:00
Rob Scott
416efdab26
Remove Endpoints write access from aggregated edit role
2021-07-13 22:17:12 -07:00
Rob Scott
6c61ee51b9
Revert granting EndpointSlice write access to edit role
...
This reverts part of the change introduced by #101203 .
2021-07-13 22:13:07 -07:00
Kubernetes Prow Robot
d6f2473d08
Merge pull request #103668 from smarterclayton/panic_in_pod_worker
...
kubelet: Prevent runtime-only pods from going into terminated phase
2021-07-13 17:42:26 -07:00
Kubernetes Prow Robot
f0b7ad3ee0
Merge pull request #103168 from raisaat/beta-2238
...
Code changes for Probe-level Termination Grace Period Beta
2021-07-13 15:42:19 -07:00
Kubernetes Prow Robot
dbfa5acaa3
Merge pull request #100887 from claudiubelu/test-images/cuda-vector-add-old
...
test images: Adds cuda-vector-add-old image
2021-07-13 14:34:01 -07:00
Kubernetes Prow Robot
ab609a418e
Merge pull request #103669 from cpanato/go1.16
...
[go1.16] Update to go1.16.6
2021-07-13 12:50:13 -07:00
Kubernetes Prow Robot
1b60d456c4
Merge pull request #103284 from kebe7jun/fix/kubectl-logs-error-for-multiple-pods
...
Fix the code is leaking the defaulting between unrelated pod instances
2021-07-13 12:50:01 -07:00
Clayton Coleman
de9cdab5ae
kubelet: Prevent runtime-only pods from going into terminated phase
...
If a pod is already in terminated and the housekeeping loop sees an
out of date cache entry for a running container, the pod worker
should ignore that running pod termination request. Once the worker
completes, a subsequent housekeeping invocation will then invoke
terminating because the worker is no longer processing any pod
with that UID.
This does leave the possibility of syncTerminatedPod being blocked
if a container in the pod is started after killPod successfully
completes but before syncTerminatedPod can exit successfully,
perhaps because the terminated flow (detach volumes) is blocked on
that running container. A future change will address that issue.
2021-07-13 15:41:49 -04:00
Elana Hashman
aaa7de0ac6
Update API description for probe.terminationGracePeriodSeconds
2021-07-13 14:28:06 -05:00
rarashid
bf2ae14501
Move feature flag to beta (but leave as false) and remove the feature flag from Kubelet
2021-07-13 14:25:44 -05:00
Matthew Cary
60d446fe3d
Drop end of sunrpc port range to avoid port conflicts.
...
Change-Id: I1561fe447f50d9ac835094b3cceba62ea74dfd81
2021-07-13 18:38:40 +00:00
Kubernetes Prow Robot
e375563732
Merge pull request #103245 from wzshiming/fix/prober-termination
...
Add validation for Prober TerminationGracePeriodSeconds
2021-07-13 09:30:30 -07:00
Carlos Panato
83f8d1ad72
[go1.16] Update to go1.16.6
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-07-13 18:05:16 +02:00
wojtekt
c79a0a0882
Get rid of unused flowSchemaRVs in P&F
2021-07-13 15:16:17 +02:00
wojtekt
73211256e8
Rename width to workEstimate in P&F code
2021-07-13 15:10:58 +02:00
Kubernetes Prow Robot
234d731182
Merge pull request #103629 from ash2k/ash2k/drop-gotest.tools
...
Drop direct dependency on gotest.tools
2021-07-13 02:30:30 -07:00
Tomas Smetana
2b03c77189
e2e: fix NFS options test for IPv6
2021-07-13 10:18:15 +02:00
Damien Grisonnet
d02568aab5
client-go/tools: update events version in doc
...
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2021-07-13 08:50:40 +02:00
KeZhang
65618bfd69
Add sync reconstructed volume from desired state of world for volumemanager
2021-07-13 12:51:37 +08:00
Kubernetes Prow Robot
789662889b
Merge pull request #101195 from claudiubelu/test-images/private
...
test images: Adds windows-nanoserver image
2021-07-12 20:42:29 -07:00
Kubernetes Prow Robot
04ef2b115d
Merge pull request #90216 from DataDog/nayef/fix-container-statuses-race
...
Avoid overwriting podStatus ContainerStatuses in convertToAPIContainerStatuses
2021-07-12 17:02:29 -07:00
Kubernetes Prow Robot
0f56731b05
Merge pull request #103645 from andrewsykim/integration-test-terminating-endpoints-only
...
test/integration/endpoints: check for pod existencen in TestEndpointWithTerminatingPod
2021-07-12 14:37:42 -07:00
Andrew Sy Kim
9fa641b9ad
test/integration/endpoints: check for pod existencen in TestEndpointWithTerminatingPod
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-07-12 14:22:34 -04:00
Kishor Joshi
2bc5ff6ab3
Set EC2 instance cache max age to 10 mins
2021-07-12 11:16:38 -07:00
Kubernetes Prow Robot
584658a17d
Merge pull request #103601 from dashpole/webhook_tracing
...
Add tracing to admission webhook requests
2021-07-12 10:22:47 -07:00
Kubernetes Prow Robot
db18331627
Merge pull request #103635 from pacoxu/revert-101604-tuning-grpc
...
Revert "use PermitWithoutStream=true for etcd: send pings even without active stream"
2021-07-12 08:42:47 -07:00
Kubernetes Prow Robot
e0a22acaa0
Merge pull request #103598 from tkashem/integration-test-timeout
...
integration test: provide a timeout for /health
2021-07-12 06:06:47 -07:00
Paco Xu
1280a365e4
Revert "use PermitWithoutStream=true for etcd: send pings even without active stream"
2021-07-12 11:47:55 +08:00
Kubernetes Prow Robot
8ab66dcc4e
Merge pull request #103621 from andrewsykim/integration-test-terminating-endpoints-only
...
Ensure Endpoints does not include terminating endpoints going forward
2021-07-11 11:26:46 -07:00
Kubernetes Prow Robot
e799d7b191
Merge pull request #99023 from verb/1.21-securitycontext
...
Allow setting securityContext in ephemeral containers
2021-07-09 20:50:46 -07:00
Mikhail Mazurskiy
bc475373b2
Drop direct dependency on gotest.tools
2021-07-10 13:31:32 +10:00
Kubernetes Prow Robot
b2bf3d7c13
Merge pull request #103452 from njuptlzf/ps-ValidatePodController-ut
...
[test-only][PodSecurity] Add test coverage for pod-template-containing objects
2021-07-09 19:40:45 -07:00
Kubernetes Prow Robot
a26c39e92a
Merge pull request #103465 from tallclair/podsecurity-webhook
...
Podsecurity webhook
2021-07-09 18:11:17 -07:00