Bowei Du
89ebf47640
Update IP address validation message to include IPv6
...
Adds unit test
Change-Id: I08c46f68b164e1ea82bf40f8a1316dfc1e95a6fb
2021-04-07 08:45:29 -07:00
Kubernetes Prow Robot
efad544195
Merge pull request #100257 from swetharepakula/glbc-rbac-services
...
Add `service/status` glbc rbac permissions
2021-04-07 07:53:53 -07:00
Monis Khan
977e9f3b2a
Remove stale entries from auth OWNERS_ALIASES
...
Signed-off-by: Monis Khan <mok@vmware.com>
2021-04-07 10:46:34 -04:00
Monis Khan
bca4993004
Update auth OWNERS files to only use aliases
...
Signed-off-by: Monis Khan <mok@vmware.com>
2021-04-07 10:46:03 -04:00
卢振兴10069964
98a03ae57b
Structured Logging migration: modify logs of kube-scheduler
2021-04-07 15:53:06 +08:00
卢振兴10069964
98d4bdb5d7
improve the readability of log
2021-04-07 15:10:05 +08:00
Iceber Gu
70d795ff65
fix typo in comment for EventAggregatorByReasonFunc
2021-04-07 15:06:14 +08:00
Pravar Agrawal
2cf284994f
implement EnqueueExtensions in interPodAffinity
2021-04-07 08:43:49 +05:30
Mengjiao Liu
5fa7f288ce
Fix nil pointer dereference by changing code order
2021-04-07 10:29:53 +08:00
Iceber Gu
85fa121f84
client-go/cache: support errors.Unwrap for KeyError
...
Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
2021-04-07 09:44:01 +08:00
Sergey Kanzhelev
4b05fe6644
podUnknown is marked as Obsolete
2021-04-06 22:43:08 +00:00
Monis Khan
b5a1a45d48
oidc authenticator: allow specifying a KeySet directly
...
This change updates the oidc authenticator to allow specifying an
oidc.KeySet as an input option. This makes it possible to
synchronously initialize the KeySet instead of relying on the
asynchronous initialization that is normally done to support
self-hosted providers. This makes it easier to use this code as a
library.
Signed-off-by: Monis Khan <mok@vmware.com>
2021-04-06 15:54:47 -04:00
Monis Khan
5dd4c89df3
oidc authenticator: allow passing in CA via bytes
...
This change updates the OIDC authenticator code to use a subset of
the dynamiccertificates.CAContentProvider interface to provide the
root CA bytes. This removes the hard dependency on a file based CA
and makes it easier to use this code as a library.
Signed-off-by: Monis Khan <mok@vmware.com>
2021-04-06 15:46:00 -04:00
Jefftree
94cf48a2d1
Promote SSA GA
2021-04-06 10:04:56 -07:00
RA489
67d30f32f6
kubeadm: Add RA489 as reviewer
2021-04-06 21:45:39 +05:30
Nicolas Mitchell
0e994e9481
return error with non-unique workload name in scheduler_perf_test
2021-04-06 10:24:04 -04:00
Mengxue Zhang
200ef16f1d
list pod list once to avoid timeout
2021-04-06 13:44:11 +00:00
Andrew Keesler
c984a1c834
test/integration/client: ditch unused code
...
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2021-04-06 09:40:57 -04:00
Cecile Robert-Michon
8850c8c7d9
fix: Refresh VM cache when node is not found
2021-04-05 19:56:50 -07:00
chymy
ec7624b80d
Fix flag spelling err in kubelet options
...
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-04-06 10:06:27 +08:00
Mauricio Poppe
1e1252ed8c
use LinuxOnly annotation instead of e2eskipper to skip windows tests
2021-04-05 20:21:53 +00:00
Christian Huffman
8efa9e2f6c
Updated generated dependencies
2021-04-05 16:06:17 -04:00
Christian Huffman
3bcf407d2f
Addresses nitpicks for FSGroupPolicy
2021-04-05 15:45:40 -04:00
Joe Betz
7a37df6d1a
Generate ApplyScale client support
2021-04-05 12:27:43 -07:00
Joe Betz
1bd4ba4ec0
Add genclient:method=ApplyScale to types supporting scale update
2021-04-05 12:27:42 -07:00
Joe Betz
29423501f0
Add apply subresource support to client-go's typed client
2021-04-05 12:27:42 -07:00
Joe Betz
7fa9da2cd6
Add jpbetz to client-go reviewers
2021-04-05 12:25:07 -07:00
Kubernetes Prow Robot
b0abe89ae2
Merge pull request #100815 from claudiubelu/tests/tag-gpu-test
...
Windows tests: Adds [Feature:GPUDevicePlugin] tag to Device Plugin test
2021-04-05 12:03:19 -07:00
Abu Kashem
4447f2459a
apf: exempt probes /healthz /livez /readyz
2021-04-05 14:07:22 -04:00
jay vyas
cd58735777
add network-policy label automatically
2021-04-05 09:36:15 -07:00
Davanum Srinivas
766c6706c4
Fix file mode condition for host_path storage test
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-04-05 09:25:45 -04:00
Antonio Ojea
1e1c4c5ac9
add node handlers to the metaproxier
2021-04-05 02:05:18 +02:00
Kubernetes Prow Robot
f137c47770
Merge pull request #100785 from jsturtevant/align-test-timeouts
...
Align lifecylce related test pod start up times
2021-04-04 16:18:12 -07:00
Nicolas Mitchell
338b06fb69
validate test/workload names in validateTestCases
2021-04-04 14:18:39 -04:00
Kevin Delgado
5f1b146852
Update structured-merge-diff to v4.1.1
2021-04-02 20:04:04 +00:00
James Sturtevant
d0683b8ce2
align some of the pod start up times
2021-04-02 11:29:38 -07:00
Kubernetes Prow Robot
5ad79eae2d
Merge pull request #100759 from jsturtevant/replica-set-flake-issue-100725
...
Fix for Flaky test ReplicaSet Replace and Patch tests [Conformance]
2021-04-02 05:12:12 -07:00
chen zechun
d16d57b7d1
fix delete duplicate logs
2021-04-02 16:18:47 +08:00
Masashi Honma
6b9ff98dd7
Fix a unit test failure in non English languages
...
This is a result in Japanese language.
$ make test WHAT=./staging/src/k8s.io/kubectl/pkg/cmd/diff
[0402 07:24:05] Running tests without code coverage
FAIL: TestDiffProgram (0.00s)
diff_test.go:73: stdout = "ファイル /dev/zero と /dev/zero は同一です\n", expected = Files /dev/zero and /dev/zero are identical
"
FAIL
FAIL k8s.io/kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/diff 0.045s
FAIL
make: *** [Makefile:184: test] エラー 1
2021-04-02 15:59:47 +09:00
pacoxu
a1356f5218
add log test cases for Time encode
...
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-04-02 11:26:37 +08:00
Ben Hu
a2d094797d
Use GKE specific configuration in startup scripts in GKE deployment.
2021-04-02 00:10:53 +00:00
Mauricio Poppe
5f4f322ad4
make program an array and keep ginkgo_args as it is
2021-04-01 22:33:14 +00:00
James Sturtevant
dab1325c29
increase timeout for pods to start
2021-04-01 12:28:50 -07:00
Claudiu Belu
665e2004f1
Windows tests: Adds [Feature:GPUDevicePlugin] tag to Device Plugin test
...
The test verifies a specific feature, in which GPUs are required, thus, cannot
be run in most testing environments. We should exclude this test from most test jobs.
We'll be doing this by adding the [Feature:GPUDevicePlugin] tag (which is also being
used by test/e2e/scheduling/nvidia-gpus.go), and then add it to the ginkgo skip regex.
2021-04-01 11:36:13 -07:00
wangyx1992
b2d8c7cffe
CHANGELOG: fix punctuation errors
...
Signed-off-by: wangyx1992 <wang.yixiang@zte.com.cn>
2021-04-02 00:21:25 +08:00
Davanum Srinivas
be631ec410
Move from kube-dns to core-dns for local-up-cluster.sh
...
Still leave room for folks to run the older kube-dns if they choose to,
but it's about time we move local-up to what we tell everyone to use!
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-04-01 09:50:18 -04:00
dabaooline
a03db16c5f
make clear PodConfigNotification's type
2021-04-01 18:53:16 +08:00
pacoxu
54bc0ff250
update uber zap to 1.16.0 to fix a nil pointer exception
...
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-04-01 15:28:29 +08:00
Laila Kassar
a5fdad260f
Update pkg/volume/azure_file/azure_provision.go
...
Co-authored-by: Shiming Zhang <wzshiming@foxmail.com>
2021-03-31 22:54:21 -05:00
Mike Danese
724e760721
clarify RBAC API documentation
...
(Resource|Verb)All are meaningless in the context of openapi spec. I saw
ResourceAll used in an RBAC policy.
Change-Id: I8ab5f230bed23be902f77cadee3fbcdec6b24064
2021-03-31 17:21:56 -07:00