Tim Hockin
30b20f184e
Use build.sh to build go2make
...
This allows common flags to be passed in (upcoming commits).
2022-02-27 10:28:44 -08:00
Kubernetes Prow Robot
25c9bca49c
Merge pull request #108367 from thockin/makefile-hack-tools
...
Remove hack/tools/Makefile
2022-02-26 20:33:17 -08:00
Kubernetes Prow Robot
e9760925f9
Merge pull request #108369 from thockin/makefile-errexit
...
Makefile: use errexit, pipefail, and nounset
2022-02-26 17:45:16 -08:00
Kubernetes Prow Robot
0436117231
Merge pull request #108368 from thockin/makefile-superfluous-at
...
Makefile: remove superfluous @
2022-02-26 13:35:23 -08:00
Tim Hockin
e671fea954
Remove hack/tools/Makefile
2022-02-26 12:57:10 -08:00
Tim Hockin
9ad4a659ae
Makefile: use errexit, pipefail, and nounset
2022-02-26 12:32:48 -08:00
Tim Hockin
7a3dded74d
Makefile: remove superfluous @
2022-02-26 12:17:45 -08:00
Kubernetes Prow Robot
05a71be79d
Merge pull request #108365 from liggitt/fix-proto-gen
...
Fix proto gen
2022-02-26 11:17:23 -08:00
Jordan Liggitt
48a1c729a0
Regenerate protobuf
...
Change-Id: I2a563514955d7fc7559ceb7afb73df08ace8fd8b
2022-02-26 18:02:52 +00:00
Jordan Liggitt
f68adbcd59
Fix protobuf generation
2022-02-26 13:00:42 -05:00
Kubernetes Prow Robot
109cb7cbe7
Merge pull request #108339 from cheftako/anp-release
...
Bump konnectivity-client to v0.0.28
2022-02-25 17:49:23 -08:00
Shubham Kuchhal
cdfbcf94fc
Recording the Duration.
2022-02-25 13:20:01 +05:30
Kubernetes Prow Robot
5bafc8306a
Merge pull request #108334 from helayoty/fix-kep-kube-sched-link
...
fix: fix kube-scheduler KEP link
2022-02-24 23:39:54 -08:00
Kubernetes Prow Robot
356ec6f12f
Merge pull request #108295 from adisky/install-cni-if-not-installed
...
Detect CNI installation in local-up-cluster.sh
2022-02-24 22:35:51 -08:00
Stephen Heywood
522b9b3de2
Create e2e replace pod template test
...
The test validates the following endpoint
- replaceCoreV1NamespacedPodTemplate
2022-02-25 15:28:15 +13:00
Kubernetes Prow Robot
3213a92802
Merge pull request #108341 from zshihang/gce
...
bump kube-addon-manager image version to 9.1.6
2022-02-24 16:19:55 -08:00
Kubernetes Prow Robot
d3ece70f0b
Merge pull request #108269 from kerthcet/refactor/rename-schedulercache-to-cache
...
refactor: rename SchedulerCache to Cache in Scheduler
2022-02-24 14:46:13 -08:00
Shihang Zhang
5ee418b4c7
bump kube-addon-manager image version to 9.1.6
2022-02-24 14:13:01 -08:00
Carlos Eduardo Arango Gutierrez
bbb8ef1d10
Fix typo in pkg/kubelet/pluginmanager/cache/actual_state_of_world
...
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
2022-02-24 16:20:24 -05:00
Walter Fender
e5b0392f12
Bump konnectivity-client to v0.0.28
...
Bump konnectivity network proxy to v0.0.28.
Includes a fix to ensure the KAS calls Close() on the egress connection.
2022-02-24 12:35:54 -08:00
Kubernetes Prow Robot
673fa1d9d4
Merge pull request #108313 from zshihang/gce
...
wait for default service account instead of its token
2022-02-24 11:40:31 -08:00
Shihang Zhang
cf794d0a93
wait for default service account instead of its token
2022-02-24 10:35:44 -08:00
Heba Elayoty
38da5cdb35
Fix kube-scheduler KEP link
2022-02-24 08:49:55 -08:00
Kubernetes Prow Robot
06e107081e
Merge pull request #104732 from mengjiao-liu/remove-flag-experimental-check-node-capabilities-before-mount
...
kubelet: Remove the deprecated flag `--experimental-check-node-capabilities-before-mount`
2022-02-24 07:56:30 -08:00
sanposhiho
4c3a1000c7
fix by gofmt
2022-02-25 00:23:01 +09:00
Kubernetes Prow Robot
b181e174f2
Merge pull request #108328 from dgrisonnet/fix-go-collector
...
bump client_golang to v1.12.1
2022-02-24 06:10:31 -08:00
Shubham Kuchhal
54fb058cfb
Added timestamp and verbosity value to V(5).
2022-02-24 18:33:00 +05:30
Roman Bednar
507c63c610
azure_file: try to get secret namespace from ClaimRef
...
This is the actual fix - attempt to obtain a namespace from ClaimRef.
Or fail if namespace could not be found instead of using "default".
2022-02-24 10:59:51 +01:00
Roman Bednar
a2b0eddc44
azure_file: add namespace tests for InTree to CSI conversion
...
When translating InTree pv to CSI pv we use default secret namespace
when it's not found in the InTree pv.
Using the default is not ideal for several reasons:
1) it can result in failed pod creation after users migrate to cluster
with CSI enabled because the existing intree pvs might not have the
namespace defined. In that case the "default" is used and mount fails
because secret could not be found.
2) falling back to "default" namespace can result in referencing a
secret from different namespace which is a security risk
However, there is another object we can use to determine correct
namespace which presence can be safely assumed - ClaimRef. Mounting a
volume is done only through a PVC which is bound. Binding adds ClaimRef
to PV and finally the volume gets mounted which is where the
translation code is used.
2022-02-24 10:59:51 +01:00
Damien Grisonnet
7f3f8d25c8
bump client_golang to v1.12.1
...
Bump client_golang to v1.12.1 to fix a concurrency issue in the Go
Collector that was introduced by the library in v1.12.0.
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2022-02-24 10:25:12 +01:00
Kubernetes Prow Robot
7588a82bdb
Merge pull request #108293 from chendave/upstream_gopath
...
e2e: Embed DNS related maninfests into codebase
2022-02-24 01:19:33 -08:00
Sergey Kanzhelev
3f9df1423f
two files not being used any longer
2022-02-24 08:03:31 +00:00
chenyw1990
e26df3594c
do not return err when PodSandbox not exist
...
Co-authored-by: pacoxu <paco.xu@daocloud.io>
2022-02-24 14:58:39 +08:00
hyschumi
d8536122b9
endpointslice: remove unnecessary HandleCrash
2022-02-24 09:59:09 +08:00
uhari03
016b96ca38
Issue 105353: Add messages+details to audit logs response ( #105415 )
2022-02-23 17:53:33 -08:00
kerthcet
eafbaad9f7
refactor: rename SchedulerCache to Cache in Scheduler
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-02-24 09:47:21 +08:00
kerthcet
09623be0b1
refactor: rename schedulerCache to cacheImpl in internal cache
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-02-24 09:42:51 +08:00
W. Trevor King
587f4f04cc
kubectl drain: Generic "declare a controller" message
...
When it initially landed in kubernetes/kubernetes@c6e9ad066e (Initial
node drain implementation for #3885 , 2015-08-30,
kubernetes/kubernetes#16698 ), the drain logic looked in a created-by
annotation for recognized kinds [1], so listing the set of recognized
kinds was a clear approach.
Sometime later, the source moved into ownerReferences, but the
hard-coded set of recognized controller kinds remained.
When kubernetes/kubernetes@2f1108451f (Remove hard-coded
pod-controller check, 2017-12-05, kubernetes/kubernetes#56864 ) removed
the hard-coded set of recognized controller kinds, it should have also
updated these messages to remove stale references to the previous
hard-coded values. This commit catches the message strings up with
that commit.
[1]: c6e9ad066e (diff-211259b8a8ec42f105264c10897dad48029badb538684e60e43eaead68c3d219R216)
2022-02-23 16:34:16 -08:00
Kubernetes Prow Robot
2fcdbd098c
Merge pull request #107993 from deads2k/simplify
...
prevent enabling beta by default for new api groups
2022-02-23 16:03:35 -08:00
Kubernetes Prow Robot
77eb1a03df
Merge pull request #94637 from liggitt/namespace-before-admission
...
set/validate object namespace before admission
2022-02-23 14:35:58 -08:00
Shihang Zhang
fb6c727fde
no auto-generation of secret-based service account token
2022-02-23 14:17:30 -08:00
Kubernetes Prow Robot
08c31088c1
Merge pull request #106858 from cmssczy/add_RegisterWithTaints_validation_test
...
add kubelet config validation test for RegisterWithTaints
2022-02-23 12:51:58 -08:00
Kubernetes Prow Robot
08d32851fe
Merge pull request #108262 from tkashem/retry-unit-test
...
client-go: add unit test to verify order of calls with retry
2022-02-23 11:46:08 -08:00
Kubernetes Prow Robot
6d1c9a98ef
Merge pull request #108104 from pbetkier/autoscaling-e2e-resource-consumer-fix
...
e2e: Fix ResourceConsumer unstable request interval
2022-02-23 11:45:57 -08:00
David Eads
1afcc31b1b
add integration test to prevent new beta APIs from being enabled by default
2022-02-23 13:51:43 -05:00
David Eads
af99d192cf
prevent enabling beta by default for new api groups
2022-02-23 13:51:43 -05:00
David Eads
a59b92e8c0
reduce API surface area of whether a resource is enabled
2022-02-23 13:36:33 -05:00
Kubernetes Prow Robot
25ccc48c60
Merge pull request #106911 from aojea/client_go_metrics
...
Update client-go latency metrics bucket
2022-02-23 10:20:18 -08:00
Kubernetes Prow Robot
b435061c80
Merge pull request #108186 from p0lyn0mial/watch-list-reduce-allocations-in-watch-server
...
reduce the number of allocations in the WatchServer during objects serialisation
2022-02-23 09:04:19 -08:00
sanposhiho
1080c2d717
Make scheduler_perf stable
2022-02-24 01:29:38 +09:00