Joe Betz
7a593e49ff
Integrate CEL in wired off state to appease verify vendor
2021-11-10 13:15:45 -05:00
cici37
89d0623b65
Manual changes in /third_party/forked/celopenapi to use Kubernetes types and remove unused code.
2021-11-10 13:15:45 -05:00
Joe Betz
a37dfa7f0e
Add models from cel-policy-templates
2021-11-10 13:15:45 -05:00
Joe Betz
d73403dc12
Pin new dependency: github.com/google/cel-go v0.9.0
2021-11-10 13:15:40 -05:00
Abdullah Gharaibeh
a241c45dc7
move a number of scheduler metrics to STABLE
2021-11-10 12:51:17 -05:00
Chok Yip Lau
c337857673
Fixed nil pointer dereference
2021-11-10 12:41:39 -05:00
Kubernetes Prow Robot
91ff1f9840
Merge pull request #101250 from evertrain/master
...
Bugfix: prevent daemon controller to adopt controller revisions of ot…
2021-11-10 09:19:26 -08:00
Harry Bagdi
d09a8c0a88
Graduate IngressClassNamespacedParams to GA
2021-11-10 08:58:39 -08:00
Hemant Kumar
467bcd8b89
Add tests for checking bind mounts
2021-11-10 11:52:55 -05:00
Kubernetes Prow Robot
b56dc43458
Merge pull request #106282 from bobbypage/cadvisor-v043
...
vendor: Bump cAdvisor to v0.43.0
2021-11-10 08:17:38 -08:00
Kubernetes Prow Robot
d67cbcb8df
Merge pull request #106045 from chenlinx17/kube-apiserver-panic
...
Fix concurrent map writes error in kube-apiserver
2021-11-10 08:17:27 -08:00
Shivanshu Raj Shrivastava
3142acbc8c
migrated remaining lines of server.go and csi.go to structured logging
2021-11-10 21:24:34 +05:30
Kubernetes Prow Robot
b817efb042
Merge pull request #106306 from pawbana/change_bucketing_for_request_latency_metric
...
Changed buckets for apiserver_request_duration_seconds metric
2021-11-10 06:35:27 -08:00
Dan Winship
a4e6d2f6fa
proxy/iptables: add a unit test for the comment elision code
2021-11-10 09:08:02 -05:00
Kubernetes Prow Robot
5a81905f77
Merge pull request #106240 from tkashem/client-retry
...
client-go: add jitter to flowcontrol.Backoff
2021-11-10 05:33:38 -08:00
Kubernetes Prow Robot
9b083c4226
Merge pull request #105773 from deepakkinni/2680_fgate_v1
...
PV controller changes to support PV Deletion protection finalizer
2021-11-10 05:33:26 -08:00
Kubernetes Prow Robot
ea2011d72a
Merge pull request #106251 from cynepco3hahue/e2e_node_fix_hugepages
...
e2e_node: does not rely on Kubelet automatic restart service under hugepages tests
2021-11-10 04:31:26 -08:00
Paweł Banaszewski
a8bd20a5af
Changed buckets for apiserver_request_duration_seconds metric
2021-11-10 11:53:49 +00:00
Kubernetes Prow Robot
9351ea291a
Merge pull request #105873 from MikeSpreitzer/more-seat-metrics
...
More seat metrics for APF
2021-11-10 02:23:26 -08:00
Patrick Ohly
3cfef61112
build: use debian-iptables:bullseye-v1.1.0
...
The newer image contains go-runner, which is relevant for removing the
deprecated klog flags in the kube-proxy image.
2021-11-10 09:24:42 +01:00
Kubernetes Prow Robot
0c6110e412
Merge pull request #106297 from thockin/svc-testlog-hush
...
Don't write fake logs to the real test log
2021-11-09 23:59:26 -08:00
Sergey Kanzhelev
fc42da8eb8
PodReadinessGate is stable feature and test runs all green
2021-11-10 07:34:14 +00:00
Sergey Kanzhelev
d3dd1499fc
fish out ShareProcessNamespace from orphans tab
2021-11-10 07:25:02 +00:00
Tim Hockin
049e158a8f
Don't write fake logs to the real test log
...
This caused consternation as errors were logged but tests did not fail.
It was expected to log!
2021-11-09 22:56:34 -08:00
Tim Hockin
26db11f3dc
Clean up some service logging
...
This is a holdover from previous work. It is not complete, but it
should be incrementally better.
2021-11-09 22:46:22 -08:00
Kubernetes Prow Robot
e9a8bd94f7
Merge pull request #104921 from cheftako/anp-cp
...
Add mTLS as default HTTPConnect egress configuration for GCP.
2021-11-09 22:15:25 -08:00
Kubernetes Prow Robot
5d60c8d857
Merge pull request #102393 from mengjiao-liu/fix-sysctl-regex
...
Upgrade preparation to verify sysctl values containing forward slashes by regex
2021-11-09 18:23:26 -08:00
Dan Winship
8ef1255cdd
proxy/iptables: Abstract out code for writing service-chain-to-endpoint-chain rules
...
The same code appeared twice, once for the SVC chain and once for the
XLB chain, with the only difference being that the XLB version had
more verbose comments.
2021-11-09 20:59:33 -05:00
Dan Winship
4c64008181
proxy/iptables: Abstract out shared OpenLocalPort code
...
Also, in the NodePort code, fix it to properly take advantage of the
fact that GetNodeAddresses() guarantees that if it returns a
"match-all" CIDR, then it doesn't return anything else. That also
makes it unnecessary to loop over the node addresses twice.
2021-11-09 20:59:30 -05:00
Etienne Champetier
356d9e0626
kubeadm: fix inverted warning message
...
Before this commit when setting bindAddress to 1.2.3.4 the warning was:
The recommended value for "bindAddress" in "KubeProxyConfiguration" is: 1.2.3.4; the provided value is: 0.0.0.0
Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
2021-11-09 20:54:57 -05:00
chenlinx17
7c67665f7f
Fix concurrent map writes error in kube-apiserver
2021-11-10 09:45:17 +08:00
wangyamei
f10c492b68
The DownwardAPIHugePages feature is beta now, set true by default.
2021-11-10 09:35:52 +08:00
David Porter
b6269ce5de
kubelet: update cAdvisor usage for v0.43
...
* Change cAdvisor manager constructor
* Change call to adding AcceleratorUsageMetrics
Signed-off-by: David Porter <david@porter.me>
2021-11-09 17:09:12 -08:00
David Porter
c6452be958
Bump cAdvisor to v0.43.0
...
Bumping cAdvisor from v0.39.2 -> v0.43.0
* Also pin transitive dependencies
* containerd v1.4.9 -> v1.4.11
* docker v20.10.2+incompatible> v20.10.7+incompatible
Signed-off-by: David Porter <david@porter.me>
2021-11-09 17:09:00 -08:00
Kubernetes Prow Robot
c04157895c
Merge pull request #106273 from claudiubelu/integration/windows-log-network-consistentcy
...
tests: Logs the stdout and stderr for network consistency Windows tests on error
2021-11-09 16:31:39 -08:00
Kubernetes Prow Robot
f59b0a56c6
Merge pull request #106181 from ulucinar/aru/consume-kube-openapi
...
Bump k8s.io/kube-openapi to commit ee342a809c29
2021-11-09 16:31:26 -08:00
Kubernetes Prow Robot
b27c41f66d
Merge pull request #106263 from endocrimes/dani/skip-dkc
...
e2e_node: Skip dynamic config tests when the feature is disabled
2021-11-09 15:30:53 -08:00
Kubernetes Prow Robot
884a900820
Merge pull request #106245 from mauriciopoppe/gce-windows-ssh-fix
...
Use simple match instead of regex match in GCE Windows OpenSSH startup script
2021-11-09 15:30:46 -08:00
Kubernetes Prow Robot
0abc054933
Merge pull request #106190 from MikeSpreitzer/integration-scrape-etcd
...
Add periodic etcd scraping to integration tests
2021-11-09 15:30:38 -08:00
Kubernetes Prow Robot
9d67415468
Merge pull request #106186 from Raffo/patch-1
...
Improve wording for panic message
2021-11-09 15:30:27 -08:00
Kubernetes Prow Robot
e4adf7f31c
Merge pull request #106116 from fromanirh/e2e-podresources-fix
...
E2E podresources: fix test checking esclusive cpus allocation
2021-11-09 13:59:59 -08:00
Kubernetes Prow Robot
8eda02ccbd
Merge pull request #105968 from shivanshu1333/feature3/master/105841
...
Migrated scheduler files `comparer.go`, `dumper.go`, `node_tree.go` to structured logging
2021-11-09 13:59:47 -08:00
Hemant Kumar
7a73168a59
Check subpath file
2021-11-09 16:05:04 -05:00
Hemant Kumar
06e040de40
Add check for subpaths
2021-11-09 16:05:03 -05:00
Kubernetes Prow Robot
093e5e9cf7
Merge pull request #106156 from eddiezane/ez/update-sig-cli-owners
...
Update sig-cli owners
2021-11-09 12:31:49 -08:00
Kubernetes Prow Robot
e759c32129
Merge pull request #106243 from calvin0327/fix-kubeadm-init-constant
...
fix some kubeadm init phase constants
2021-11-09 11:28:24 -08:00
Kubernetes Prow Robot
398e028d61
Merge pull request #106228 from sanchayanghosh/104868-scheduler-logging-config-format-incorrectly
...
Changed the Info type so that the config file can be displayed withou…
2021-11-09 11:28:12 -08:00
Kubernetes Prow Robot
a41d166a90
Merge pull request #105904 from mengjiao-liu/structured_logging_scheduler
...
Migrate assume_cache.go to structured logging
2021-11-09 11:28:00 -08:00
Kubernetes Prow Robot
5848dbaa80
Merge pull request #105741 from neolit123/1.23-kubeadm-kubelet-config-map-change
...
kubeadm: introduce the UnversionedKubeletConfigMap feature gate
2021-11-09 11:27:48 -08:00
Shivanshu Raj Shrivastava
1a079d7b86
migrated comparer.go, dumper.go, node_tree.go to structured logging
2021-11-10 00:53:38 +05:30