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
Hi, I trying install helm chart, using command: helm install my-couchbase-operator couchbase/couchbase-operator --version 2.32.2 --set buckets=
But Couchbase Cluster can't start, I was check deployment then see error: {"level":"info","ts":1664686637.837306,"msg":"k8s.io/[email protected]/tools/cache/reflector.go:167: failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested resource\n"}
{"level":"error","ts":1664686637.8377433,"msg":"k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1beta1.PodDisruptionBudget: failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested resource\n","stacktrace":"k8s.io/client-go/tools/cache.(*Reflector).Run.func1\n\tk8s.io/[email protected]/tools/cache/reflector.go:222\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:155\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:156\nk8s.io/client-go/tools/cache.(*Reflector).Run\n\tk8s.io/[email protected]/tools/cache/reflector.go:220\nk8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:56\nk8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:73"}
{"level":"info","ts":1664686638.7865882,"msg":"k8s.io/[email protected]/tools/cache/reflector.go:167: failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested resource\n"}
{"level":"error","ts":1664686638.7866292,"msg":"k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1beta1.PodDisruptionBudget: failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested resource\n","stacktrace":"k8s.io/client-go/tools/cache.(*Reflector).Run.func1\n\tk8s.io/[email protected]/tools/cache/reflector.go:222\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:155\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:156\nk8s.io/client-go/tools/cache.(*Reflector).Run\n\tk8s.io/[email protected]/tools/cache/reflector.go:220\nk8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:56\nk8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:73"}
The Environments:
K8S - Version 1.25
Helm - Version 3.9.4
The text was updated successfully, but these errors were encountered:
Hi, I trying install helm chart, using command:
helm install my-couchbase-operator couchbase/couchbase-operator --version 2.32.2 --set buckets=
But Couchbase Cluster can't start, I was check deployment then see error:
{"level":"info","ts":1664686637.837306,"msg":"k8s.io/[email protected]/tools/cache/reflector.go:167: failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested resource\n"}
{"level":"error","ts":1664686637.8377433,"msg":"k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1beta1.PodDisruptionBudget: failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested resource\n","stacktrace":"k8s.io/client-go/tools/cache.(*Reflector).Run.func1\n\tk8s.io/[email protected]/tools/cache/reflector.go:222\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:155\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:156\nk8s.io/client-go/tools/cache.(*Reflector).Run\n\tk8s.io/[email protected]/tools/cache/reflector.go:220\nk8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:56\nk8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:73"}
{"level":"info","ts":1664686638.7865882,"msg":"k8s.io/[email protected]/tools/cache/reflector.go:167: failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested resource\n"}
{"level":"error","ts":1664686638.7866292,"msg":"k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1beta1.PodDisruptionBudget: failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested resource\n","stacktrace":"k8s.io/client-go/tools/cache.(*Reflector).Run.func1\n\tk8s.io/[email protected]/tools/cache/reflector.go:222\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:155\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:156\nk8s.io/client-go/tools/cache.(*Reflector).Run\n\tk8s.io/[email protected]/tools/cache/reflector.go:220\nk8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:56\nk8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1\n\tk8s.io/[email protected]/pkg/util/wait/wait.go:73"}
The Environments:
K8S - Version 1.25
Helm - Version 3.9.4
The text was updated successfully, but these errors were encountered: