Jordan Liggitt
7877539e30
Promote apiserver_requested_deprecated_apis metric to stable
2021-05-11 16:25:14 -04: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
Kubernetes Prow Robot
e6f6f4b40c
Merge pull request #101739 from nilo19/bug/nil-pointer
...
fix: avoid nil-pointer panic when checking the frontend IP configuration
2021-05-10 15:37:36 -07:00
Kubernetes Prow Robot
aca84a38cc
Merge pull request #99754 from CaoDonghui123/fixissues5
...
Add descirptions to /kube-aggregator/pkg/apis/apiregistration/*/types.go
2021-05-10 12:43:49 -07:00
Kubernetes Prow Robot
8ba1831951
Merge pull request #99391 from zhuangqh/update-doc
...
docs: fix outdated enhancement doc link
2021-05-10 12:43:36 -07:00
Kubernetes Prow Robot
c62edd54ac
Merge pull request #101847 from cpanato/pub-bot-go-115
...
publishing: Use go1.15.12 for 1.20 and 1.19 release branches
2021-05-10 09:45:50 -07:00
Kubernetes Prow Robot
4c6c3f39f9
Merge pull request #101777 from pacoxu/flake-apiserver-config
...
wait for poststarthook/max-in-flight-filter to be initialized
2021-05-10 09:45:33 -07:00
Kubernetes Prow Robot
27af788a17
Merge pull request #101790 from mborsz/patch-15
...
In "Fast watcher, slow processing." warning, print objectType
2021-05-10 04:52:51 -07:00
Carlos Panato
3048efcf35
publishing: Use go1.15.12 for 1.20 and 1.19 release branches
2021-05-09 09:54:55 +02:00
Kubernetes Prow Robot
586ea8a482
Merge pull request #98057 from zerodayz/wrong-output-with-jsonpath
...
[jsonpath] fix wrong output when using jsonpath
2021-05-07 20:29:30 -07:00
Kubernetes Prow Robot
c05810cc5d
Merge pull request #96702 from lingsamuel/wait-for-delete-ignore-not-found
...
Fix `kubectl wait --for=delete` ignore not found
2021-05-07 20:29:17 -07:00
pacoxu
3c4eb55b4a
wait for poststarthook/max-in-flight-filter to be initialized asynchronously
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-05-08 11:03:03 +08:00
caodonghui
1e7d26a02d
Add descirptions to /kube-aggregator/pkg/apis/apiregistration/*/types.go files
2021-05-08 10:52:41 +08:00
Kubernetes Prow Robot
6349ddbed4
Merge pull request #100948 from feiskyer/fix-vmss-cache
...
Avoid caching the VMSS instances whose network profile is nil
2021-05-07 16:47:17 -07:00
Kubernetes Prow Robot
62bc76b0de
Merge pull request #101809 from justaugustus/go116
...
[go1.16] Update to go1.16.4
2021-05-07 15:41:18 -07:00
Kubernetes Prow Robot
937a3db3a2
Merge pull request #101752 from nilo19/fix/tag-static-ip
...
fix: not tagging static public IP
2021-05-07 14:35:20 -07:00
Kubernetes Prow Robot
160cdbbdca
Merge pull request #101534 from kassarl/issue-98281
...
Use GA topology labels for Azuredisk
2021-05-07 13:32:00 -07:00
Kubernetes Prow Robot
548fb43643
Merge pull request #101292 from AliceZhang2016/job_controller_metrics
...
Graduate indexed job to beta
2021-05-07 13:31:44 -07:00
Kubernetes Prow Robot
c9bd08a3c4
Merge pull request #101046 from lojies/fixbrokenlink
...
fix broken link in some files
2021-05-07 13:31:34 -07:00
Kubernetes Prow Robot
0a46301891
Merge pull request #98028 from tkashem/apf-post-startup-fix
...
add auto update for priority & fairness bootstrap configuration objects
2021-05-07 13:31:03 -07:00
Stephen Augustus
5b530da51f
[go1.16] Update to go1.16.4
...
Signed-off-by: Stephen Augustus <foo@auggie.dev >
2021-05-07 15:47:54 -04:00
Kubernetes Prow Robot
5772839933
Merge pull request #90635 from desaintmartin/type-container-securitycontext
...
Container type: document that SecurityContext applies to Container
2021-05-07 12:05:03 -07:00
Abu Kashem
759a64136b
add auto update for apf bootstrap configuration
...
Take the following approach:
On a fresh install, all bootstrap configuration objects will
have auto update enabled via the following annotation :
`apf.kubernetes.io/autoupdate: 'true'`
The kube-apiserver periodically checks the bootstrap configuration
objects on the cluster and applies update if necessary.
We enforce an 'always auto-update' policy for the mandatory
configuration object(s).
We update the suggested configuration objects when:
- auto update is enabled (`apf.kubernetes.io/autoupdate: 'true'`) or
- auto update annotation key is missing but `generation` is `1`
If the configuration object is missing the annotation key, we add
it appropriately:
it is set to `true` if `generation` is `1`, `false` otherwise.
The above approach ensures that we don't squash changes made by an
operator. Please note, we can't protect the changes made by the
operator in the following scenario:
- the user changes the spec and then deletes and recreates
the same object. (generation resets to 1)
remove using a marker
2021-05-07 14:23:17 -04:00
Kubernetes Prow Robot
c76e21806b
Merge pull request #101390 from caesarxuchao/minor
...
minor change, move the comment to the right line
2021-05-07 10:47:16 -07:00
Kubernetes Prow Robot
d76d217b0f
Merge pull request #97867 from lauchokyip/fixstaticerrors
...
Fix staticcheck on vendor/k8s.io/apiserver/pkg/server/httplog
2021-05-07 10:47:03 -07:00
Kubernetes Prow Robot
d9ac823477
Merge pull request #97428 from tkashem/inner-handler-timeout
...
add more context to log after a request times out
2021-05-07 09:03:03 -07:00
Abu Kashem
66587afb60
add more context to post timeout request activities
2021-05-07 10:20:33 -04:00
Maciej Borsz
532e35ba31
Update watcher.go
2021-05-07 16:13:32 +02:00
Kubernetes Prow Robot
6c658a86f9
Merge pull request #101523 from GreenApple10/feature/cleanslice_nil
...
Omit comparison with boolean constant
2021-05-07 03:37:03 -07:00
Kenjiro Nakayama
6caf4d66bd
Fix error handling for kubectl create configmap
...
This patch changes to return when `createConfigMap()` returns error.
2021-05-07 18:11:43 +09:00
carlory
fb2fe697e3
fix kubectl set env or resources not working for initcontainers
2021-05-07 15:21:24 +08:00
Kubernetes Prow Robot
c08526c7f7
Merge pull request #100216 from yangjunmyfm192085/run-test29
...
Fix misspelling of condition.
2021-05-07 00:21:02 -07:00
Kubernetes Prow Robot
8da9d2ff55
Merge pull request #100940 from markusthoemmes/fake-client-interface
...
Implement a FakeClient interface
2021-05-06 17:33:02 -07:00
Kubernetes Prow Robot
d110c2dd6a
Merge pull request #101668 from tkashem/wait-poll-with-context
...
apimachinery: add context bound polling
2021-05-06 14:14:02 -07:00
Kubernetes Prow Robot
7a0092f96a
Merge pull request #100690 from feiskyer/fix-node-pip
...
azure: fix node public IP not able to fetch issues from IMDS
2021-05-06 12:04:11 -07:00
Kubernetes Prow Robot
b5b3d1962c
Merge pull request #99842 from mowangdk/upgrade_struct_annotation
...
Upgrade struct annotation
2021-05-06 10:21:59 -07:00
Abu Kashem
b5f8cca701
apimachinery: add context bound polling
2021-05-06 12:02:38 -04:00
Kubernetes Prow Robot
bd6f5c2e64
Merge pull request #100993 from mozillazg/fix-staticcheck-failed-registry-rest-resttest
...
Fix staticcheck failures for vendor/k8s.io/apiserver/pkg/registry/rest/resttest
2021-05-06 07:07:16 -07:00
yingqi.ge
e3f2d237fd
Add descriptions to apiextensions v1 & v1beta1 types.go
2021-05-06 17:55:01 +08:00
yingqi.ge
3adf656f83
Add description to policy types.go
2021-05-06 15:33:09 +08:00
ZhengYuan Loo
0cbf00ad01
feat: masked secrets in kubectl diff output ( #96084 )
...
* fix tests
* add changes
2021-05-05 21:51:15 -07:00
c00522440
082aa9328f
clean true judge
...
del annotation
reback change
reback change
fix ci
2021-05-06 10:53:37 +08:00
Qi Ni
fdd8f3c06b
fix: not tagging static public IP
2021-05-06 10:29:27 +08:00
mozillazg
92ece853be
Fix staticcheck failures for vendor/k8s.io/apiserver/pkg/registry/rest/resttest
2021-05-06 07:49:22 +08:00
Kubernetes Prow Robot
2bda8ac3ec
Merge pull request #101107 from cmssczy/etcd_storage
...
fix hardcoding and format error log
2021-05-05 10:15:14 -07:00
Kubernetes Prow Robot
136009fd69
Merge pull request #99811 from lauchokyip/fixtype
...
Added descriptions to api/apiserverinternal/v1alpha1/types.go
2021-05-05 07:11:15 -07:00
Qi Ni
527a9c9df8
fix: avoid nil-pointer panic when checking the frontend IP configuration
2021-05-05 20:45:44 +08:00