Patrick Ohly
a2972eba07
CSIStorageCapacity: add MaximumVolumeSize to v1beta1 API
2021-03-08 20:52:50 +01:00
Patrick Ohly
9e7748c6a5
CSIStorageCapacity: mark v1alpha1 as deprecated
...
We still need the alpha API for testing with current
external-provisioner, but then should remove it shortly after the 1.21
release once the external-provisioner is updated to use the beta API.
That VolumeAttachment is still defined in the alpha API looks like an
oversight. To minimize changes during the beta graduation of
CSIStorageCapacity it is left in place with a deprecation notification
in 1.21.
2021-03-08 20:52:50 +01:00
Patrick Ohly
85bfd26c17
CSIStorageCapacity: update rbac test data
...
This is the result of
UPDATE_BOOTSTRAP_POLICY_FIXTURE_DATA=true go test k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy
after enabling the CSIStorageCapacity feature. This enables
additional RBAC entries for reading CSIDriver and
CSIStorageCapacity.
2021-03-08 20:52:50 +01:00
Patrick Ohly
5ca0814165
CSIStorageCapacity: use beta API
2021-03-08 20:52:50 +01:00
Patrick Ohly
e565951063
CSIStorageCapacity: register types unconditionally
...
That the object was registered depending on the feature gate was
called out as unusual during the 1.21 review. Previously, all beta
storage APIs were unders such feature gate checks, but its better to
drop that to be consistent with the rest of Kubernetes.
2021-03-08 20:52:50 +01:00
Patrick Ohly
a94c141060
CSIStorageCapacity: promote API to beta
...
The v1alpha1 API is left in place for now to ease the migration.
2021-03-08 20:52:50 +01:00
Patrick Ohly
504f105a9e
CSIStorageCapacity: prepare tests for enabling the feature by default
...
Defaults and validation are such that the field has to be set when
the feature is enabled, just as for the other boolean fields. This
was missing in some tests, which was okay as long as they ran
with the feature disabled. Once it gets enabled, validation will
flag the missing field as error.
Other tests didn't run at all.
2021-03-08 20:52:50 +01:00
Kubernetes Prow Robot
72d92159bc
Merge pull request #99925 from logicalhan/stable-latencies
...
promote apiserver_request_duration_seconds to STABLE
2021-03-08 11:04:46 -08:00
Kubernetes Prow Robot
8e6c7b5825
Merge pull request #99204 from pohly/podlog-after-termination
...
test: err more towards ignoring logs from terminated pods
2021-03-08 11:04:38 -08:00
Kubernetes Prow Robot
ab7d68a58a
Merge pull request #98653 from mandelsoft/stream
...
fix race condition problem in streamwatcher
2021-03-08 11:04:25 -08:00
Kubernetes Prow Robot
2783f2f76e
Merge pull request #96600 from maplain/internal-traffic-policy
...
Service Internal Traffic Policy
2021-03-08 11:04:12 -08:00
Kubernetes Prow Robot
71764b1309
Merge pull request #99939 from aojea/agnhost2.29
...
update agnhost readme
2021-03-08 09:31:54 -08:00
Kubernetes Prow Robot
027d9e6c25
Merge pull request #99835 from chendave/args
...
Move VolumeBinding plugin args validation to apis/config/validation
2021-03-08 09:31:42 -08:00
Fangyuan Li
62804c1ae8
Update generated files
...
1. `git clean -fxd`
2. `make update`
2021-03-08 08:42:54 -08:00
Kubernetes Prow Robot
4fccba9e06
Merge pull request #99800 from deads2k/beta-more
...
remove more CRD v1beta1 client dependencies from test integration
2021-03-08 07:51:54 -08:00
Kubernetes Prow Robot
f25f071af1
Merge pull request #99658 from deads2k/proxy-skip
...
promote AllowInsecureBackendProxy to stable
2021-03-08 07:51:42 -08:00
Kubernetes Prow Robot
a517eccd9f
Merge pull request #99393 from chenyw1990/reduceKubeletResourceWatch
...
reduce configmap and secret watch of kubelet
2021-03-08 03:59:44 -08:00
Antonio Ojea
97fba66df6
update agnhost readme
2021-03-08 11:55:12 +01:00
Kubernetes Prow Robot
d193d305ff
Merge pull request #99879 from swetharepakula/eps-ga-controlplane
...
Update controlplane to use EndpointSlice V1 API
2021-03-08 02:41:44 -08:00
Kubernetes Prow Robot
763514f438
Merge pull request #99595 from prameshj/ports-fix
...
Support specifying more than 5 ports in L4 ILB service
2021-03-08 01:21:45 -08:00
chenyw1990
57a3b0abd6
reduce configmap and secret watch of kubelet
2021-03-08 16:55:39 +08:00
Kubernetes Prow Robot
348fc2e414
Merge pull request #99908 from liggitt/prepare-run-flake
...
Deflake TestPrepareRun
2021-03-08 00:21:45 -08:00
Kubernetes Prow Robot
573bf2ff85
Merge pull request #99871 from liggitt/compatibility-tests
...
Add discovery and flowcontrol compatibility API data
2021-03-07 22:23:44 -08:00
Kubernetes Prow Robot
a91fdfbeb3
Merge pull request #97493 from Pingan2017/allocatemem-1224
...
add operator for allocateMemory.available signal
2021-03-07 20:09:44 -08:00
Kubernetes Prow Robot
04e0e52271
Merge pull request #99923 from BenTheElder/cleanup-the-scripts
...
cleanup more bazel references
2021-03-07 18:43:44 -08:00
Han Kang
69e3d89a38
promote apiserver_request_duration_seconds to STABLE
...
Change-Id: I1b050b812738719aedd7ac6f4794ec742812e12d
2021-03-07 17:14:36 -08:00
Fangyuan Li
0621e90d31
Rename fields and methods for BaseServiceInfo
...
Fields:
1. rename onlyNodeLocalEndpoints to nodeLocalExternal;
2. rename onlyNodeLocalEndpointsForInternal to nodeLocalInternal;
Methods:
1. rename OnlyNodeLocalEndpoints to NodeLocalExternal;
2. rename OnlyNodeLocalEndpointsForInternal to NodeLocalInternal;
2021-03-07 16:52:59 -08:00
Fangyuan Li
7ed2f1d94d
Implements Service Internal Traffic Policy
...
1. Add API definitions;
2. Add feature gate and drops the field when feature gate is not on;
3. Set default values for the field;
4. Add API Validation
5. add kube-proxy iptables and ipvs implementations
6. add tests
2021-03-07 16:52:59 -08:00
Benjamin Elder
b0a86806f0
hack/update-vendor.sh
2021-03-07 15:34:44 -08:00
Benjamin Elder
b1162745b2
ignore vendor in update-bazel.sh, ignore bazel in update-vendor.sh
2021-03-07 15:34:44 -08:00
Benjamin Elder
67b3235c7a
remove bazel from boilerplate
2021-03-07 15:27:45 -08:00
Benjamin Elder
0659a7dbac
add TODO for staging rules cleanup
2021-03-07 15:27:44 -08:00
Benjamin Elder
1b5ef42681
replace vsphere legacy provider "fixtures" runtime path lookup based on stack info with tesdata and relative paths
...
go test sets the current working directory to the package under test
we can just use relative paths and a testdata directory instead of the brittle runtime path lookup logic
2021-03-07 15:27:44 -08:00
Benjamin Elder
1a7cf6c91a
remove bazel logic from test/integration/framework
2021-03-07 15:27:44 -08:00
Benjamin Elder
aaa9280955
drop bazel from build/README.md
2021-03-07 15:27:44 -08:00
Kubernetes Prow Robot
9a9a9b014c
Merge pull request #99914 from Huang-Wei/throughput-regression
...
Revert "Surface more information about plugin scores in scheduler"
2021-03-07 15:21:42 -08:00
Benjamin Elder
5a83303fd6
drop bazel from generate-bindata.sh
2021-03-07 14:24:15 -08:00
Kubernetes Prow Robot
70f2608b53
Merge pull request #98918 from pohly/psp-ephemeral-validation
...
PSP ephemeral volume validation
2021-03-07 13:47:42 -08:00
Benjamin Elder
8f3cbc923a
drop bazel logic from hack/lib/golang.sh
2021-03-07 13:11:29 -08:00
Benjamin Elder
45f910e79e
update hack/tools README.md
...
bazel tools are no-more
2021-03-07 13:10:43 -08:00
Benjamin Elder
bf33ee380a
remove bazel from start-kubemark.sh
2021-03-07 13:09:01 -08:00
Benjamin Elder
f32bfe10b7
drop bazel from make verify QUICK=true
...
it's faster than ever, but also more pointless than ever. most future development has no need to run this
2021-03-07 13:03:17 -08:00
Benjamin Elder
ac02163991
update verify-bazel.sh comments
2021-03-07 13:02:39 -08:00
Benjamin Elder
b7f1cf7683
remove bazel from the makefile
2021-03-07 13:01:17 -08:00
Benjamin Elder
0e8def03aa
remove hack/update-workspace-mirror.sh
...
this was used to mirror certain bazel dependencies.
2021-03-07 12:56:45 -08:00
Benjamin Elder
b0144538da
cleanup verify-gofmt.sh
...
- clarify comments
- simplify to just use gofmt from path
- setup go env instead of just verify go version
2021-03-07 12:51:33 -08:00
Benjamin Elder
e55e41b86a
update print-workspace-status.sh comment
2021-03-07 12:47:37 -08:00
Benjamin Elder
03576473ce
don't search bazel output paths for binaries
2021-03-07 12:47:00 -08:00
Kubernetes Prow Robot
ed978f6549
Merge pull request #99882 from BenTheElder/clean-bazel
...
cleanup bazel build files in-tree with make clean
2021-03-07 10:07:42 -08:00
Kubernetes Prow Robot
e19c88fbf6
Merge pull request #91295 from ingvagabund/have-kubectl-explain-check-all-gvks
...
kubectl explain: detect resource group in case there are two or more groups discovered
2021-03-07 08:31:42 -08:00