Kubernetes Prow Robot
f861a04ee7
Merge pull request #91946 from soltysh/strip_managed_fields
...
Strip .meta.managedFields for kubectl edit command
2020-07-09 00:04:39 -07:00
Kubernetes Prow Robot
7fc3d9771b
Merge pull request #91858 from SataQiu/fix-kubectl-2020060603
...
kubectl: fix the bug that kubectl scale does not honor --timeout flag
2020-07-09 00:04:24 -07:00
Kubernetes Prow Robot
9ad74781c7
Merge pull request #91855 from SataQiu/fix-kubectl-2020060602
...
kubectl: fix the bug that kubectl autoscale does not honor --name flag
2020-07-09 00:04:10 -07:00
Kubernetes Prow Robot
ebc9b00193
Merge pull request #91851 from SataQiu/fix-kubectl-20200606
...
kubectl: honor --cache-dir so that server resources and http-cache data are stored in the same location
2020-07-09 00:03:56 -07:00
Kubernetes Prow Robot
422e4421f1
Merge pull request #91305 from ankeesler/ankeesler/exec-cred-prov-install-hint
...
exec credential provider: add install hint
2020-07-09 00:03:27 -07:00
Kubernetes Prow Robot
8d7aaa5e7b
Merge pull request #90094 from aylei/aylei/debug-by-copy
...
Add debug by copy support for kubectl alpha debug command
2020-07-09 00:03:12 -07:00
ZeroMagic
7e7cf6a314
add tags support for azure file driver
...
Signed-off-by: ZeroMagic <jiliu8@microsoft.com >
2020-07-09 03:47:24 +00:00
Jason DeTiberus
34a446d812
[client-go] Fix argument ordering for fake scale client update
...
Fixes the argument order used when calling testing.NewUpdateSubresourceAction
within the fake scale client. This was causing the generated action to swap the values
of the Namespace and Subresource in the Action.
2020-07-08 20:27:22 -04:00
Julian V. Modesto
e4368eb67e
Implement server-side apply upgrade & downgrade.
...
- Allow client-side to server-side apply upgrade.
Ensure that a user can change management of an object from client-side apply to
server-side apply without conflicts.
- Allow server-side apply to client-side downgrade.
For an object managed with client-side apply, a user may upgrade to
managing the object with server-side apply, then decide to downgrade.
We can support this downgrade by keeping the last-applied-configuration
annotation for client-side apply updated with server-side apply.
2020-07-08 19:14:03 -04:00
Nikhita Raghunath
021ce53812
publishing: remove release-1.15 rules
2020-07-09 02:20:26 +05:30
Nikhita Raghunath
41febe78df
publishing: add release-1.19 rules
2020-07-09 02:15:39 +05:30
Wei Huang
d65a97848e
codegen
2020-07-08 09:58:42 -07:00
Wei Huang
4b26ef2217
Remove DisablePreemption field from SchedulerConfig v1beta1
...
DisablePreemption field can be removed as it can be deduced from PostFilterPlugins.
2020-07-08 09:58:42 -07:00
Kubernetes Prow Robot
bc60bdaded
Merge pull request #91127 from aubm/refactor-command-kubectl-create-clusterrolebinding
...
Remove the dependency between create clusterrolebinding command and generators
2020-07-08 08:17:08 -07:00
Mike Dame
9a32a70fcf
Add kubebuilder validation tags to Condition type
2020-07-08 10:21:30 -04:00
David Eads
bd76293647
add validation for metav1 conditions
2020-07-08 10:12:08 -04:00
David Eads
e5fdc77a3d
add validation for metav1 conditions
2020-07-08 09:23:44 -04:00
Chelsey Chen
e010436e2a
Update conversion between ReportingController and Source.Component
2020-07-08 08:46:38 -04:00
andyzhangx
f007c68ae9
doc: deprecate azure blob disk feature
2020-07-08 10:48:58 +00:00
gongguan
153745c53c
cloud node-controller don't check instance existence in updateNodeAddress
2020-07-08 18:34:51 +08:00
gongguan
333b6976df
cloud node contoller use instancesV2
2020-07-08 18:34:50 +08:00
Maciej Szulik
9e5c533cb6
Strip .meta.managedFields for kubectl edit command
2020-07-08 12:17:19 +02:00
Alena Varkockova
25f0ebc827
adds dynamic certificate reloading for kube aggregator
...
Co-authored-by: Lukasz Szaszkiewicz <lukasz.szaszkiewicz@gmail.com >
Co-authored-by: David Eads <deads@redhat.com >
2020-07-08 11:24:21 +02:00
jingyih
e9bf1c3c90
Update default etcd server to 3.4.9
2020-07-08 14:16:40 +08:00
Sally O'Malley
ea23faa523
When combining PolicyRules, don't duplicate verbs
2020-07-07 16:44:37 -04:00
Marwan Ahmed
8ac97e2bfc
allow specifying a user agent for azure clients
2020-07-07 12:37:46 -07:00
Jing Xu
a7c3c9f0d5
Fix ListZonesInRegion() after client BasePath change
...
This path fixes region Regex for listing zones.
Compute client BasePath changed to compute.googleapis.com, but resource URI were left as www.googleapis.com
2020-07-07 12:37:30 -07:00
Jordan Liggitt
1c8c850944
Skip expensive integration tests in short run mode
2020-07-07 14:41:21 -04:00
Andrew Keesler
eefed60e23
Fix typo: authentiction -> authentication
...
Signed-off-by: Andrew Keesler <akeesler@vmware.com >
2020-07-07 13:51:11 -04:00
Andrew Keesler
94e2065df2
exec credential provider: add install hint
...
This commit adds the ability for users to specify an install hint for
their exec credential provider binary.
In the exec credential provider workflow, if the exec credential binary
does not exist, then the user will see some sort of ugly
exec: exec: "does-not-exist": executable file not found in $PATH
error message. If some user downloads a kubeconfig from somewhere, they
may not know that kubectl is trying to use a binary to obtain
credentials to auth to the API, and scratch their head when they see
this error message. Furthermore, even if a user does know that their
kubeconfig is trying to run a binary, they might not know how to obtain
the binary. This install hint seeks to ease the above 2 user pains.
Signed-off-by: Andrew Keesler <akeesler@vmware.com >
2020-07-07 13:50:48 -04:00
Jordan Liggitt
8d03ace92b
Move proxy features to kube_features
2020-07-07 12:34:18 -04:00
Aldo Culquicondor
27ec356d76
Add SIG storage owner aliases
...
And give ownership to pkg/scheduler/framework/plugins/volumebinding
Signed-off-by: Aldo Culquicondor <acondor@google.com >
Change-Id: I4bd89b1745a2be0e458601056ab905bdd6692195
2020-07-07 10:26:16 -04:00
yuzhiquan
8e6a2660a8
fix json log verbose
...
remove vmodule support; add klog v test case;some refactor
update follow review comment
add enabled test case, and some nit
fix enabled func
fix as review comment
2020-07-07 19:36:16 +08:00
Kubernetes Prow Robot
7e75a5ef43
Merge pull request #87273 from SaranBalaji90/kubelet-log-file
...
Add support for disabling /logs endpoint in kubelet
2020-07-07 04:09:58 -07:00
Kubernetes Prow Robot
3615291cb3
Merge pull request #92834 from ykakarap/kubectl_force_flag_serverside
...
kubectl: cannot use --force with --server-side
2020-07-06 20:37:58 -07:00
Rob Scott
e701cb0205
Enabling the EndpointSliceMirroring controller, adding related config
2020-07-06 12:43:34 -07:00
Rob Scott
91bc902e20
Adding endpointslice.kubernetes.io/skip-mirror label
2020-07-06 12:43:32 -07:00
David Eads
542a007646
add helpers for managing conditions
2020-07-06 15:30:40 -04:00
Jordan Liggitt
9550f5080f
Add audit annotation for requests to deprecated API endpoints
2020-07-06 15:10:13 -04:00
Jordan Liggitt
a17e297245
Add deprecated metric for requests to deprecated custom resource versions
2020-07-06 14:32:55 -04:00
Jordan Liggitt
f03290c390
Move feature gate check to crdInfo construction time
2020-07-06 14:29:18 -04:00
Yuvaraj Kakaraparthi
f93ad0204e
kubectl: cannot use --force with --server-side
2020-07-06 10:07:26 -07:00
Kubernetes Prow Robot
a26e5881d8
Merge pull request #92786 from answer1991/feature/enhance-bootstrap-certificate
...
make Kubelet bootstrap certificate signal aware
2020-07-06 09:52:52 -07:00
Sri Saran Balaji Vellore Rajakumar
05240c9218
Add support for disabling /logs endpoint in kubelet
2020-07-06 07:52:30 -07:00
Jordan Liggitt
ddfe137254
Generated files
2020-07-06 10:42:27 -04:00
Jordan Liggitt
e95ea4a407
Make use of go1.14 stdlib types optional
2020-07-06 10:38:39 -04:00
chenjun.cj
db71941775
make Kubelet bootstrap certificate signal aware
2020-07-06 22:30:27 +08:00
Paulo Gomes
8976e3620f
Add seccomp enforcement and validation based on new GA fields
...
Adds seccomp validation.
This ensures that field and annotation values must match when present.
Co-authored-by: Sascha Grunert <sgrunert@suse.com >
2020-07-06 09:13:25 +01:00
Kubernetes Prow Robot
b9da08a33e
Merge pull request #92793 from feiskyer/fix-node-name
...
Fix throttling issues when Azure VM computer name prefix is different from VMSS name
2020-07-04 20:44:49 -07:00
Kubernetes Prow Robot
2da917d370
Merge pull request #77979 from s-urbaniak/remove-trailing-one
...
kube-aggregator/openapi/controller: remove trailing 1 in failure ratelimiter
2020-07-04 04:56:48 -07:00