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
Starting from 1.23 Kubernetes allows using grpc health probes. When using grpc health probes onepassword-connect-operator is failing to reconciling the Deployment with error: livenessProbe: Required value: must specify a handler type
{"level":"info","ts":1669577053.985605,"logger":"controller_deployment","msg":"Reconciling Deployment","Request.Namespace":"test","Request.Name":"test-service"}
{"level":"error","ts":1669577053.9912837,"logger":"controller-runtime.controller","msg":"Reconciler error","controller":"deployment-controller","request":"test/test-service","error":"Deployment.apps \"test-service\" is invalid: [spec.template.spec.containers[0].livenessProbe: Required value: must specify a handler type, spec.template.spec.containers[0].startupProbe: Required value: must specify a handler type, spec.template.spec.containers[0].readinessProbe: Required value: must specify a handler type]","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/workspace/vendor/github.com/go-logr/zapr/zapr.go:128\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/workspace/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:258\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/workspace/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:232\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker\n\t/workspace/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:211\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\n\t/workspace/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:155\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\n\t/workspace/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:156\nk8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/workspace/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133\nk8s.io/apimachinery/pkg/util/wait.Until\n\t/workspace/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:90"}
The health check prob is configured in Deployment like this:
Your environment
Operator Version: 1.5.0
Connect Server Version: 1.5.7
Kubernetes Version: 1.23.1
What happened?
Starting from 1.23 Kubernetes allows using grpc health probes. When using grpc health probes
onepassword-connect-operator
is failing to reconciling the Deployment with error:livenessProbe: Required value: must specify a handler type
The health check prob is configured in Deployment like this:
What did you expect to happen?
onepassword-connect-operator
should successfully reconcile a Deployment with grpc health probsSteps to reproduce
onepassword-connect-operator
will fail to reconcile this Deployment.Notes & Logs
The text was updated successfully, but these errors were encountered: