Haowei Cai
dc8bc41f14
generated
2021-05-19 18:55:56 -07:00
Haowei Cai
1652e59c9b
mark ContainerImage.names as optional
...
kubelet is the only writer of v1.Node .status.images[].names. When an
image has neither RepoDigests nor RepoTags, the value gets stored in
etcd as null. Marking the field as optional can help JSON API clients
to avoid hitting serialization error when the returned status contains
null .status.images[].names.
2021-05-19 18:55:56 -07:00
Kubernetes Prow Robot
1a52527549
Merge pull request #102105 from julianvmodesto/ssa-big-last-applied
...
Respect annotation size limit for SSA last-applied.
2021-05-19 15:25:23 -07:00
Kubernetes Prow Robot
bc637a7a07
Merge pull request #102083 from andyzhangx/delete-disk-issue
...
fix: delete non existing disk issue
2021-05-19 12:47:02 -07:00
Julian V. Modesto
6054320be1
Respect annotation size limit for SSA last-applied.
...
To support CSA and SSA interoperability, SSA updates the CSA
last-applied annotation.
This change ensures we don't set a big last-applied annotation if the
value is over the annotation limits.
Also, make sure that it's possible to opt-out of this behavior by
setting the CSA annotation to "" the empty string.
2021-05-19 13:31:13 -04:00
Kubernetes Prow Robot
bacab40a9f
Merge pull request #102111 from dims/update-testing-related-deps-for-1.22
...
Update testing related dependencies (ginkgo|gomega|testify)
2021-05-19 08:48:51 -07:00
Kubernetes Prow Robot
1d0e5ac583
Merge pull request #101916 from MartinKanters/101137-document-double-dollar-behavior
...
Added the behavior of double dollar signs in env, command and args
2021-05-19 02:20:50 -07:00
Kubernetes Prow Robot
ec5ec0804d
Merge pull request #102057 from marseel/feature/add_logging_of_filters
...
Add logging of filters to api calls logs
2021-05-19 00:40:50 -07:00
Kubernetes Prow Robot
9bffe30bdf
Merge pull request #102081 from nikhita/publishing-rules-cleanup
...
staging/publishing: remove 1.17 and 1.18 rules
2021-05-18 23:33:03 -07:00
Davanum Srinivas
0803ea49b9
update testing related dependencies
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-05-18 21:54:06 -04:00
Kubernetes Prow Robot
0b2b7c0f5c
Merge pull request #102034 from AbdulBasitAlvi/bug/add_description_api_apps_v1_types
...
bug(staging_api_apps_v1): add descriptions to apps/v1/types.go files
2021-05-18 13:17:04 -07:00
Martin Kanters
ee1047a3eb
Generated doc files
2021-05-18 21:33:52 +02:00
Martin Kanters
8a4cdb847c
Processed review suggestions
2021-05-18 21:11:45 +02:00
Jordan Liggitt
4b45d0d921
Revert "Merge pull request 101888 from kolyshkin/update-runc-rc94"
...
This reverts commit b1b06fe0a4 , reversing
changes made to 382a33986b .
2021-05-18 09:13:47 -04:00
Marcel Zięba
7e01b7260a
Add logging of filters to api calls logs
2021-05-18 12:34:20 +00:00
andyzhangx
6bc879b5ea
fix: delete non existing disk issue
2021-05-18 06:31:10 +00:00
Nikhita Raghunath
a1fbc14002
staging/publishing: remove 1.17 and 1.18 rules
2021-05-18 11:03:17 +05:30
Kubernetes Prow Robot
2d58b72889
Merge pull request #97232 from p0lyn0mial/upstream-graceful-shutdown-unit
...
adds a unit test for checking if graceful shutdown of HTTP2 server works
2021-05-17 17:31:31 -07:00
Kubernetes Prow Robot
1938fc366b
Merge pull request #101639 from CaoDonghui123/fix6
...
Modify the kubelet document url
2021-05-17 13:39:42 -07:00
Kubernetes Prow Robot
b7b8f8b65c
Merge pull request #102066 from alculquicondor/api_rev
...
Use aliases in sig apps and scheduling APIs OWNERS
2021-05-17 12:17:30 -07:00
Aldo Culquicondor
7c50cd762a
Use aliases in sig apps and scheduling APIs OWNERS
...
Add alculquicondor to sig-scheduling-api-reviewers and sig-apps-api-reviewers
2021-05-17 17:56:20 +00:00
Kubernetes Prow Robot
b1b06fe0a4
Merge pull request #101888 from kolyshkin/update-runc-rc94
...
vendor: bump runc to rc94
2021-05-17 09:43:30 -07:00
Lukasz Szaszkiewicz
373fc7d711
adds a unit test for checking if graceful shutdown of HTTP2 server works
2021-05-17 12:47:19 +02:00
Kubernetes Prow Robot
cdf1b17bb8
Merge pull request #100568 from lauchokyip/addDescribe
...
Added BinaryData description to kubectl describe
2021-05-16 08:27:59 -07:00
AbdulBasitAlvi
29cfc68911
bug(staging_api_apps_v1): add descriptions to apps/v1/types.go files
...
#### What type of PR is this?
/kind bug
#### What this PR does / why we need it:
This PR adds descriptions for the following:
1. Metadata and List of Struct `StatefulSetLists`
2. Metadata of Struct `StatefulSet`
#### Which issue(s) this PR fixes:
Ref #99675
2021-05-16 07:09:40 +05:00
Kubernetes Prow Robot
8c8f79cd59
Merge pull request #101871 from MadhavJivrajani/master
...
Change apiversion of CRD from v1beta1 to v1
2021-05-15 03:25:58 -07:00
Kubernetes Prow Robot
a8f68f9aba
Merge pull request #101817 from cndoit18/add-events-expansion
...
Add fieldSelector builder function to events.
2021-05-14 16:33:58 -07:00
Kubernetes Prow Robot
49a60be8ab
Merge pull request #101496 from ahg-g/ahg-nss-beta
...
Graduate pod affinity NamespaceSelector to Beta
2021-05-14 08:48:04 -07:00
Abdullah Gharaibeh
e49d1144d5
graduate pod affinity NamespaceSelector to Beta
2021-05-14 10:44:57 -04:00
Kubernetes Prow Robot
4604219c99
Merge pull request #101898 from CaoDonghui123/removeazure
...
Remove azure disable-tcp-reset annotations
2021-05-13 17:44:04 -07:00
David Eads
21faec9254
enforce strict alpha handling for API serving
2021-05-13 12:04:15 -04:00
David Eads
d6a4afa5b8
update integration tests to reflect the kube version to stop serving removed APIs
2021-05-13 12:04:15 -04:00
David Eads
d3e702fa99
prevent restmapper lookup for kubectl reconcile
2021-05-13 12:04:15 -04:00
Kubernetes Prow Robot
f594c25c70
Merge pull request #101865 from sanwishe/structuredLogdynamiccertificates
...
Structured Logging migration: for package staging/src/k8s.io/apiserver/pkg/server/dynamiccertificates
2021-05-13 08:14:26 -07:00
cndoit18
678e10f990
Add fieldSelector builder function to events.
...
Signed-off-by: cndoit18 <cndoit18@outlook.com >
2021-05-13 23:01:16 +08:00
Kubernetes Prow Robot
09268c1685
Merge pull request #101627 from rikatz/fix-ingress-doc
...
Change ingress api doc to reflect the correct path validation
2021-05-13 05:44:25 -07:00
sanwishe
6eb645088c
Structured Logging migration: for package staging/src/k8s.io/apiserver/pkg/server/dynamiccertificates
...
Signed-off-by: sanwishe <jiang.mingzhi35@zte.com.cn >
2021-05-13 17:06:09 +08:00
Kubernetes Prow Robot
8634bc61c6
Merge pull request #101669 from carlory/fix-kubectl-1042
...
fix kubectl set env or resources not working for initcontainers
2021-05-12 23:44:26 -07:00
martin
5ac2f8a5a9
Generated doc files
2021-05-13 08:37:29 +02:00
Martin Kanters
538f92d75f
Corrected the $$ documentation in staging/src as well
2021-05-13 08:04:50 +02:00
Kubernetes Prow Robot
fc92474f19
Merge pull request #101936 from CaoDonghui123/removemetrics
...
Remove two metrics that have been deprecated
2021-05-12 22:10:32 -07:00
Kubernetes Prow Robot
68e97062de
Merge pull request #100008 from wangyysde/issue99675
...
Add descriptions to api/extensions/v1beta1/types.go
2021-05-12 14:45:28 -07:00
Madhav Jivrajani
fd0ac9c8d1
Change apiversion of CRD from v1beta1 to v1
...
- Update CRDs (crd.yaml, crd-status-subresource.yaml) to match requirements of current release
- Add `versions` field and structures `schema` as made mandatory in apiextensions/v1
- Add annotation for api-approved.kubernetes.io since CRD is under *k8s.io domain
- Delete crd-validation.yaml since structured schema is mandatory in v1
- Update README
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com >
2021-05-13 00:50:39 +05:30
Kubernetes Prow Robot
e4abcba61e
Merge pull request #101618 from vincepri/fuzzer-secs-bug-negative
...
Creation and Deletion timestamps fuzzer in metav1 should avoid large negative values
2021-05-12 07:54:16 -07:00
caodonghui
54d08db5d0
Remove two metrics that have been deprecated
2021-05-12 11:55:02 +08:00
Kubernetes Prow Robot
9aa6f0bc47
Merge pull request #101243 from liggitt/api-1-21
...
Update API compatibility data for 1.21
2021-05-11 18:25:38 -07:00
Kir Kolyshkin
b49744f177
vendor: bump runc to rc94
...
One notable change is cgroup manager's Set now accept Resources rather
than Cgroup (see https://github.com/opencontainers/runc/pull/2906 ).
Modify the code accordingly.
Also update runc dependencies (as hinted by hack/lint-depdendencies.sh):
github.com/cilium/ebpf v0.5.0
github.com/containerd/console v1.0.2
github.com/coreos/go-systemd/v22 v22.3.1
github.com/godbus/dbus/v5 v5.0.4
github.com/moby/sys/mountinfo v0.4.1
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
github.com/google/go-cmp v0.5.4
github.com/kr/pretty v0.2.1
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2021-05-11 11:56:42 -07:00
wangyysde
fb4b86bb98
Add descriptions to api/extensions/v1beta1/types.go
...
Signed-off-by: wangyysde <net_use@bzhy.com >
2021-05-11 22:03:27 +08:00
caodonghui
1c61d0aace
Remove azure disable-tcp-reset annotations
2021-05-11 17:41:49 +08:00
Kubernetes Prow Robot
78df56def6
Merge pull request #101780 from nak3/fix-create-cm
...
Fix error handling for kubectl create configmap
2021-05-10 16:39:37 -07:00