Kubernetes Prow Robot
7f47a3aabb
Merge pull request #102108 from neolit123/1.22-kubeadm-remove-csr-flags
...
kubeadm: remove deprecated "--csr*" flags in "init phase certs"
2021-05-18 23:33:12 -07:00
Kubernetes Prow Robot
9bffe30bdf
Merge pull request #102081 from nikhita/publishing-rules-cleanup
...
staging/publishing: remove 1.17 and 1.18 rules
2021-05-18 23:33:03 -07:00
Kubernetes Prow Robot
9558d0c5c2
Merge pull request #101984 from ravisantoshgudimetla/fix-ds-units
...
[daemonSet]: Fix unit tests
2021-05-18 23:32:51 -07:00
Kubernetes Prow Robot
89e0b2d185
Merge pull request #99398 from tnqn/ds-update-retry
...
Fix DaemonSet status update retry
2021-05-18 22:32:50 -07:00
pacoxu
a074ccfe36
remove --insecure-port in kubeadm
2021-05-19 11:48:07 +08:00
Kubernetes Prow Robot
e830610854
Merge pull request #101539 from jeremyje/installnpd
...
Install Node Problem Detector on GCE Windows nodes
2021-05-18 20:16:50 -07:00
Kubernetes Prow Robot
b1ed521950
Merge pull request #102112 from MrHohn/fix-dns-autoscaler-test
...
Update dns autoscaler test to look at node allocatable instead of capacity
2021-05-18 19:15:11 -07:00
Kubernetes Prow Robot
02be0dd784
Merge pull request #102046 from tnqn/shell-error
...
Fix exit code check in hack/grab-profiles.sh
2021-05-18 19:15:03 -07:00
Kubernetes Prow Robot
75ec50bc10
Merge pull request #102024 from jeremyje/upgradefb
...
GCE Windows: Fix Fluent-bit crashloop on Windows Event Log Ingestion
2021-05-18 19:14:50 -07:00
kikimo
84a4b40526
fix incompatible interface in fakeTopologyManagerWithHint
2021-05-19 10:12:12 +08:00
kikimo
7d30bfecd5
simplify sorting comparator of numa nodes
2021-05-19 10:07:37 +08:00
kikimo
893ebf3a1c
add a reusable fakeTopologyManagerWithHint{}
2021-05-19 10:07:37 +08:00
kikimo
2ef1f81076
Avoid undesirable allocation when device is associated with multiple NUMA Nodes
...
suppose there are two devices dev1 and dev2, each has NUMA Nodes associated as below:
dev1: numa1
dev2: numa1, numa2
and we request a device from numa2, currently filterByAffinity() will return
[], [dev1, dev2], [] if loop of available devices produce a sequence of [dev1, dev2],
that is is not desirable as what we truely expect is an allocation of dev2 from numa2.
2021-05-19 10:07:37 +08:00
Davanum Srinivas
0803ea49b9
update testing related dependencies
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-05-18 21:54:06 -04:00
Kubernetes Prow Robot
04b7977ef6
Merge pull request #101915 from neolit123/1.22-remove-cluster-status
...
kubeadm: remove the ClusterStatus object from v1beta3
2021-05-18 17:28:51 -07:00
Zihong Zheng
903c2301cf
Update dns autoscaler test to look at node allocatable instead of capacity
2021-05-18 16:33:49 -07:00
Antonio Ojea
8f5020a3aa
skip nginx controller e2e tests
2021-05-18 22:49:07 +02:00
Mauricio Poppe
88165b02ba
remove v1beta1 volume provisioning test
2021-05-18 20:46:57 +00:00
Kubernetes Prow Robot
22ec3b0edd
Merge pull request #102069 from neolit123/1.22-kubeadm-util-use-k8s.io-link
...
kubeadm: use git.k8s.io link in app/util/error.go
2021-05-18 13:17:17 -07:00
Kubernetes Prow Robot
0b2b7c0f5c
Merge pull request #102034 from AbdulBasitAlvi/bug/add_description_api_apps_v1_types
...
bug(staging_api_apps_v1): add descriptions to apps/v1/types.go files
2021-05-18 13:17:04 -07:00
Antonio Ojea
7d7179ebfd
bump e2e test to ingress v1
2021-05-18 21:42:48 +02:00
Lubomir I. Ivanov
92a57fc573
kubeadm: remove deprecated --csr* flags in "init phase certs"
...
- Remove the deprecated --csr* flags "init phase certs"
- Deprecate the same flags for "certs renew".
For both cases users should be using "certs generate-csr".
2021-05-18 22:35:06 +03:00
Martin Kanters
ee1047a3eb
Generated doc files
2021-05-18 21:33:52 +02:00
Martin Kanters
8a4cdb847c
Processed review suggestions
2021-05-18 21:11:45 +02:00
Kubernetes Prow Robot
c24f2f8225
Merge pull request #102093 from SataQiu/remove-image-pull-timeout
...
kubeadm: remove the deprecated flag '--image-pull-timeout' for 'kubeadm upgrade apply' command
2021-05-18 11:35:17 -07:00
Kubernetes Prow Robot
708a9a1c8c
Merge pull request #98583 from damemi/internal-helpers-noderesources-registry
...
Scheduler: remove pkg/features dependency from NodeResources plugins
2021-05-18 11:35:05 -07:00
Kubernetes Prow Robot
f42a5dff62
Merge pull request #102071 from neolit123/1.22-remove-config-view
...
kubeadm: remove the deprecated "config view" command
2021-05-18 09:45:02 -07:00
Kubernetes Prow Robot
1bd66f0301
Merge pull request #100859 from lack/relax_mount_propagation_e2e_test
...
Position e2e Mount Propagation test to be kubelet-specific
2021-05-18 09:44:49 -07:00
Kubernetes Prow Robot
1295b2c4b5
Merge pull request #102094 from liggitt/revert-runc
...
Revert "Merge pull request #101888 from kolyshkin/update-runc-rc94"
2021-05-18 08:35:32 -07:00
Jordan Liggitt
f669796dfd
Send pod spec warnings when creating or changing workload objects
2021-05-18 10:42:36 -04:00
Jordan Liggitt
ecdecafdc8
Add warning evaluation for pod specs
2021-05-18 10:42:36 -04:00
Jordan Liggitt
642e6168d1
Add metadata.generation support to all pod-spec-containing types
2021-05-18 10:42:36 -04:00
Jordan Liggitt
8c8a4cf3e4
Add WarningsOnCreate,WarningsOnUpdate
2021-05-18 10:42:36 -04:00
Jordan Liggitt
4b45d0d921
Revert "Merge pull request 101888 from kolyshkin/update-runc-rc94"
...
This reverts commit b1b06fe0a4
, reversing
changes made to 382a33986b
.
2021-05-18 09:13:47 -04:00
Mike Dame
5a77ebe28b
Scheduler: remove pkg/features dependency from NodeResources plugins
2021-05-18 08:59:02 -04:00
Kubernetes Prow Robot
7ccd90e7d7
Merge pull request #102004 from chendave/ceph_rbd
...
Fix the ceph deploy for e2e testing for ARM64
2021-05-18 05:53:31 -07:00
Marcel Zięba
7e01b7260a
Add logging of filters to api calls logs
2021-05-18 12:34:20 +00:00
SataQiu
15dcc83cec
kubeadm: remove the deprecated flag '--image-pull-timeout' for 'kubeadm upgrade apply' command
2021-05-18 20:34:05 +08:00
Arda Güçlü
0965cad63a
Use builtin JoinHostPort function
2021-05-18 14:49:02 +03:00
Shiming Zhang
bbed9d27b0
Add the missing RLock
2021-05-18 17:27:27 +08:00
creydr
f38615fb9d
Change the users of IsQualifiedName to ValidateQualifiedName
2021-05-18 10:49:15 +02:00
Arda Güçlü
2ae12e6345
Add Node IP IPv6 formatting in NodeAuthenticator tests
2021-05-18 11:47:15 +03:00
Kubernetes Prow Robot
5c58620118
Merge pull request #101726 from ankeesler/exec-plugin-integration-test
...
test/integration/client: add TestExecPluginRotationViaInformer
2021-05-18 01:29:30 -07:00
Mengjiao Liu
f40b10e3aa
Prevent data race condition in vsphere unit tests
2021-05-18 16:10:43 +08:00
Dave Chen
f95a56a99b
Fix the ceph deploy for e2e testing for ARM64
...
- ceph deploy on ARM64 depends on "libec_jerasure_neon.so" which is not included
in `ceph-base` package in fedora26 distro, updated the distro to fedora33 to
fix the issue
```
sh ./mon.sh "$(hostname -i)"
/usr/lib64/ceph/erasure-code/libec_jerasure_neon.so: cannot open shared object file
```
- default pool `rbd` is not created on arm64, need to created this pool manually.
```
rbd import --image-feature layering block foo
rbd: error opening default pool 'rbd'
```
Signed-off-by: Dave Chen <dave.chen@arm.com>
2021-05-18 16:01:05 +08:00
andyzhangx
6bc879b5ea
fix: delete non existing disk issue
2021-05-18 06:31:10 +00:00
Nikhita Raghunath
a1fbc14002
staging/publishing: remove 1.17 and 1.18 rules
2021-05-18 11:03:17 +05:30
caodonghui
a06ed1244e
fix error of setting negative value for containerLogMaxSize
2021-05-18 10:28:15 +08:00
Kubernetes Prow Robot
2d58b72889
Merge pull request #97232 from p0lyn0mial/upstream-graceful-shutdown-unit
...
adds a unit test for checking if graceful shutdown of HTTP2 server works
2021-05-17 17:31:31 -07:00
Kubernetes Prow Robot
f576fa9164
Merge pull request #101230 from lojies/fixrbacvalidation
...
code cleanup:fix broken link in validation
2021-05-17 16:15:30 -07:00