Search is not available for this dataset
qid int64 1 10.8k | question stringlengths 11 62.2k | data stringclasses 1
value | meta float64 | response stringlengths 1 55.5M ⌀ |
|---|---|---|---|---|
101 |
update openapi
| 2023-08-18 | null | + {
+ "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests ... |
102 |
kubectl explain should work for both cluster and namespace resources and without a GET method
| 2023-08-18 | null | + "description": "JobSpec describes how the job execution will look like.",
+ "type": "object",
+ "required": [
+ "template"
+ ],
+ "properties": {
+ "activeDeadlineSeconds": {
+ "description": "Specifies the duration in seconds relative to the star... |
103 |
kubectl explain should work for both cluster and namespace resources and without a GET method
| 2023-08-18 | null | + "description": "JobSpec describes how the job execution will look like.",
+ "type": "object",
+ "required": [
+ "template"
+ ],
+ "properties": {
+ "activeDeadlineSeconds": {
+ "description": "Specifies the duration in seconds relative to the star... |
104 |
kubectl explain should work for both cluster and namespace resources and without a GET method
| 2023-08-18 | null | + "io.k8s.api.core.v1.LifecycleHandler": {
+ "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.",
+ "type": "object",
+ "properties": {
+ "exec": {
+ "... |
105 |
kubectl explain should work for both cluster and namespace resources and without a GET method
| 2023-08-18 | null | + "io.k8s.api.core.v1.LifecycleHandler": {
+ "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.",
+ "type": "object",
+ "properties": {
+ "exec": {
+ "... |
106 |
kubectl explain should work for both cluster and namespace resources and without a GET method
| 2023-08-18 | null | + "type": "integer",
+ "format": "int32",
+ "default": 0
+ },
+ "minDomains": {
+ "description": "MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Top... |
107 |
kubectl explain should work for both cluster and namespace resources and without a GET method
| 2023-08-18 | null | + "type": "integer",
+ "format": "int32",
+ "default": 0
+ },
+ "minDomains": {
+ "description": "MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Top... |
112 |
Review comments, added metric namespace, moved utility functions, and etc
| 2023-08-18 | null | index 90a533acad6..b0bf7c3615a 100644
--- a/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/conversion/metrics.go
+++ b/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/conversion/metrics.go
@@ -99,7 +99,8 @@ const (
)
var (
- Metrics = newWebhookConversionMetrics()
+ Metrics = newWebhook... |
113 |
CHANGELOG: Update directory for v1.28.0-alpha.1 release
| 2023-08-18 | null | new file mode 100644
index 00000000000..7d9fcdc8ba8
--- /dev/null
+++ b/CHANGELOG/CHANGELOG-1.28.md
@@ -0,0 +1,460 @@
+<!-- BEGIN MUNGE: GENERATED_TOC -->
+
+- [v1.28.0-alpha.1](#v1280-alpha1)
+ - [Downloads for v1.28.0-alpha.1](#downloads-for-v1280-alpha1)
+ - [Source Code](#source-code)
+ - [Client B... |
115 |
Merge pull request #117602 from alexanderConstantinescu/revise-providerid
[KCCM]: have providerID trigger re-sync, but not be required for load balancer syncs
| 2023-08-18 | null | index 76596edf9f7,43d880e177c..b37b023ab99
--- a/staging/src/k8s.io/cloud-provider/controllers/service/controller_test.go
+++ b/staging/src/k8s.io/cloud-provider/controllers/service/controller_test.go
@@@ -2121,226 -2166,216 +2143,297 @@@ func Test_shouldSyncUpdatedNode_individ
}
func Test_shouldSyncUpdate... |
122 |
Consistently use proxyutil as the name for pkg/proxy/util
Some places were using utilproxy, but that implies that it's
pkg/util/proxy...
| 2023-08-18 | null | index 51729c51378..ab5dc7df897 100644
--- a/pkg/proxy/conntrack/cleanup.go
+++ b/pkg/proxy/conntrack/cleanup.go
@@ -21,7 +21,7 @@ import (
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/klog/v2"
"k8s.io/kubernetes/pkg/proxy"
- utilproxy "k8s.io/kubernetes/pkg/proxy/util"
+ proxyutil "k8s.io/kubernetes/pkg/pr... |
129 |
Cleanup boilerpate.py
- reformatted with https://github.com/psf/black
- fixed some of the https://github.com/pylint-dev/pylint warnings
| 2023-08-18 | null | index eaf758b9fe5..d5604f4a9c6 100755
--- a/hack/boilerplate/boilerplate.py
+++ b/hack/boilerplate/boilerplate.py
@@ -24,23 +24,22 @@ import sys
parser = argparse.ArgumentParser()
parser.add_argument(
- "filenames",
- help="list of files to check, all files if unspecified",
- nargs='*')
+ "fil... |
141 |
scheduler: update the scheduler interface and cache methods to use contextual logging
| 2023-08-18 | null | index 95ed57114b5..15944ceb163 100644
--- a/pkg/scheduler/eventhandlers.go
+++ b/pkg/scheduler/eventhandlers.go
@@ -43,9 +43,10 @@ import (
)
func (sched *Scheduler) onStorageClassAdd(obj interface{}) {
+ logger := sched.logger
sc, ok := obj.(*storagev1.StorageClass)
if !ok {
- klog.ErrorS(nil, "Cann... |
150 |
Add WithAlloc interface and stub implementations with base benchmarks
| 2023-08-18 | null | index 899d3e8a667..31765eeee10 100644
--- a/staging/src/k8s.io/apimachinery/pkg/api/meta/help.go
+++ b/staging/src/k8s.io/apimachinery/pkg/api/meta/help.go
@@ -113,8 +113,27 @@ func getItemsPtr(list runtime.Object) (interface{}, error) {
// EachListItem invokes fn on each runtime.Object in the list. Any error i... |
154 |
feature(schedule_one): use heap to find the highest score node
| 2023-08-18 | null | index eabd07d4c96..b38af7f2ef1 100644
--- a/pkg/scheduler/schedule_one.go
+++ b/pkg/scheduler/schedule_one.go
@@ -17,7 +17,9 @@ limitations under the License.
package scheduler
import (
+ "container/heap"
"context"
+ "errors"
"fmt"
"math/rand"
"strconv"
@@ -56,6 +58,9 @@ const (
// to ensure... |
108 |
clean: use info instead of error to log queue closed message when scheduler exit
Signed-off-by: likakuli <1154584512@qq.com>
| 2023-08-18 | null | index dd1df58c128..e4727d55025 100644
--- a/pkg/scheduler/internal/queue/scheduling_queue.go
+++ b/pkg/scheduler/internal/queue/scheduling_queue.go
@@ -59,9 +59,6 @@ const (
// backoffQ or activeQ. If this value is empty, the default value (5min)
// will be used.
DefaultPodMaxInUnschedulablePodsDuration tim... |
109 |
add pacoxu to kubeadm approvers list
| 2023-08-18 | null | index 4ebec901f21..22ae068d147 100644
--- a/cmd/kubeadm/OWNERS
+++ b/cmd/kubeadm/OWNERS
@@ -4,6 +4,7 @@ approvers:
- fabriziopandini
- neolit123
- SataQiu
+ - pacoxu
reviewers:
- fabriziopandini
- neolit123
diff --git a/test/e2e/lifecycle/OWNERS b/test/e2e/lifecycle/OWNERS
index 35f1e3a2af4... |
110 |
Merge pull request #116741 from gjkim42/promote-expanded-dns-config-to-ga
Promote ExpandedDNSConfig feature to the GA stage
| 2023-08-18 | null | null |
111 |
Merge pull request #115694 from mpuckett159/fix/explain-jsonpath
Fix/explain jsonpath
| 2023-08-18 | null | null |
114 |
Merge pull request #117877 from xuzhenglun/master
KEP-3668: promote ServiceNodePortStaticSubrange to beta
| 2023-08-18 | null | null |
116 |
Moving Kubelet Credential Provider test to common so that it can be run both as Node and Cluster test
Signed-off-by: Dixita Narang <ndixita@google.com>
| 2023-08-18 | null | similarity index 95%
rename from test/e2e_node/image_credential_provider.go
rename to test/e2e/common/node/image_credential_provider.go
index aa77a0602e0..9e3655fe8a5 100644
--- a/test/e2e_node/image_credential_provider.go
+++ b/test/e2e/common/node/image_credential_provider.go
@@ -14,7 +14,7 @@ See the License f... |
117 |
Merge pull request #118334 from danwinship/proxyutil
Consistently use proxyutil as the name for pkg/proxy/util
| 2023-08-18 | null | index d319a12e9c0,8dba6a1d80b..aa672ed690d
--- a/pkg/proxy/ipvs/proxier.go
+++ b/pkg/proxy/ipvs/proxier.go
@@@ -45,10 -45,9 +45,10 @@@ import
"k8s.io/kubernetes/pkg/proxy"
"k8s.io/kubernetes/pkg/proxy/conntrack"
"k8s.io/kubernetes/pkg/proxy/healthcheck"
+ utilipvs "k8s.io/kubernetes/pkg/proxy/ipvs/uti... |
118 |
move pkg/util/ipset inside pkg/proxy/ipvs
Signed-off-by: Daman Arora <aroradaman@gmail.com>
| 2023-08-18 | null | index 96b52495155..b716b641d5f 100644
--- a/cmd/kube-proxy/app/server_others.go
+++ b/cmd/kube-proxy/app/server_others.go
@@ -47,11 +47,11 @@ import (
proxyconfigapi "k8s.io/kubernetes/pkg/proxy/apis/config"
"k8s.io/kubernetes/pkg/proxy/iptables"
"k8s.io/kubernetes/pkg/proxy/ipvs"
+ utilipset "k8s.io/kuber... |
119 |
Merge pull request #118296 from uablrek/remove-moby-ipvs
Move pkg/util/ipvs inside pkg/proxy/ipvs
| 2023-08-18 | null | null |
120 |
Merge pull request #118294 from alculquicondor/patch-6
Add kerthcet and sanposhiho as SIG scheduling approvers
| 2023-08-18 | null | null |
121 |
Revert "kubeadm: add --feature-gates flag for kubeadm upgrade node"
| 2023-08-18 | null | index 32a54f74211..0523172d339 100644
--- a/cmd/kubeadm/app/cmd/upgrade/node.go
+++ b/cmd/kubeadm/app/cmd/upgrade/node.go
@@ -33,7 +33,6 @@ import (
phases "k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/upgrade/node"
"k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow"
"k8s.io/kubernetes/cmd/kubeadm/app/c... |
123 |
Merge pull request #118328 from Riaankl/remove-ephemeral-containers
Remove Ephemeral Containers form pending_eligible_endpoints.yaml
| 2023-08-18 | null | null |
124 |
remove Ephemeral Containers form list
| 2023-08-18 | null | index cf539548588..57641dc1176 100644
--- a/test/conformance/testdata/pending_eligible_endpoints.yaml
+++ b/test/conformance/testdata/pending_eligible_endpoints.yaml
@@ -31,7 +31,6 @@
- listStorageV1VolumeAttachment
- patchCoreV1NamespacedPersistentVolumeClaim
- patchCoreV1NamespacedPersistentVolumeClaimStatus... |
125 |
Merge pull request #118318 from TommyStarK/test/e2e-replace-deprecated-ioutil
test/e2e: replace deprecated ioutil.ReadFile
| 2023-08-18 | null | null |
126 |
add pod containers[*].port duplicate warning
| 2023-08-18 | null | index 31a66b116be..d062373a2df 100644
--- a/pkg/api/pod/warnings.go
+++ b/pkg/api/pod/warnings.go
@@ -252,6 +252,17 @@ func warningsForPodSpecAndMeta(fieldPath *field.Path, podSpec *api.PodSpec, meta
}
}
}
+ // duplicate containers[*].ports
+ if len(c.Ports) > 1 {
+ ports := sets.NewInt64()
+ ... |
127 |
testutil: use contextual logging
| 2023-08-18 | null | index eecb9b18616..631dfcafda0 100644
--- a/hack/logcheck.conf
+++ b/hack/logcheck.conf
@@ -50,7 +50,6 @@ contextual k8s.io/kubernetes/test/e2e/dra/.*
-contextual k8s.io/kubernetes/pkg/controller/nodeipam/.*
-contextual k8s.io/kubernetes/pkg/controller/podgc/.*
-contextual k8s.io/kubernetes/pkg/controller/repl... |
128 |
Merge pull request #118304 from ii/promote-ephemeralcontainer-test
Promote e2e test for PodEphemeralcontainers endpoints + 2 Endpoints
| 2023-08-18 | null | null |
130 |
Merge pull request #118316 from SataQiu/fix-kubeadm-20230529
kubeadm: add --feature-gates flag for kubeadm upgrade node
| 2023-08-18 | null | null |
131 |
Merge pull request #116849 from mengjiao-liu/contextual-logging-scheduler-internal
scheduler: update the scheduler interface and cache methods to use contextual logging
| 2023-08-18 | null | null |
132 |
test/e2e: replace deprecated ioutil
Signed-off-by: TommyStarK <thomasmilox@gmail.com>
| 2023-08-18 | null | index 053c36012a7..e64c0894e5c 100644
--- a/test/e2e/framework/internal/output/output.go
+++ b/test/e2e/framework/internal/output/output.go
@@ -18,7 +18,7 @@ package output
import (
"encoding/xml"
- "io/ioutil"
+ "os"
"path"
"regexp"
"testing"
@@ -52,7 +52,7 @@ func TestGinkgoOutput(t *testing.T,... |
133 |
Merge pull request #118236 from andyzhangx/remove-azurefile
removed the deprecated `azureFile` in-tree storage plugin
| 2023-08-18 | null | null |
134 |
Merge pull request #113362 from sxllwx/ftr/extract_listobject_use_copy
Faster ExtractList. Add ExtractListWithAlloc variant.
| 2023-08-18 | null | null |
135 |
Merge pull request #118270 from pacoxu/warningonly-for-deprecatedFG
kubeadm: warning only for deprecated FG
| 2023-08-18 | null | null |
136 |
Merge pull request #118132 from marseel/improve_reflector_retries
Improve backoff policy in reflector.
| 2023-08-18 | null | null |
137 |
clean up dead code
| 2023-08-18 | null | index 62edd5cac22..34e12d34c4d 100644
--- a/staging/src/k8s.io/apimachinery/pkg/api/meta/help_test.go
+++ b/staging/src/k8s.io/apimachinery/pkg/api/meta/help_test.go
@@ -46,7 +46,7 @@ type FooList struct {
Items []Foo
}
-func (s *FooList) DeepCopyObject() runtime.Object { panic("unimplemented"); return nil ... |
138 |
kubeadm: enable --feature-gates flag for kubeadm upgrade node
| 2023-08-18 | null | index 0523172d339..32a54f74211 100644
--- a/cmd/kubeadm/app/cmd/upgrade/node.go
+++ b/cmd/kubeadm/app/cmd/upgrade/node.go
@@ -33,6 +33,7 @@ import (
phases "k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/upgrade/node"
"k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow"
"k8s.io/kubernetes/cmd/kubeadm/app/c... |
139 |
Add DisruptionTarget condition when preempting for critical pod
Manually modified the commit to expect Failed phase instead of Succeeded.
This is expected in 1.26 as the code in preemption.go sets it to Failed.
In 1.27 the phase is determined by `getPhase` kubelet_pods.go based
on the co... | 2023-08-18 | null | index 5f0fb5e03c0..e4d0cbd931b 100644
--- a/pkg/kubelet/preemption/preemption.go
+++ b/pkg/kubelet/preemption/preemption.go
@@ -21,10 +21,13 @@ import (
"math"
v1 "k8s.io/api/core/v1"
+ utilfeature "k8s.io/apiserver/pkg/util/feature"
"k8s.io/client-go/tools/record"
"k8s.io/klog/v2"
+ podutil "k8s.io... |
140 |
Merge pull request #118306 from SataQiu/fix-kubeadm-20230529
kubeadm: lower the log level of EtcdSupportedVersion warning message as it is a kubeadm internal warning
| 2023-08-18 | null | null |
142 |
kubeadm: Supports() return true for all alpha/beta/ga/deprecated
| 2023-08-18 | null | index fef9b36785d..f2095cb2001 100644
--- a/cmd/kubeadm/app/cmd/upgrade/common.go
+++ b/cmd/kubeadm/app/cmd/upgrade/common.go
@@ -205,7 +205,6 @@ func enforceRequirements(flags *applyPlanFlags, args []string, dryRun bool, upgr
for _, m := range msg {
printer.Printf("[upgrade/config] %s\\n", m)
}
- ret... |
143 |
supported version of etcd 3.5.7-0 for Kubernetes v1.27.0-rc.0
Signed-off-by: guangli.bao <guangli.bao@daocloud.io>
| 2023-08-18 | null | index 60daa3fa04b..8dd7ae0b849 100644
--- a/cmd/kubeadm/app/constants/constants.go
+++ b/cmd/kubeadm/app/constants/constants.go
@@ -481,6 +481,7 @@ var (
24: "3.5.7-0",
25: "3.5.7-0",
26: "3.5.7-0",
+ 27: "3.5.7-0",
}
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows... |
144 |
kubeadm: lower the log level of EtcdSupportedVersion warning message as it is a kubeadm internal warning
| 2023-08-18 | null | index a9a9528b669..4a26573132b 100644
--- a/cmd/kubeadm/app/images/images.go
+++ b/cmd/kubeadm/app/images/images.go
@@ -77,7 +77,7 @@ func GetEtcdImage(cfg *kubeadmapi.ClusterConfiguration) string {
etcdImageTag = etcdVersion.String()
}
if warning != nil {
- klog.Warningln(warning)
+ klog.V(1).Infof("W... |
145 |
deprecate csi migration for ceph rdb
| 2023-08-18 | null | index ef7ef8e81b1..ab68311bf4c 100644
--- a/pkg/features/kube_features.go
+++ b/pkg/features/kube_features.go
@@ -152,6 +152,7 @@ const (
// owner: @humblec
// alpha: v1.23
+ // deprecated: v1.28
//
// Enables the RBD in-tree driver to RBD CSI Driver migration feature.
CSIMigrationRBD featuregate... |
146 |
Promote Ephemeral containers e2e test to Conformance
| 2023-08-18 | null | index b0e07c0af45..de4b92346cc 100755
--- a/test/conformance/testdata/conformance.yaml
+++ b/test/conformance/testdata/conformance.yaml
@@ -1950,6 +1950,15 @@
visible at runtime in the container.
release: v1.9
file: test/e2e/common/node/downwardapi.go
+- testname: Ephemeral Container, update ephemeral... |
147 |
Optimize reflect checks further, save item type information
| 2023-08-18 | null | index 73f160886cd..c1978daa7c6 100644
--- a/staging/src/k8s.io/apimachinery/pkg/api/meta/help.go
+++ b/staging/src/k8s.io/apimachinery/pkg/api/meta/help.go
@@ -223,10 +223,16 @@ func extractList(obj runtime.Object, allocNew bool) ([]runtime.Object, error) {
return nil, err
}
list := make([]runtime.Object, ... |
148 |
Implement WithAlloc variants for EachListItem and ExtractList
| 2023-08-18 | null | index dff943bfaee..73f160886cd 100644
--- a/staging/src/k8s.io/apimachinery/pkg/api/meta/help.go
+++ b/staging/src/k8s.io/apimachinery/pkg/api/meta/help.go
@@ -160,8 +160,19 @@ func eachListItem(obj runtime.Object, fn func(runtime.Object) error, allocNew bo
for i := 0; i < len; i++ {
raw := items.Index(i)
... |
149 |
Extract List reflect optimization
| 2023-08-18 | null | index 31765eeee10..dff943bfaee 100644
--- a/staging/src/k8s.io/apimachinery/pkg/api/meta/help.go
+++ b/staging/src/k8s.io/apimachinery/pkg/api/meta/help.go
@@ -214,8 +214,9 @@ func extractList(obj runtime.Object, allocNew bool) ([]runtime.Object, error) {
list := make([]runtime.Object, items.Len())
for i := ra... |
151 |
Merge pull request #117505 from SergeyKanzhelev/localhostOnWord
change the seccompProfile field description to match the imlpementation
| 2023-08-18 | null | null |
152 |
Merge pull request #118285 from pohly/e2e-provisioning-error-checking
e2e storage: add missing error checking for WaitForVolumeAttachmentTerminated
| 2023-08-18 | null | null |
153 |
Move pkg/util/ipvs inside pkg/proxy/ipvs
Ipvs will never be used by any other component within K8s than
the proxy/ipvs
Signed-off-by: Lars Ekman <uablrek@gmail.com>
| 2023-08-18 | null | index 5380a8faaaf..96b52495155 100644
--- a/cmd/kube-proxy/app/server_others.go
+++ b/cmd/kube-proxy/app/server_others.go
@@ -47,12 +47,12 @@ import (
proxyconfigapi "k8s.io/kubernetes/pkg/proxy/apis/config"
"k8s.io/kubernetes/pkg/proxy/iptables"
"k8s.io/kubernetes/pkg/proxy/ipvs"
+ utilipvs "k8s.io/kubern... |
155 |
Add kerthcet and sanposhiho as SIG scheduling approvers
| 2023-08-18 | null | index a272f21be39..532c6f3565e 100644
--- a/OWNERS_ALIASES
+++ b/OWNERS_ALIASES
@@ -166,6 +166,8 @@ aliases:
- alculquicondor
- Huang-Wei
- ahg-g
+ - kerthcet
+ - sanposhiho
# emeritus:
# - damemi
# - bsalamat
|
156 |
Merge pull request #118269 from liggitt/genproto
Update google.golang.org/genproto
| 2023-08-18 | null | null |
157 |
scheduler: update the scheduler interface and cache methods to use contextual logging
| 2023-08-18 | null | -func (p *PriorityQueue) MoveAllToActiveOrBackoffQueue(event framework.ClusterEvent, preCheck PreEnqueueCheck) {
+func (p *PriorityQueue) MoveAllToActiveOrBackoffQueue(logger klog.Logger, event framework.ClusterEvent, preCheck PreEnqueueCheck) {
p.lock.Lock()
defer p.lock.Unlock()
- p.moveAllToActiveOrBackoffQu... |
173 |
add Authentication tracking request/error counts and latency metrics
| 2023-08-18 | null | index d6741bf3a3a..277bdcdfe5f 100644
--- a/staging/src/k8s.io/apiserver/pkg/endpoints/filters/authentication.go
+++ b/staging/src/k8s.io/apiserver/pkg/endpoints/filters/authentication.go
@@ -34,17 +34,17 @@ import (
"k8s.io/klog/v2"
)
-type recordMetrics func(context.Context, *authenticator.Response, bool,... |
176 |
Dependencies Update google.golang.org/protobuf v1.28.1 to v1.30.0
| 2023-08-18 | null | index affa31ff003..0c147d14e26 100644
--- a/go.mod
+++ b/go.mod
@@ -87,7 +87,7 @@ require (
google.golang.org/api v0.60.0
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
google.golang.org/grpc v1.51.0
- google.golang.org/protobuf v1.28.1
+ google.golang.org/protobuf v1.30.0
gopkg.in/gcfg.... |
178 |
Dependencies Update golang.org/x/tools v0.7.0 to v0.8.0
| 2023-08-18 | null | index 5c12a104599..affa31ff003 100644
--- a/go.mod
+++ b/go.mod
@@ -77,13 +77,13 @@ require (
go.uber.org/goleak v1.2.1
go.uber.org/zap v1.19.0
golang.org/x/crypto v0.6.0
- golang.org/x/net v0.8.0
+ golang.org/x/net v0.9.0
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/sync v0.1... |
180 |
e2e: fix flaky test 'should contain OpenAPI V3 for Aggregated APIServer'
Signed-off-by: TommyStarK <thomasmilox@gmail.com>
| 2023-08-18 | null | index 3058e0169df..6c36d81b6d0 100644
--- a/test/e2e/apimachinery/aggregator.go
+++ b/test/e2e/apimachinery/aggregator.go
@@ -60,6 +60,9 @@ const (
apiServiceRetryPeriod = 1 * time.Second
apiServiceRetryTimeout = 2 * time.Minute
+
+ defaultApiServiceGroupName = samplev1alpha1.GroupName
+ defaultApiServi... |
185 |
update gofuzz dependency
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
| 2023-08-18 | null | index 5c12a104599..f06678b3e22 100644
--- a/go.mod
+++ b/go.mod
@@ -41,7 +41,7 @@ require (
github.com/google/cel-go v0.12.6
github.com/google/gnostic v0.5.7-v3refs
github.com/google/go-cmp v0.5.9
- github.com/google/gofuzz v1.1.0
+ github.com/google/gofuzz v1.2.0
github.com/google/uuid v1.3.0
githu... |
186 |
Update go-logr dependencies
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
| 2023-08-18 | null | index 5c12a104599..17c5e206cad 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
github.com/emicklei/go-restful/v3 v3.9.0
github.com/evanphx/json-patch v4.12.0+incompatible
github.com/fsnotify/fsnotify v1.6.0
- github.com/go-logr/logr v1.2.3
+ github.com/go-logr/logr v1.2.4
github.com/godbus... |
190 |
cacher avoid double locking (#117410)
* cacher: remove locking from watcherBookmarkTimeBuckets
it turns out that the watcherBookmarkTimeBuckets
is called from only three places/methods: startDispatching, finishDispatching and Watch.
All these methods acquire c.Lock() before touchin... | 2023-08-18 | null | index 76b1dfd195c..d58ecfdfe4e 100644
--- a/staging/src/k8s.io/apiserver/pkg/storage/cacher/cache_watcher_test.go
+++ b/staging/src/k8s.io/apiserver/pkg/storage/cacher/cache_watcher_test.go
@@ -359,30 +359,30 @@ func TestTimeBucketWatchersBasic(t *testing.T) {
clock := testingclock.NewFakeClock(time.Now())
wat... |
195 |
e2e: fix flaky test 'should contain OpenAPI V3 for Aggregated APIServer'
Signed-off-by: TommyStarK <thomasmilox@gmail.com>
| 2023-08-18 | null | index 3058e0169df..6c36d81b6d0 100644
--- a/test/e2e/apimachinery/aggregator.go
+++ b/test/e2e/apimachinery/aggregator.go
@@ -60,6 +60,9 @@ const (
apiServiceRetryPeriod = 1 * time.Second
apiServiceRetryTimeout = 2 * time.Minute
+
+ defaultApiServiceGroupName = samplev1alpha1.GroupName
+ defaultApiServi... |
198 |
KCCM: add providerID predicate to service controller
| 2023-08-18 | null | index 2a67e5f7162..c364083a726 100644
--- a/staging/src/k8s.io/cloud-provider/controllers/service/controller.go
+++ b/staging/src/k8s.io/cloud-provider/controllers/service/controller.go
@@ -659,18 +659,22 @@ func nodeNames(nodes []*v1.Node) sets.String {
func shouldSyncUpdatedNode(oldNode, newNode *v1.Node) boo... |
199 |
KCCM: add providerID predicate to service controller
| 2023-08-18 | null | index 352a4a7a55b..ffd2929539e 100644
--- a/staging/src/k8s.io/cloud-provider/controllers/service/controller.go
+++ b/staging/src/k8s.io/cloud-provider/controllers/service/controller.go
@@ -674,6 +674,10 @@ func shouldSyncUpdatedNode(oldNode, newNode *v1.Node) bool {
if respectsPredicates(oldNode, nodeIncludedPre... |
158 |
retain KUBE_GOPATH on recursive kube::golang
| 2023-08-18 | null | index 38663df0338..fb236f93a1b 100755
--- a/hack/lib/golang.sh
+++ b/hack/lib/golang.sh
@@ -18,7 +18,8 @@
# The golang package that we are building.
readonly KUBE_GO_PACKAGE=k8s.io/kubernetes
-readonly KUBE_GOPATH="${KUBE_OUTPUT}/go"
+readonly KUBE_GOPATH="${KUBE_GOPATH:-"${KUBE_OUTPUT}/go"}"
+export KUBE_... |
159 |
cleanup update-mocks.sh
- remove unused tempdir
- use mktemp instead of creating tmpfile in repo
- normalize indent
| 2023-08-18 | null | index 7ab7f2e3412..ce1601a5c5a 100755
--- a/hack/update-mocks.sh
+++ b/hack/update-mocks.sh
@@ -26,16 +26,6 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
# Explicitly opt into go modules, even though we're inside a GOPATH directory
export GO111MODULE=on
-_tmp="${KUBE_ROOT}/_tmp_build_tag_files"
-mkdir -p "${_tm... |
160 |
call kube::golang::setup_env before setting up worktree
| 2023-08-18 | null | index e3c36e16155..ca784eb3997 100755
--- a/hack/update-yamlfmt.sh
+++ b/hack/update-yamlfmt.sh
@@ -21,7 +21,7 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"
-kube::golang::verify_go_version
+kube::golang::setup_env
cd "${KUBE_ROOT}"
diff --git... |
161 |
Merge pull request #117332 from kkkkun/bump-etcd-image-3.5.8
etcd: Build image 3.5.8-0
| 2023-08-18 | null | null |
162 |
Merge pull request #117424 from cbandy/kubeadm-testing-setenv
Replace os.Setenv with testing.T.Setenv in tests
| 2023-08-18 | null | null |
163 |
Fix potential mutex usage bug
Signed-off-by: mantuliu <240951888@qq.com>
| 2023-08-18 | null | index 1dd176489a5..5c74db03c2b 100644
--- a/pkg/kubelet/pleg/evented.go
+++ b/pkg/kubelet/pleg/evented.go
@@ -46,16 +46,16 @@ var (
// e.g. Streaming data issues from the runtime or the runtime does not implement the
// container events stream.
func isEventedPLEGInUse() bool {
- eventedPLEGUsageMu.Lock()
- d... |
165 |
Merge pull request #116972 from apelisse/update-openapi-file-client
openapi: Make file client more easy to re-use
| 2023-08-18 | null | null |
164 |
remove nodes resource from CoreDNS RBAC manifest
This commit syncs RBAC from coredns/deployment and removes a get nodes
RBAC.
Historically the federation CoreDNS plugin needed the nodes resource to
fetch zone and region labels.
However, the CoreDNS federation plugin was ... | 2023-08-18 | null | index 8b6b2ab999c..69c0f456591 100644
--- a/cluster/addons/dns/coredns/coredns.yaml.base
+++ b/cluster/addons/dns/coredns/coredns.yaml.base
@@ -27,12 +27,6 @@ rules:
verbs:
- list
- watch
-- apiGroups:
- - ""
- resources:
- - nodes
- verbs:
- - get
- apiGroups:
- discovery.k8s.io
res... |
166 |
Merge pull request #117510 from BenTheElder/clean-fun
ensure we can remove _output
| 2023-08-18 | null | null |
167 |
Merge pull request #116902 from sourcelliu/cast
Remove unnecessary int type conversion
| 2023-08-18 | null | null |
168 |
Merge pull request #117276 from pacoxu/image-pull-event
kubelet: truncate the precision at a millisecond for image pull event message
| 2023-08-18 | null | null |
169 |
ensure we can remove _output
| 2023-08-18 | null | index 05e79e2b8d6..43bbe97e1a7 100755
--- a/build/common.sh
+++ b/build/common.sh
@@ -367,6 +367,8 @@ function kube::build::clean() {
if [[ -d "${LOCAL_OUTPUT_ROOT}" ]]; then
kube::log::status "Removing _output directory"
+ # this ensures we can clean _output/local/go/cache which is not rw by defaul... |
170 |
Merge pull request #117508 from BenTheElder/no-worries
drop linux/arm build warning, now that 1.27 is released, this is coveâ¦
| 2023-08-18 | null | null |
171 |
drop linux/arm build warning, now that 1.27 is released, this is covered by the release notes
dims notes there have been no complaints so far
| 2023-08-18 | null | index 94a2efc47e9..38663df0338 100755
--- a/hack/lib/golang.sh
+++ b/hack/lib/golang.sh
@@ -892,9 +892,6 @@ kube::golang::build_binaries() {
IFS=" " read -ra platforms <<< "${KUBE_BUILD_PLATFORMS:-}"
if [[ ${#platforms[@]} -eq 0 ]]; then
platforms=("${host_platform}")
- else
- kube::log... |
172 |
Merge pull request #114068 from cyclinder/feature_gate
remove GA feature-gate for 1.28
| 2023-08-18 | null | null |
174 |
fix undefined convertion
Signed-off-by: Ruquan Zhao ruquan.zhao@arm.com
| 2023-08-18 | null | index e456b0efdf6..1680bfb4293 100644
--- a/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go
+++ b/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go
@@ -724,7 +724,7 @@ func TestDifferentFlowsExpectEqual(t *testing.T) {
}.exercise(t)
}... |
175 |
Investigate and fix the handling of Succeeded pods in DaemonSet
Resolved conflict by using klog instead of logger
| 2023-08-18 | null | index 573654d382d..1c0719b4644 100644
--- a/pkg/controller/daemon/daemon_controller.go
+++ b/pkg/controller/daemon/daemon_controller.go
@@ -75,6 +75,8 @@ const (
FailedPlacementReason = "FailedPlacement"
// FailedDaemonPodReason is added to an event when the status of a Pod of a DaemonSet is 'Failed'.
Faile... |
177 |
Merge pull request #117352 from mohitsharma-in/update/golang_x_tools
dependencies: Update golang.org/x/tools to v0.8.0
| 2023-08-18 | null | null |
179 |
avoid volume copy in checkAttachableInlineVolume
| 2023-08-18 | null | index ab2d335f6af..1a78f3ab2d0 100644
--- a/pkg/scheduler/framework/plugins/nodevolumelimits/csi.go
+++ b/pkg/scheduler/framework/plugins/nodevolumelimits/csi.go
@@ -172,7 +172,7 @@ func (pl *CSILimits) filterAttachableVolumes(
// - If the volume is migratable and CSI migration is enabled, need to count it
... |
181 |
Merge pull request #117484 from BenTheElder/tutorial
remove defunct interactive tutorial
| 2023-08-18 | null | null |
182 |
Merge pull request #117449 from TommyStarK/e2e/gh_117443
e2e: fix flaky test 'should contain OpenAPI V3 for Aggregated APIServer'
| 2023-08-18 | null | null |
183 |
remove defunct interactive tutorial
| 2023-08-18 | null | index 16f198420f2..24fc13c06a1 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,6 @@ read the CNCF [announcement].
See our documentation on [kubernetes.io].
-Try our [interactive tutorial].
-
Take a free course on [Scalable Microservices with Kubernetes].
To use Kubernetes code as a library in ot... |
184 |
Merge pull request #117014 from p0lyn0mial/upstream-cacher-init-expired-watchers
cacher: do not simply popExpiredWatchers when the cacher hasn't dispatched any event
| 2023-08-18 | null | null |
187 |
Replace the deprecated ioutil method in the pkg/credentialprovider directory
| 2023-08-18 | null | index bcde4f385f2..3051c04a12c 100644
--- a/pkg/credentialprovider/azure/azure_acr_helper.go
+++ b/pkg/credentialprovider/azure/azure_acr_helper.go
@@ -53,7 +53,6 @@ import (
"errors"
"fmt"
"io"
- "io/ioutil"
"net/http"
"net/url"
"strconv"
@@ -185,7 +184,7 @@ func performTokenExchange(
var ... |
188 |
etcd: Build image 3.5.8-0
Signed-off-by: kkkkun <scuzk373x@gmail.com>
| 2023-08-18 | null | index 0e2d3b2754e..c9a1bfdc162 100644
--- a/build/dependencies.yaml
+++ b/build/dependencies.yaml
@@ -80,7 +80,7 @@ dependencies:
match: configs\\[Etcd\\] = Config{list\\.GcEtcdRegistry, "etcd", "\\d+\\.\\d+.\\d+(-(alpha|beta|rc).\\d+)?(-\\d+)?"}
- name: "etcd-image"
- version: 3.5.7
+ version... |
189 |
cacher: do not popExpiredWatchers when the cacher hasn't dispatched any event
If the cacher hasn't seen any event (when lastProcessedResourceVersion is zero) and
the bookmarkTimer has ticked then we shouldn't popExpiredWatchers. This is
because the watchers wont' be re-added and will miss fut... | 2023-08-18 | null | index aee122521af..4453b5cf1d3 100644
--- a/staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go
+++ b/staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go
@@ -922,12 +922,24 @@ func (c *Cacher) dispatchEvents() {
bookmarkTimer.Reset(wait.Jitter(time.Second, 0.25))
// Never send a bookmark event ... |
191 |
Merge pull request #117408 from cenkalti/backoff
dependencies: update github.com/cenkalti/backoff/v4 to v4.2.1
| 2023-08-18 | null | null |
192 |
Merge pull request #117399 from mohitsharma-in/update/golang_time
dependencies : Update golang.org/x/time v0.3.0
| 2023-08-18 | null | null |
193 |
Merge pull request #116104 from daman1807/conntrack
Unified Conntrack Cleaning
| 2023-08-18 | null | null |
194 |
Fix stomping os env in kubectl e2e tests
| 2023-08-18 | null | index 9163895893d..3811fa57219 100644
--- a/test/e2e/framework/kubectl/builder.go
+++ b/test/e2e/framework/kubectl/builder.go
@@ -22,6 +22,7 @@ import (
"io"
"net"
"net/url"
+ "os"
"os/exec"
"strings"
"syscall"
@@ -48,9 +49,12 @@ func NewKubectlCommand(namespace string, args ...string) *KubectlBu... |
196 |
Merge pull request #117453 from liggitt/fix-applyset-e2e-env
Fix stomping os env in kubectl e2e tests
| 2023-08-18 | null | null |
197 |
Fix stomping os env in kubectl e2e tests
| 2023-08-18 | null | index 9163895893d..3811fa57219 100644
--- a/test/e2e/framework/kubectl/builder.go
+++ b/test/e2e/framework/kubectl/builder.go
@@ -22,6 +22,7 @@ import (
"io"
"net"
"net/url"
+ "os"
"os/exec"
"strings"
"syscall"
@@ -48,9 +49,12 @@ func NewKubectlCommand(namespace string, args ...string) *KubectlBu... |
200 |
Re-work logic in shouldSyncUpdatedNode
| 2023-08-18 | null | index 7aa76bf19c8..352a4a7a55b 100644
--- a/staging/src/k8s.io/cloud-provider/controllers/service/controller.go
+++ b/staging/src/k8s.io/cloud-provider/controllers/service/controller.go
@@ -660,15 +660,10 @@ func nodeNames(nodes []*v1.Node) sets.String {
}
func shouldSyncUpdatedNode(oldNode, newNode *v1.Node)... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.