Jordan Liggitt
722397942b
Drop null creationTimestamp from test fixtures
...
Kubernetes-commit: 6bb6c9934294d8265197c9dfc4c9dd3adaca147a
2025-03-24 09:37:26 -04:00
Rita Zhang
739aca7b89
deprecate EnforceMountableSecretsAnnotation in 1.32
...
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
Kubernetes-commit: e7cdc595551954d6b87a859296eb09fddd01f3c9
2024-10-28 08:01:33 -07:00
杨军10092085
acdf12bd01
Updated incorrect description of persistentVolumeClaimRetentionPolicy
...
Kubernetes-commit: 56bbae4807989cd43eff17cf9fa93f7b54c087bd
2024-08-05 21:30:25 +08:00
Lubomir I. Ivanov
fe3be32c18
switch k/k to pause version 3.10
...
Kubernetes-commit: 5e290ebc906fd16d956b09f4834393716dd90f94
2024-05-23 14:01:39 +03:00
Tim Hockin
18e7a287d1
Cleanup: s/depreciated/deprecated/g
...
Kubernetes-commit: 9f4b82bf3b079fe868effbd2498b61464db6d459
2024-02-18 14:50:55 -08:00
Jefftree
8b0ab9a40e
Use OpenAPI V3 for client side SMP
...
Kubernetes-commit: 4f3b0b15182d80b02d7a7bd2c210c145b7552f82
2023-09-15 16:46:53 -04:00
Paco Xu
601fbee0aa
remove GAed FG GRPCContainerProbe
...
Kubernetes-commit: 7e7b67f2ccd38380120b6da2ccb10ae74970a7a6
2023-08-30 10:29:37 +08:00
Christoph Mewes
8b210a3504
fix typo exeucting => executing
...
Kubernetes-commit: b59d4afd14e14ee8d41b6081966514e7f11c8627
2023-09-17 11:27:57 +02:00
Christoph Mewes
f7937ee1e4
fix typo dervied => derived
...
Kubernetes-commit: 62275e3cc8c7de6f852bb04ba6cf521d36443580
2023-09-17 11:26:19 +02:00
Christoph Mewes
7de41ef887
fix typo Mininum => Minimum
...
Kubernetes-commit: 79a7833ade0f43b2a28b15444429d116da5c9408
2023-09-17 11:24:29 +02:00
Christoph Mewes
564480672d
fix typo Conext => Context
...
Kubernetes-commit: 6e3ebdc68e769fb09747a72f223b41737f8c9f1a
2023-09-17 11:18:43 +02:00
justinsb
eda2d31bdd
kubectl prune v2: switch to contains-group-kinds annotation
...
The contains-group-resources was an implementation error, we specified
contains-group-kinds in the KEP.
Because it is in alpha, we simply switch to the new annotation.
We will recognize the old annotation and migrate existing alpha
applysets, but support for this migration can be removed in beta/GA of
applyset.
Kubernetes-commit: 10caecb3b22cf93c7caa2ac70d40af9b550c0da2
2023-06-28 11:27:00 -04:00
Katrina Verey
03f092a1af
Use standard *.kubernetes.io instead of *.k8s.io for ApplySet
...
Kubernetes-commit: a0cff30104ea950a5cc733a109e7f9084275e49e
2023-03-20 18:21:04 -04:00
Katrina Verey
a038484b5c
Allow conformant CRDs to be ApplySet parents
...
Kubernetes-commit: 923d9b63fd87e9446f5746f544237c7e0de009a0
2023-03-07 11:29:50 -05:00
Tim Allclair
7bde57f61d
Fix broken API docs URLs
...
Kubernetes-commit: ea974280dc9948e31d426ee6366abff0957a5f82
2023-03-10 19:18:06 -08:00
Alexander Zielenski
62c7fa911e
add explain tests for openapiv3
...
Kubernetes-commit: 9597abd089cd2f7c0e042ed42a3b4a803225d562
2023-02-02 09:14:48 -08:00
Paco Xu
c7d11433fb
API docs: point to current docs instead of archived designs
...
Kubernetes-commit: 3d536bd14bba0586f20d1d96560073e5d9e82f97
2023-02-16 15:29:56 +08:00
Paco Xu
0760d00522
archived design proposals are now moved to Design Proposals Archive Repo.
...
Kubernetes-commit: 019d2615af3f7fd0ed0d593ef9df348f6d85b204
2023-02-08 11:12:22 +08:00
Paco Xu
360fa681c3
cleanup: EphemeralContainers feature gate related codes
...
Kubernetes-commit: 70e56fa71af5aa4f3d1448fcbc26e86309cd0cf3
2022-12-16 23:46:47 +08:00
Paco Xu
b41317e383
kubectl: remove psp support
...
Kubernetes-commit: cc0f8280586637f25b91b471d0c6fe19caa73a24
2022-11-02 21:03:09 +08:00
Mark Rossetti
1d2ef6437d
Updating pause image refernces to 3.9
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
Kubernetes-commit: 534f052a8dfdd7b5861ee60d764d12da199c3bba
2022-11-14 10:17:19 -08:00
Alexander Zielenski
4f1b2184e0
add kubectl server-side apply migrate managedfields
...
in discussion with SIG, there is a strong interest in keeping the last-applied-configuration around for a bit longer as other tools transition for of it. This is OK since SSA maintains the annotation on kubectl's behalf on the server-side if it exists
migrate client-side-apply fields to SSA when --serverside-side is used
https://github.com/kubernetes/kubernetes/issues/107980
https://github.com/kubernetes/kubernetes/issues/108081
https://github.com/kubernetes/kubernetes/issues/107417
https://github.com/kubernetes/kubernetes/issues/112826
add test to make sure only one apply is needed after migration
Kubernetes-commit: 33b9552e708154c20144c7aca921ad239527fb2f
2022-11-03 20:14:37 -07:00
Antonio Ojea
698f53f0e2
use IPv6 Address Prefix Reserved for Documentation for api docs
...
Kubernetes-commit: fa7ed64daea38e088256850ed2af28ea9279e20e
2022-09-07 23:39:52 +02:00
Mark Rossetti
6107735374
Switching everything to use pause:3.8
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
Kubernetes-commit: 40f3e624a602d1381959ef7cb3e9768d48d3cece
2022-07-21 14:38:32 -07:00
Davanum Srinivas
bec445fc77
Move from k8s.gcr.io to registry.k8s.io
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Kubernetes-commit: 50bea1dad89930ad565526910aadc314b9e9f38b
2022-05-10 08:30:09 -04:00
Davanum Srinivas
f57c533e36
Switch to pause 3.7
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Kubernetes-commit: f7ad09c447f0fa13338ba3355fb245f6879fc60d
2022-03-29 15:36:38 -04:00
Kensei Nakada
32d585df37
fix the doc about generateName conflict
...
Kubernetes-commit: 0865b9eca3f36ecb1fe9664c77d5017ca3c79b29
2022-03-23 01:08:37 +00:00
Tim Bannister
e3db1e0749
Update generated docs
...
Kubernetes-commit: de55f39f655816ecee9ab0b2c3842930cfe332a6
2022-03-01 23:42:36 +00:00
Jayesh Srivastava
61f6ad49fc
Update IANA links
...
Kubernetes-commit: c5fcc0ff44985a88d284b099fc41687750000506
2022-01-17 18:44:03 +05:30
Claudiu Belu
5f3d7dad09
updates pause image references
...
The pause:3.6 image has been published.
Also updates older / incorrect references.
Kubernetes-commit: 18936d47858b25d7de3bada57f70f1aa22981e75
2021-08-29 13:53:52 -07:00
Miciah Masters
526686bff9
Fix RollingUpdateDaemonSet godoc regarding rounding
...
Fix the godoc for RollingUpdateDaemonSet to state that
spec.updateStrategy.rollingUpdate.maxUnavailable is rounded up.
A recent commit changed the godoc to say that the value of this field
was rounded down, but the actual implementation rounds up and always has
rounded up. (This is in contrast to Deployments, where
spec.strategy.rollingUpdate.maxUnavailable is rounded down.)
Follow-up to commit 5aa53f885c980873087cbc86e1eccdf342e775b5.
* api/openapi-spec/swagger.json:
* staging/src/k8s.io/api/apps/v1/generated.proto:
* pkg/apis/apps/types.go:
* staging/src/k8s.io/api/apps/v1/types.go:
* staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go:
* staging/src/k8s.io/api/apps/v1beta2/generated.proto:
* staging/src/k8s.io/api/apps/v1beta2/types.go:
* staging/src/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go:
* staging/src/k8s.io/api/extensions/v1beta1/generated.proto:
* staging/src/k8s.io/api/extensions/v1beta1/types.go:
* staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go:
* staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json:
* staging/src/k8s.io/kubectl/testdata/openapi/swagger.json:
Change "rounding down" to "rounding up".
Kubernetes-commit: 452e2eaf1ba40512e90a29d379774054e86e324d
2021-04-20 20:07:11 -04:00
刁浩 10284789
92352e2330
api link is missing
...
Signed-off-by: 刁浩 10284789 <diao.hao@zte.com.cn>
Kubernetes-commit: b344d4d44227113c61a7379e5e21628883173b6a
2021-05-22 08:52:39 +00:00
Sascha Grunert
a702eb26c2
Update pause image to v3.5
...
Update dependencies and the test images to use pause 3.5. We also
provide a changelog entry for the new container image version.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Kubernetes-commit: b167fc24d7fb7349e9f50402c076b3d84d92ca95
2021-03-16 13:41:02 +01:00
zhuangqh
c9dbcbd2fc
docs: fix outdated enhancement doc link
...
Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
Kubernetes-commit: adf28648cb32d17cd186a6c7e8b264419e6d0759
2021-02-24 15:22:50 +08:00
Maciej Szulik
283249aee3
Generated changes
...
Kubernetes-commit: 1fc8fe0f7d9b2cea395a297c4ebbde9b5937b460
2021-02-10 14:52:27 +01:00
Tim Bannister
911b1c4d8d
Update generated code
...
Kubernetes-commit: 284e03e1abde67cae5520a9b61497a71cca78e90
2021-02-15 22:50:30 +00:00
pacoxu
6daf7d4a29
update pause to 3.4.1 for tests(e2e)
...
Signed-off-by: pacoxu <paco.xu@daocloud.io>
Kubernetes-commit: 0c152cbbbeb6c5c64b1da7235f69a056c011309b
2021-02-01 11:53:01 +08:00
David Eads
7742b18bff
generated
...
Kubernetes-commit: ae6729bb78ef7a3221483c66751fba9a77b9337c
2020-12-10 12:41:56 -05:00
zhouya0
7b9fac0696
Add kubectl apply generate name error message
...
Kubernetes-commit: c91ef266973904c82894492b887deb2a04b6d998
2020-03-10 15:51:41 +08:00
wangkai1994
19707aa64b
replace whitelist to allowlist
...
Kubernetes-commit: 8d68452ea05d132cb5fe76e429b69abb3ac01fae
2020-06-09 10:17:21 +08:00
Wei Huang
4fd9c3f1d2
Remove `EvenPodsSpread` featuregate and related logic
...
Kubernetes-commit: 133dde63589bfb9f149607d1e8f6ae519d41719f
2020-05-27 14:24:26 -07:00
Tariq Ibrahim
e59130e70a
s/RelicaSets/ReplicaSets
...
Kubernetes-commit: 9760dec9dc84d68c6613887128de192b4a66feff
2020-04-29 12:59:05 -07:00
Abhishek Raut
4ef95989c3
Update code comment for NetworkPolicyPeer
...
NetworkPolicyPeer in types has an outdated comment from the
times when it only supported ingress rules. Update the comment
to reflect the current usage of the field.
Kubernetes-commit: 7cab5753deab2a73adcdb6f6e0694f9996ac5b4a
2020-03-10 14:18:22 -07:00
Benjamin Elder
30ce4fd599
bump pause to 3.2 in kubectl test data
...
Kubernetes-commit: 8ba86728e3d17f1948858c1b5480dfe0410a1409
2020-02-14 11:39:35 -08:00
Nan Yu
656f993514
Rename PodDisruptionsAllowed to DisruptionsAllowed in type PodDisruptionBudgetStatus
...
Kubernetes-commit: 1fb0dd4ec5134014e466509163152112626d52c3
2019-12-03 11:22:23 -08:00
Sean Sullivan
3ec9685c39
Rename test/data directory to testdata
...
Kubernetes-commit: 4ce97d6c48ae4735463f020430dd20539a03e8c5
2019-10-31 13:40:02 -07:00