Alexander Zielenski
e9fc6c28a2
adjust comments
2022-03-28 18:40:34 -07:00
Kubernetes Prow Robot
f85ff4b574
Merge pull request #82162 from krmayankk/maxun
...
API: maxUnavailable for StatefulSet
2022-03-28 17:57:10 -07:00
Divyen Patel
009286019e
deprecate vsphere releases less than 7.0u2 for in-tree vsphere volume plugin
2022-03-29 06:15:22 +05:30
Tim Allclair
bdebc62d49
Don't add audit annotations directly to the audit event
2022-03-28 17:03:53 -07:00
Kubernetes Prow Robot
874d4bff43
Merge pull request #108990 from jpbetz/per-crd
...
CRD CEL Validation: per-CRD estimated cost limit enforcement
2022-03-28 16:53:11 -07:00
Kir Kolyshkin
37761a329e
pkg/kubelet: changes to update runc to 1.1.0
...
The changes (mostly in pkg/kubelet/cm) are there to adopt changed
runc 1.1 API, and simplify things a bit. In particular:
1. simplify cgroup manager instantiation, using a new, easier way of
libcontainers/cgroups/manager.New;
2. replace libcontainerAdapter with a boolean variable (all it did
was passing on whether systemd manager should be used);
3. trivial change due to removed cgroupfs.HugePageSizes and added
cgroups.HugePageSizes();
4. do not calculate cgroup paths in update / destroy, since libcontainer
cgroup managers now calculate the paths upon creation (previously,
they were doing that only in Apply, so using e.g. Set or Destroy right
after creation was impossible without specifying paths).
We currently still calculate cgroup paths in Exists -- this is to be
addressed separately.
Co-Authored-By: Elana Hashman <ehashman@redhat.com>
2022-03-28 16:23:20 -07:00
Elana Hashman
07af1bab70
deps: update runc to 1.1.0
...
This updates vendored runc/libcontainer to 1.1.0,
and google/cadvisor to a version updated to runc 1.1.0
(google/cadvisor#3048 ).
Changes in vendor are generated by (roughly):
./hack/pin-dependency.sh github.com/google/cadvisor v0.44.0
./hack/pin-dependency.sh github.com/opencontainers/runc v1.1.0
./hack/update-vendor.sh
./hack/lint-dependencies.sh # And follow all its recommendations.
./hack/update-vendor.sh
./hack/update-internal-modules.sh
./hack/lint-dependencies.sh # Re-check everything again.
Co-Authored-By: Kir Kolyshkin <kolyshkin@gmail.com>
2022-03-28 16:23:18 -07:00
Kubernetes Prow Robot
41830a1f79
Merge pull request #109080 from tallclair/audit-cleanup
...
Delete dead code
2022-03-28 15:24:12 -07:00
Kubernetes Prow Robot
4fdca04f35
Merge pull request #109059 from danwinship/kube-iptables-hint
...
Create a KUBE-IPTABLES-HINT chain
2022-03-28 15:24:04 -07:00
Kubernetes Prow Robot
ef45c99506
Merge pull request #109025 from alculquicondor/smaller-job-integration-load
...
Reduce number of pods in Job+GC tests
2022-03-28 15:23:56 -07:00
Kubernetes Prow Robot
6571eb2450
Merge pull request #108629 from skitt/blang-semver-v4
...
Upgrade to blang/semver/v4 v4.0.0
2022-03-28 15:23:48 -07:00
Kubernetes Prow Robot
0bbb617412
Merge pull request #93438 from tallclair/audit-ips
...
Document the sources for the sourceIPs audit log field
2022-03-28 15:23:41 -07:00
Davanum Srinivas
43bf01e080
bash verbose around admin-kube-aggregator.kubeconfig
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-03-28 18:08:16 -04:00
Joe Betz
ff3d67d76a
Enfoce per-CRD estimated cost limit
2022-03-28 17:33:16 -04:00
Ross Peoples
f3b928a23d
Import tzdata in apiserver, CronJob.timeZone fixes
2022-03-28 16:33:05 -05:00
Ross Peoples
98837de446
TimeZone support for CronJobs
2022-03-28 16:33:00 -05:00
Kubernetes Prow Robot
f25c0e5f09
Merge pull request #109074 from neolit123/1.24-kubeadm-etcd-add-corruption-check
...
kubeadm: add etcd flag for member data consistency
2022-03-28 14:20:21 -07:00
Kubernetes Prow Robot
ea0dc6ed41
Merge pull request #108889 from kevindelgado/validation-beta-flag
...
ServerSideFieldValidation Beta Graduation
2022-03-28 14:20:12 -07:00
Kubernetes Prow Robot
e41350790f
Merge pull request #108612 from DangerOnTheRanger/cel-crd-maxlength
...
Calculate CEL cost totals
2022-03-28 14:20:03 -07:00
Kubernetes Prow Robot
9f213370cc
Merge pull request #106497 from danwinship/traffic-policy-fixes
...
fix internalTrafficPolicy
2022-03-28 14:19:54 -07:00
Kubernetes Prow Robot
b053c91fb6
Merge pull request #106454 from s-urbaniak/psa-e2e
...
test/e2e: let e2e tests configure namespace labels
2022-03-28 14:19:43 -07:00
Davanum Srinivas
5b1086b897
Add some sudo in local-up-cluster.sh
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-03-28 16:57:05 -04:00
Kubernetes Prow Robot
24cb73bb90
Merge pull request #109018 from wojtek-t/deprecate_dropped_requests
...
Deprecate apiserver_dropped_requests_total metric
2022-03-28 13:01:33 -07:00
Kubernetes Prow Robot
6c1b7d9543
Merge pull request #108713 from jiahuif-forks/feature/openapi/intstr-any-of
...
use oneOf for IntOrString and Quantity in OpenAPI v3
2022-03-28 13:01:21 -07:00
Kubernetes Prow Robot
3a3c9bc5c0
Merge pull request #108282 from sftim/20220222_reword_types_container_runtime_neutral
...
Update types to be neutral about container runtime
2022-03-28 13:01:08 -07:00
Jiahui Feng
84ef463481
remove feature gate from tests.
2022-03-28 12:40:45 -07:00
Tim Allclair
d2f53a0856
Delete dead code
2022-03-28 11:51:59 -07:00
Jiahui Feng
db3ec322d7
mark ControllerManagerLeaderMigration as GA.
2022-03-28 11:34:30 -07:00
Mayank Kumar
2733b66e80
add maxUnavailable implementation and UT
2022-03-28 11:01:05 -07:00
Mayank Kumar
357203d992
API: maxUnavailable for StatefulSet
2022-03-28 11:01:05 -07:00
Lubomir I. Ivanov
c9386abd5f
kubeadm: add etcd flag for member data consistency
...
Include the flag "--experimental-initial-corrupt-check"
in etcd static pod manifests to ensure
etcd member data consistency.
The etcd feature is planned for graduation in 3.6,
at which point we should switch to using the flag
without the "experimental" prefix.
2022-03-28 20:47:49 +03:00
Tim Allclair
c3a68d5de8
Audit annotations mutex
2022-03-28 17:21:14 +00:00
Alexander Zielenski
52f7fd6534
update kubeadm restrictions to include v3
2022-03-28 10:07:56 -07:00
Alexander Zielenski
bb799d9706
update vendor
...
client-go depends on more of kube-openapi v3 now
2022-03-28 10:07:56 -07:00
Alexander Zielenski
075866b3e3
add fetching into discovery client for OpenAPI v3
...
reflect latest struct changes
use correct discovery openapi test data layout
make the OpenAPIv3 interface less blue
field grouping
add copyrights
implement cached discovery client
add cached discovery tests
address review feedback
2022-03-28 10:02:41 -07:00
Hemant Kumar
6bc8275677
Add node name to NodeExpand events
2022-03-28 12:58:59 -04:00
Kubernetes Prow Robot
e0ca5cfd73
Merge pull request #109024 from stlaz/sha1_sig_deprecation
...
webhooks,aggregation: add metrics to count certs with SHA1 signatures
2022-03-28 09:53:24 -07:00
Tim Bannister
de55f39f65
Update generated docs
2022-03-28 17:41:29 +01:00
Jiahui Feng
a442293a3c
generated: make update
2022-03-28 09:19:45 -07:00
Kermit Alexander
7e66bd2057
Add per-CRD cost evaluation.
2022-03-28 16:08:13 +00:00
Hemant Kumar
dee48d3c36
Add more tests for volume recovery cases
2022-03-28 11:59:43 -04:00
Hemant Kumar
a99466ca86
check existing size before querying new size from api-server
2022-03-28 11:32:49 -04:00
Hemant Kumar
1809094389
address review comments for rwx volume types
2022-03-28 11:32:49 -04:00
Hemant Kumar
ed217f4140
rename SetVolumeSize to InitializeVolumeSize
2022-03-28 11:32:49 -04:00
Hemant Kumar
4d52dbb9f8
Remove legacyCallNodeExpandOnPlugin when RecoverVolumeExpansionFailure
2022-03-28 11:32:49 -04:00
Hemant Kumar
7a43406138
Do not update PVC if it already has updated size
2022-03-28 11:32:49 -04:00
Hemant Kumar
c0fbd83cde
Fix code for desired state of the world populator
2022-03-28 11:32:49 -04:00
Hemant Kumar
e4f62d6c41
Modify code to use new interface functions
2022-03-28 11:32:49 -04:00
Hemant Kumar
2e54686f1b
Add a function to record volume size in dsow
2022-03-28 11:32:49 -04:00
Hemant Kumar
10f91a9951
Refactor volume attach code
2022-03-28 11:32:49 -04:00