Antonio Ojea
f7a28c3904
Revert "Merge pull request #93837 from jayunit100/DialFromContainerB"
...
This reverts commit 61490bba46
, reversing
changes made to 9ecab1b4b2
.
Some methods from the networking e2e tools are dialing from a
containter to another container, and failing the test if there was no
connectivity. This PR modified the methods to return an error instead of
failing the test.
However, these methods were used by other tests in the framework, and
they are not checking if the method returns an error, expecting that
the method fail the test. With this change, any connectivity problem
will go unnoticed on the tests that are not asserting the error, so we
need to revert to previous state.
2020-09-22 21:53:10 +02:00
Kubernetes Prow Robot
0b8c2bf1a1
Merge pull request #94735 from mikedanese/flake
...
test flake: fix data race in csi_test.go
2020-09-22 12:24:01 -07:00
Kubernetes Prow Robot
f728fbaa62
Merge pull request #94501 from ialidzhikov/nit/labels-staticcheck
...
Fix staging/src/k8s.io/apimachinery/pkg/labels golint findings
2020-09-22 12:23:51 -07:00
Kubernetes Prow Robot
e6444e01ba
Merge pull request #94494 from SergeyKanzhelev/hostportConflicts
...
Allow to map the same container port to different host ports
2020-09-22 12:23:40 -07:00
Kubernetes Prow Robot
1bb1702a45
Merge pull request #94458 from joakimr-axis/joakimr-axis_util.sh_calc
...
Fix some shellcheck warnings/errors in cluster/gce/util.sh
2020-09-22 12:23:30 -07:00
Kubernetes Prow Robot
a576196076
Merge pull request #94413 from chendave/flake
...
Enhancement on the testcase to cover more possibilities
2020-09-22 12:23:20 -07:00
Kubernetes Prow Robot
f2fcbac083
Merge pull request #94292 from Jiawei0227/stress-test
...
[e2e]Fail early on stress test and improve logging
2020-09-22 12:23:11 -07:00
Kubernetes Prow Robot
3b568bbe5d
Merge pull request #94232 from swetharepakula/multiple-services
...
Add e2e multiple endpoint services test
2020-09-22 12:23:00 -07:00
Kubernetes Prow Robot
61490bba46
Merge pull request #93837 from jayunit100/DialFromContainerB
...
intra-pod test improvements for bug-triage and node-level reporting
2020-09-22 12:22:50 -07:00
Kubernetes Prow Robot
9ecab1b4b2
Merge pull request #93766 from lsytj0413/fix-comment-typo
...
refactor(*): update pvc quota name typo in comment
2020-09-22 12:22:35 -07:00
Kubernetes Prow Robot
d20c43157f
Merge pull request #93388 from SaiHarshaK/feature/run-annotate
...
allow adding annotations to pod when using kubectl run
2020-09-22 12:22:21 -07:00
Kubernetes Prow Robot
6b39cdf376
Merge pull request #93305 from alculquicondor/lssd-ephemeral
...
Mount kubelet and container runtime rootdir on LSSD
2020-09-22 12:22:06 -07:00
Kubernetes Prow Robot
5c6d853b44
Merge pull request #92492 from eddiezane/ez/kubectl-876-warn-on-verb-validation
...
kubectl: warn when creating roles with custom verbs
2020-09-22 12:21:52 -07:00
Kubernetes Prow Robot
dbaaed3592
Merge pull request #92140 from ash2k/ash2k/fix-error-check
...
Fix error check logic in test
2020-09-22 12:21:38 -07:00
Kubernetes Prow Robot
86a9087896
Merge pull request #89962 from wangrzneu/master
...
make kubectl/kubeadm completion script support busybox
2020-09-22 12:21:23 -07:00
Kubernetes Prow Robot
100fe77b38
Merge pull request #86582 from mlmhl/local-up-cluster
...
do not wait for node ready when starting kube-proxy in 'nokubelet' mode
2020-09-22 12:21:09 -07:00
Anago GCB
f99ed92ed1
CHANGELOG: Update directory for v1.20.0-alpha.1 release
2020-09-22 16:35:00 +00:00
Marek Siarkowicz
7d309e0104
Move Kubelet Summary API to staging repo
2020-09-22 18:23:28 +02:00
Kubernetes Prow Robot
9f32854099
Merge pull request #94879 from knight42/refactor/kubeadm-alpha-kubeconfig
...
kubeadm: make "alpha kubeconfig user" accept --config
2020-09-22 09:16:48 -07:00
Arghya Sadhu
c62f0dd165
removing deprecated scheduler metrics
2020-09-22 21:04:15 +05:30
knight42
36eb74a803
refactor(kubeadm): make alpha kubeconfig user
command accpet --config
...
Signed-off-by: knight42 <anonymousknight96@gmail.com>
2020-09-22 23:10:41 +08:00
Kubernetes Prow Robot
b03a4ac626
Merge pull request #94894 from gongguan/provider-id
...
use GetInstanceProviderID to get instance provider ID
2020-09-22 04:14:47 -07:00
gongguan
7380a58c19
use GetInstanceProviderID to get instance provider ID
2020-09-22 17:46:56 +08:00
Kubernetes Prow Robot
51ffb495f7
Merge pull request #94681 from mborsz/logdumpcp
...
log-dump.sh: Do not modify logexporter-daemonset.yaml in-place.
2020-09-22 02:04:49 -07:00
Kubernetes Prow Robot
402b94f313
Merge pull request #91469 from kinvolk/rata/fix-kubelet-log-msg
...
Fix kubelet log message when starting a container
2020-09-21 22:28:46 -07:00
Kubernetes Prow Robot
2cec7c61e4
Merge pull request #94885 from andyzhangx/detach-disk-azure-stack
...
fix: detach azure disk broken on Azure Stack
2020-09-21 21:23:16 -07:00
Kubernetes Prow Robot
82d924cea5
Merge pull request #94840 from dashpole/update_owners
...
Move dashpole to emeritus in kubelet
2020-09-21 21:23:02 -07:00
Kubernetes Prow Robot
6ac2930ef0
Merge pull request #94574 from auxten/pkg-kubelet-staticchecks
...
Fix pkg/kubelet static checks
2020-09-21 21:22:47 -07:00
Kubernetes Prow Robot
ac7d9444fd
Merge pull request #94667 from SergeyKanzhelev/systemValidatorsVersionBump
...
(PidsLimit GA follow up): bump the version of k8s.io/system-validators to 1.2
2020-09-21 19:41:05 -07:00
Kubernetes Prow Robot
48329e7d91
Merge pull request #71269 from DeliangFan/adjust_oom_score_adj
...
Set the oom_score_adj of guaranteed pod to -997
2020-09-21 19:40:47 -07:00
Kubernetes Prow Robot
dd466bccde
Merge pull request #94527 from brahmaroutu/mount-utils-2
...
Change code to use staging/k8s.io/mount-utils
2020-09-21 17:46:47 -07:00
prameshj
d730e5f87e
Update nodelocaldns yaml to use 1.15.14 image
2020-09-21 15:31:55 -07:00
David Ashpole
cbdf84a374
handle longer vendor paths without go files
2020-09-21 14:48:19 -07:00
Kubernetes Prow Robot
66ea0f568c
Merge pull request #94936 from liggitt/1.16-default-off
...
Return the Kubernetes version which stopped serving deprecated APIs by default
2020-09-21 14:37:51 -07:00
phillc
adbc7c2172
find . -type f \( -name "*.go" -or -name "*.md" \) -print0 | xargs -0 gsed -i 's/the the /the /g'
2020-09-21 16:37:12 -04:00
Kubernetes Prow Robot
4304f4bdbd
Merge pull request #94869 from neolit123/1.20-remove-upgrade-node-kubelet-flag
...
kubeadm: remove the --kubelet-version flag for "upgrade node"
2020-09-21 12:55:52 -07:00
Kubernetes Prow Robot
f5a0250800
Merge pull request #94903 from tkashem/request-received-timestamp
...
Take into account the latency incurred in server filters
2020-09-21 10:04:47 -07:00
Kubernetes Prow Robot
f682c4f142
Merge pull request #94816 from neolit123/1.20-relax-kubeconfig-server-validation
...
kubeadm: relax the validation of kubeconfig server URLs
2020-09-21 10:04:33 -07:00
Kubernetes Prow Robot
0c3286e135
Merge pull request #94803 from azush26/modify-bearertoken
...
Limit the max number of splitting.
2020-09-21 08:56:45 -07:00
Kubernetes Prow Robot
cdc7a2949b
Merge pull request #94760 from harche/crio_tests_fix
...
Add a check for crio service before starting node e2e tests
2020-09-21 08:56:31 -07:00
Jordan Liggitt
bf9e169b14
Return the Kubernetes version which stopped serving deprecated APIs by default
...
Even though particular cluster administrators could re-enable these resources in 1.16 and 1.17,
clients that introspect the API types directly to get early warning on deprecated APIs
and target removal versions should be told the default configurations most clusters will follow.
2020-09-21 11:36:22 -04:00
Maciej Borsz
3d055ac1f4
log-dump.sh: Do not modify logexporter-daemonset.yaml in-place.
...
Right now, each invocation of log-dump.sh modifies
logexporter-daemonset.yaml code which makes it hard to develop and leads
to unpredictable results of multiple calls with different parameters.
2020-09-21 16:27:54 +02:00
Abu Kashem
d74ab9e1a4
Take into account latency incurred in server filters
...
apiserver_request_duration_seconds does not take into account the
time a request spends in the server filters. If a filter takes longer
then the latency incurred will not be reflected in the apiserver
latency metrics.
For example, the amount of time a request spends in priority and
fairness machineries or in shuffle queues will not be accounted for.
- Add a server filter that attaches request received timestamp to the
request context very early in in the handler chain (as soon as
net/http hands over control to us).
- Use the above received timestamp in the apiserver latency metrics
apiserver_request_duration_seconds.
- Use the above received timestamp in the audit layer to set
RequestReceivedTimestamp.
2020-09-21 09:59:26 -04:00
Claudiu Belu
46c820e793
test images: uses nanoserver
...
Using Windows nanoserver container images as a base instead of the current
Windows servercore image will reduce the image size by about ~10x.
However, the nanoserver image lacks several things we need:
- netapi32.dll
- powershell
- certain powershell commands
- chocolatey cannot be used
When building the nanoserver images, we are going to use a Windows servercore helper,
in which we are going to install the necessary dependencies, and then copy them over
to our nanoserver image, including necessary DLLs.
Other notable changes include:
- switch from wget to curl (wget was a powershell alias).
- implement in code getting the DNS suffix list and DNS server list.
- reimplement getting file permissions for mounttest.
2020-09-21 04:53:44 -07:00
Kubernetes Prow Robot
2d8fbd61af
Merge pull request #94666 from soltysh/sort_nil
...
Handle nil elements when sorting, instead of panicking
2020-09-21 04:06:30 -07:00
Kubernetes Prow Robot
9983a52114
Merge pull request #94888 from sttts/sttts-preserve-unknown-fields-array
...
apiextensions: prune array type without items in published OpenAPI
2020-09-21 02:28:31 -07:00
Kubernetes Prow Robot
b27ecb2c70
Merge pull request #94873 from marwanad/use-more-granular-buckets-for-azure
...
use better buckets for azure api calls
2020-09-20 18:32:30 -07:00
Kubernetes Prow Robot
6568625dc7
Merge pull request #94919 from fabriziopandini/remove-kubeadm-audit
...
Remove kubeadm audit package
2020-09-20 08:38:29 -07:00
Kubernetes Prow Robot
fcbeee92f5
Merge pull request #94347 from povsister/kube-proxy-help-msg
...
Make kubeconfig command-line help message of kube-proxy more precise
2020-09-19 17:32:29 -07:00
fabriziopandini
66b8847dbf
Remove kubeadm audit package
2020-09-19 17:20:39 +02:00