Skip to content

Commit

Permalink
Bump minKubeVersion to 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvagabund committed Jun 19, 2023
1 parent b52bf63 commit bb4f1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -92,7 +92,7 @@ spec:
maintainers:
- email: support@redhat.com
name: Red Hat
minKubeVersion: 1.26.0
minKubeVersion: 1.27.0
labels:
olm-owner-enterprise-app: cluster-kube-descheduler-operator
olm-status-descriptors: cluster-kube-descheduler-operator.v4.14.0
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/operator_test.go
Expand Up @@ -373,7 +373,7 @@ func intersectStrings(lista, listb []string) []string {
}

func waitForPodsRunning(ctx context.Context, t *testing.T, clientSet *k8sclient.Clientset, labelMap map[string]string, desireRunningPodNum int, namespace string) {
if err := wait.PollImmediate(10*time.Second, 60*time.Second, func() (bool, error) {
if err := wait.PollImmediate(10*time.Second, 90*time.Second, func() (bool, error) {
podList, err := clientSet.CoreV1().Pods(namespace).List(ctx, metav1.ListOptions{
LabelSelector: labels.SelectorFromSet(labelMap).String(),
})
Expand Down

0 comments on commit bb4f1ed

Please sign in to comment.