You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics.go
+6-6
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ var (
84
84
},
85
85
[]string{"endpoint"},
86
86
)
87
-
storageSizeDescription=compbasemetrics.NewDesc("apiserver_storage_size_bytes", "Size of the storage database file physically allocated in bytes.", []string{"cluster"}, nil, compbasemetrics.ALPHA, "")
87
+
storageSizeDescription=compbasemetrics.NewDesc("apiserver_storage_size_bytes", "Size of the storage database file physically allocated in bytes.", []string{"storage_cluster_id"}, nil, compbasemetrics.ALPHA, "")
// Regression test for an extended scenario for https://issues.k8s.io/123465
863
+
ginkgo.It("when PVC has node-affinity to non-existent/illegal nodes, the pod should be scheduled normally if suitable nodes exist", func(ctx context.Context) {
Copy file name to clipboardExpand all lines: test/e2e/testing-manifests/storage-csi/external-health-monitor/external-health-monitor-controller/rbac.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-health-monitor/raw/v0.4.0/deploy/kubernetes/external-health-monitor-controller/rbac.yaml
2
-
# for csi-driver-host-path v1.8.0
1
+
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-health-monitor/raw/v0.11.0/deploy/kubernetes/external-health-monitor-controller/rbac.yaml
2
+
# for csi-driver-host-path release-1.13
3
3
# by ./update-hostpath.sh
4
4
#
5
5
# This YAML file contains all RBAC objects that are necessary to run external
0 commit comments