Wei Huang
2c3a196aa4
sched: remove unneeded json tags in unversioned API objs
2021-08-24 15:47:34 -07:00
Kubernetes Prow Robot
ef754331c4
Merge pull request #104359 from mborsz/apflog
...
Add APF's priorityLevel to httplog.go
2021-08-24 13:00:58 -07:00
Stephen Augustus
f11a3cd58f
hack/boilerplate: Tolerate new build tag format (//go:build
)
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-08-24 15:47:49 -04:00
Stephen Augustus
481cf6fbe7
generated: Run hack/update-gofmt.sh
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-08-24 15:47:49 -04:00
Stephen Augustus
0be115722b
generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-08-24 15:47:47 -04:00
Stephen Augustus
0e9881a9dc
[go1.17] Bump golang.org/x/... dependencies
...
hack/pin-dependency.sh golang.org/x/crypto master
hack/pin-dependency.sh golang.org/x/net master
hack/pin-dependency.sh golang.org/x/oauth2 master
hack/pin-dependency.sh golang.org/x/sync master
hack/pin-dependency.sh golang.org/x/sys master
hack/pin-dependency.sh golang.org/x/term master
hack/pin-dependency.sh golang.org/x/time master
hack/pin-dependency.sh golang.org/x/tools master
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-08-24 15:47:46 -04:00
Stephen Augustus
6318f6a0e7
dependencies.yaml: Track Golang version for upstream etcd releases
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-08-24 15:47:45 -04:00
Stephen Augustus
e8d2bff6ba
[go1.17] Update to go1.17
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-08-24 15:47:41 -04:00
Stephen Augustus
e1bfcbc873
dependencies.yaml: Alpha-sort reference paths
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-08-24 15:22:42 -04:00
Kubernetes Prow Robot
2f68346fbb
Merge pull request #104523 from liggitt/serviceaccount-default
...
Ensure serviceaccount admission produces v1 Pod matching defaults after round-trip
2021-08-24 11:51:10 -07:00
Kubernetes Prow Robot
0c9bb963f8
Merge pull request #103178 from nckturner/custom-cloud-controller-client-names
...
Allow custom service account names to be used for cloud controllers
2021-08-24 11:50:58 -07:00
Kubernetes Prow Robot
d64e918785
Merge pull request #104541 from sanposhiho/cleanup/scheduler/NumUnschedulablePods-isnt-used
...
Clean up: delete NumUnschedulablePods because it's no longer in use
2021-08-24 10:37:26 -07:00
Kubernetes Prow Robot
4e832a7db9
Merge pull request #103630 from mysunshine92/controller_util-annotation
...
Modify the wrong comment for controller_util.go
2021-08-24 10:37:14 -07:00
Claudiu Belu
e8cbee5f9b
test images: Trigger the windows-servercore-cache image job
...
The postsubmit job for this image was only added recently [1]. We need to commit a change to trigger the job.
[1] https://github.com/kubernetes/test-infra/pull/23350
2021-08-24 20:16:00 +03:00
Kubernetes Prow Robot
b40d9e8dd5
Merge pull request #104543 from claudiubelu/patch-7
...
test images: retrigger busybox image building
2021-08-24 08:27:26 -07:00
Kubernetes Prow Robot
5f0180ec05
Merge pull request #104232 from lauchokyip/fixSecret
...
Added support for multiple --from-env flags
2021-08-24 08:27:14 -07:00
Kubernetes Prow Robot
62828b24f3
Merge pull request #104504 from astraw99/fix_typo_CRED
...
Fix typo `CRED` to `CRUD`
2021-08-24 06:45:14 -07:00
astraw99
f8b82e189c
fix typo CRED to CRUD
2021-08-24 20:36:43 +08:00
Claudiu Belu
d565129a45
test images: retrigger busybox image building
...
The previous job failed because the windows-servercore-cache image was not built yet.
2021-08-24 15:15:07 +03:00
Maciej Borsz
6db63869b0
Add APF's priorityLevel to httplog.go
2021-08-24 11:00:04 +02:00
sanposhiho
b7dd0a7660
Clean up: delete NumUnschedulablePods because it's no longer in use
2021-08-24 17:34:05 +09:00
Kubernetes Prow Robot
c2a633e07e
Merge pull request #104362 from prameshj/event-to-log
...
Convert some GCE LB events to logs.
2021-08-23 20:51:13 -07:00
Kubernetes Prow Robot
625b1e2d0b
Merge pull request #104382 from feiskyer/fix-vm-state
...
fix: ensure InstanceShutdownByProviderID return false for creating Azure VMs
2021-08-23 19:41:14 -07:00
Nick Turner
a5b47f7dd0
Allow custom client names to be used for cloud controllers
...
* This allows a controller to use cloud provider managed RBAC
when --use-service-account-credentials is set.
* Create ControllerInitFuncConstructor to pass to init funcs to avoid
future function signature growth.
* Add comments for context around legacy naming of node controllers.
* Add example for setting client names from cloud controller manager.
2021-08-24 00:51:24 +00:00
Kubernetes Prow Robot
f6331c74b6
Merge pull request #103557 from jiahuif/feature/controller-manager/interface
...
common interface for controllers
2021-08-23 15:27:25 -07:00
Chok Yip Lau
9a13bae510
Added support for multiple --from-env flags
2021-08-23 17:18:00 -04:00
Kubernetes Prow Robot
72b327c685
Merge pull request #104488 from seans3/cmd-headers-cancel-request
...
Adds CancelRequest function to CommandHeadersRoundTripper
2021-08-23 14:17:25 -07:00
Kir Kolyshkin
c06a851042
pkg/kubelet/cm: use SkipFreezeOnSet
...
This is a knob added by runc 1.0.2 specifically for kubernetes,
which tells runc/libcontainer/cgroups/systemd v1 manager to not
freeze the cgroup in Set().
We set this knob here because this code is only used for pods
(rather than containers) management, and in this place we create or
update the pod cgroup with no device limits set, so we can skip the
freeze.
If this knob is not set, libcontainer's cgroup v1 manager tries to
figure out whether the freeze is needed or not, but it's a somewhat
expensive check to perform, thus the knob is a shortcut.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2021-08-23 13:41:51 -07:00
Kir Kolyshkin
9c0f9b204f
vendor: bump runc to 1.0.2
...
For the complete release notes, see
- https://github.com/opencontainers/runc/releases/tag/v1.0.2
In particular, this fixes the check cgroup v1 systemd manager check
if a container needs to be frozen before Set(), and adds a knob to
skip the check/freeze entirely (to be used by the next commit).
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2021-08-23 13:05:23 -07:00
Kubernetes Prow Robot
4a6792dd10
Merge pull request #104465 from tkashem/httplogger-structured
...
apiserver: add key/value pair to httplog
2021-08-23 11:48:34 -07:00
Kubernetes Prow Robot
358e509863
Merge pull request #103545 from thockin/rest-create-deepcopy
...
REST: Document mutable inputs on Create() and fix tests
2021-08-23 11:48:22 -07:00
Indeed
6616655b7b
create common interface for controllers.
2021-08-23 10:44:01 -07:00
Kubernetes Prow Robot
e8263c2325
Merge pull request #104460 from verult/livenessprobe-2.4.0
...
Bump livenessprobe to 2.4.0 in e2e hostpath driver spec
2021-08-23 10:38:12 -07:00
Kubernetes Prow Robot
aeec553fd3
Merge pull request #104369 from mauriciopoppe/regional-pd-storage-class-setup
...
Fix storage class setup in regional_pd.go
2021-08-23 10:38:00 -07:00
Kubernetes Prow Robot
a799768352
Merge pull request #104187 from j2gg0s/remove-unnecessary-map-in-converter
...
apimachinery: remove unused ignoredConversions map in converter.
2021-08-23 08:40:00 -07:00
Jordan Liggitt
47859b7781
Ensure serviceaccount admission produces v1 Pod matching defaults after round-trip
2021-08-23 11:32:10 -04:00
Kubernetes Prow Robot
f840bd719d
Merge pull request #104509 from mysunshine92/job-0823
...
Fix typo PodTrackingWithFinalizers to JobTrackingWithFinalizers
2021-08-23 07:30:00 -07:00
dntosas
cd795fa2eb
[scheduler] Remove deprecated volumeSchedulingLatency metric
...
As part of https://github.com/kubernetes/kubernetes/pull/100720 we
backported fix on existing releases and in this commit we completely
remove the deprecated metric from master branch.
Signed-off-by: dntosas <ntosas@gmail.com>
2021-08-23 15:18:16 +03:00
Kubernetes Prow Robot
b9565beef0
Merge pull request #104345 from MikeSpreitzer/test-width
...
Fix extra latency and add tests for that and non-unit width
2021-08-23 02:32:00 -07:00
wangyamei
c128411815
fix typo: Modify PodTrackingWithFinalizers to JobTrackingWithFinalizers
2021-08-23 15:38:30 +08:00
Dave Chen
58ab18bc1e
Add the metric data for different extension points
...
Signed-off-by: Dave Chen <dave.chen@arm.com>
2021-08-23 13:43:48 +08:00
sanposhiho
0252865601
Fix: set SilenceErrors and SilenceUsage not to change error message
2021-08-23 13:29:44 +09:00
Tim Hockin
6dfae64d9b
REST: Document mutable inputs on Create()
...
If one doesn't DeepCopy() on the way into Create, we can end up writing
into the original object. This is by design, and should not be a
problem EXCEPT for tests. If a test compares the input to this function
with the result, but the input was mutated in-situ, it may hide errors,
resulting in tests that pass, but shouldn't.
2021-08-22 12:04:23 -07:00
Tim Hockin
42c7e62180
Fix registry tests to look at result objects
2021-08-22 11:59:33 -07:00
Tim Hockin
75dea6b8bc
Service REST: Use DeepCopy() on Create() and fix tests
2021-08-22 11:59:33 -07:00
sanposhiho
a06d6138b5
Fix: not change the error messages
2021-08-22 21:20:32 +09:00
sanposhiho
b8ae016ee6
Fix: return error instead of os.Exit when something goes wrong
2021-08-22 19:20:47 +09:00
Nicolas Mitchell
340555476a
add backticks to comments containing <
or >
2021-08-21 10:59:50 -07:00
Kubernetes Prow Robot
3a26b864f4
Merge pull request #104410 from skyguard1/fix_node_names_util
...
Fix using variables in the loop in vsphere_util
2021-08-20 19:11:58 -07:00
Claudiu Belu
2601e23bc2
test images: Adds Windows Server 2022 to the BASEIMAGEs (part 2)
...
The Container Images for Windows Server 2022 have been published, and
we can start building test images using them, so we can start adding
jobs for them.
The image versions for the e2e test images have been bumped in a previous
commit, but haven't been promoted yet. We don't need to bump them here.
httpd-2.4.46-win64-VC15.zip no longer exists, so we have to use
httpd-2.4.48-win64-VC15.zip instead.
2021-08-21 01:01:39 +00:00