vteratipally
b0039559dd
Update configure-helper.sh
2021-08-04 13:19:00 -07:00
Chao Xu
572a24d854
add a keepalive time to the konnectivity server
2021-08-04 12:48:32 -07:00
vteratipally
0376c58c44
Update configure-helper.sh
...
add live-restore true by default.
2021-08-04 12:09:10 -07:00
Anago GCB
ab595f37d2
CHANGELOG: Update directory for v1.22.0 release
2021-08-04 18:50:53 +00:00
kerthcet
8cf10d9a20
set showHiddenMetricsForVersion=1.22 in dynamicKubeletConfiguration test
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2021-08-05 01:04:54 +08:00
Antonio Ojea
9d30eb88df
retry apiserver errors on e2e service tests
2021-08-04 15:30:47 +02:00
Sascha Grunert
ea1bc18bc1
Use docker buildx for etcd image
...
This allows to choose the correct architecture in the image manifest,
which defaulted to the host system before applying this patch.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-08-04 14:49:45 +02:00
Paco Xu
94a58a3b14
remove GAed feature gates sysctls
2021-08-04 11:39:54 +08:00
Elana Hashman
ac076838c8
Add ehashman to node e2e test approvers
...
List of files raised by matthyx in SIG Node during the 2021-08-03
meeting.
2021-08-03 10:48:06 -07:00
Davanum Srinivas
3463c2dfa9
Skip NVidia GPU test in node e2e CI jobs for containerd and other runtimes
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-08-03 08:48:44 -04:00
Markus Thömmes
c820824711
Add pod context to volume lifecycle logs
2021-08-03 13:12:22 +02:00
Kubernetes Prow Robot
9ff3b7e744
Merge pull request #104047 from ehashman/fix-node-e2e-logs
...
Log e2e-node kubelet output directly to file
2021-08-02 12:30:19 -07:00
Julie Qi
c35502ad4b
Remove AUFSUmountHung from NPD test
2021-08-02 11:37:30 -07:00
Kubernetes Prow Robot
360ab1083a
Merge pull request #104076 from dims/explicitly-restart-kubelet-to-stabilize-serial-containerd-job
...
Explicitly restart kubelet to stabilize serial-containerd job
2021-08-02 10:21:22 -07:00
Davanum Srinivas
dab19517e5
Explicitly restart kubelet to stabilize serial-containerd job
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-08-02 11:24:11 -04:00
kerthcet
980cf85439
revert Bump DynamicKubeConfig metric deprecation to 1.23 by delta update
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2021-08-02 23:15:10 +08:00
Dan Winship
72223406ac
Remove stray DNS port references in NetPol tests
...
The tests no longer use DNS, so we shouldn't be adding DNS-related
exceptions to the policies that are being tested.
2021-08-02 10:31:59 -04:00
paco
b7ea7a7766
kubeadm: disallow the mixture of --config and --patches
2021-08-02 10:20:31 +08:00
paco
375ef778c4
kubeadm: remove deprecated --experimental-patches
2021-08-02 10:10:20 +08:00
Antonio Ojea
34f4959633
replace e2e WaitForPodsReady by WaitTimeoutForPodReadyInNamespace
2021-08-01 19:24:52 +02:00
Zhou Peng
7e2d6301bf
[k8s.io/kubectl/pkg/drain/drain]: minor typo fixup
...
Signed-off-by: Zhou Peng <p@ctriple.cn>
2021-08-01 07:07:31 +08:00
Manu Gupta
1a3eda9394
fix: 81134: display conflicted taint without a json representation.
...
1. string is formatted as unsafe json. Since this is created on the fly;
TaintKey and Effect are formatted as a 'key=effect' instead of '{key=effect}'
eliminating unsafe json representation.
2. Adds a fail test case for the case where a taint with same key and effect is added
and removed together.
Manual Testing
```
▶ ./_output/bin/kubectl taint nodes kind-control-plane key1=:NoSchedule key1=:NoSchedule-
error: can not both modify and remove the following taint(s) in the same command: key1=NoSchedule
```
2021-07-30 18:00:33 -07:00
Elana Hashman
a77f4f4c29
Log e2e-node kubelet output directly to file
...
For some reason when we send them to journald, many log lines are
consistently dropped as soon as the PLEG is started.
If we log directly to file, we don't have this problem. As a bonus, if
the tests crash, the kubelet logs will always be available since they
were already written; otherwise we normally wait until the end of the
test run to collect them from journald, meaning that we often end up
with empty logs.
2021-07-30 15:35:42 -07:00
Kubernetes Prow Robot
5be21c50c2
Merge pull request #104040 from rphillips/fix_crash_in_node_e2e_server
...
e2e node server: fix crash in log line
2021-07-30 11:45:38 -07:00
Ryan Phillips
163e4974b6
e2e node server: fix crash in log line
2021-07-30 12:36:00 -05:00
Kubernetes Prow Robot
026fb3bf35
Merge pull request #104033 from s-urbaniak/revert-101208-admission_metrics
...
Revert commit "Add a namespace label to admission metrics and expand histogram range to 0-10s"
2021-07-30 07:49:38 -07:00
Sergiusz Urbaniak
1a87ae19a6
Revert "Add a namespace label to admission metrics and expand histogram range to 0-10s"
2021-07-30 14:34:45 +02:00
Kubernetes Prow Robot
5336006cc8
Merge pull request #103997 from nilo19/bug/cherry-pick-551
...
Fix: ignore not a VMSS error for VMAS nodes in reconcileBackendPools
2021-07-30 00:21:38 -07:00
Kubernetes Prow Robot
7e78af445a
Merge pull request #103951 from sdmodi/startinformer
...
Start the informerFactory in the ControllerContext
2021-07-29 17:37:37 -07:00
Tim Hockin
09dc055984
Update golang.org/x/time/rate ( #104014 )
...
* Add failing test case
* Update golang.org/x/time/rate
* Call update-internal-modules from update-vendor
2021-07-29 16:13:38 -07:00
Kubernetes Prow Robot
b302770660
Merge pull request #103794 from nilo19/bug/cherry-pick-703
...
fix: Provide IPv6 support for internal load balancer
2021-07-29 14:41:20 -07:00
Kubernetes Prow Robot
ec16f247a6
Merge pull request #103982 from ehashman/flaky-serials
...
Mark failing node serial tests as flaky
2021-07-29 13:29:18 -07:00
Antonio Ojea
a2a22903bc
delete stale UDP conntrack entries for loadbalancer IPs
2021-07-29 17:35:07 +02:00
Mzhiing
2635415482
fix error variable name
2021-07-29 20:10:06 +08:00
wojtekt
9f735e71bb
Simplify APF promise to what is really used in the code
2021-07-29 11:05:40 +02:00
j2gg0s
9cee586ee9
apiserver: avoid repeated loading context for requestInfo in Namer.Name
2021-07-29 13:17:07 +08:00
Qi Ni
c406f2edab
Fix: ignore not a VMSS error for VMAS nodes in reconcileBackendPools
2021-07-29 13:10:14 +08:00
Pat Christopher
f720c4fd44
hack/verify fixes
2021-07-28 19:26:44 -07:00
Michael Taufen
ecb3813726
Update component-base OWNERS to include SIG-Architecture
...
Also update OWNERS in subdirs based on best-guess picks of appropriate
OWNERS. We can update as necessary in future iterations but this'll help
reduce initial noise for SIG-Arch.
2021-07-28 15:19:45 -07:00
Elana Hashman
fec260d083
Add release note block to cherry-pick script
2021-07-28 14:46:05 -07:00
Tanmoy Bhowmick
260b5ef155
fixing scripts from https://github.com/google/protobuf/releases to https://github.com/protocolbuffers/protobuf/releases
2021-07-29 02:24:39 +05:30
Kubernetes Prow Robot
fffaadc013
Merge pull request #103980 from ehashman/dkc-metrics
...
Bump DynamicKubeConfig metric deprecation to 1.23
2021-07-28 11:42:47 -07:00
Elana Hashman
59a7cc12c9
Mark failing node serial tests as flaky
...
Tracked in:
- https://github.com/kubernetes/kubernetes/issues/103690
- https://github.com/kubernetes/kubernetes/issues/103691
2021-07-28 10:39:30 -07:00
Kubernetes Prow Robot
84451a9c64
Merge pull request #103960 from seans3/security-vulnerability-fix
...
Fixes (temporarily) curl piped to shell security vulnerability
2021-07-28 10:27:35 -07:00
Elana Hashman
b5f24c334e
Bump DynamicKubeConfig metric deprecation to 1.23
2021-07-28 09:29:57 -07:00
wojtekt
a1cf44eab4
Remove unused promise code from APF
2021-07-28 11:34:12 +02:00
Claudiu Belu
05cfbecab9
test images: Adds image labels by default
...
Adds the "image_version", "commit_id", "git_url" to the image labels.
2021-07-28 09:25:21 +00:00
Kubernetes Prow Robot
dadecb2c89
Merge pull request #103439 from andyzhangx/azure-managed-disk-translation-issue
...
fix azure disk translation issue due to lower case `managed` kind
2021-07-27 22:01:35 -07:00
Pat Christopher
4549573a44
minor cleanups
2021-07-27 18:39:33 -07:00
Kevin Delgado
ca90849724
add kube-openapi/pkg/schemaconv to kubeadm import-restrictions
2021-07-28 01:06:15 +00:00