Hi,
My restate operator pod started crashing recently because of this error:
2025-09-27T16:45:39.707640Z ERROR restate_operator::controllers::restatecloudenvironment::controller: RestateCloudEnvironment is not queryable; Api(ErrorResponse { status: "404 Not Found", message: "\"404 page not found\\n\"", reason: "Failed to parse error data", code: 404 }). Is the CRD installed?
Any idea what could be wrong?
This is my config:
# Restate Operator Helm Chart Values
replicaCount: 2
nameOverride: "restate-operator"
# Pin a specific version if needed
version: ""
logging:
env_filter: info,restate=debug
env: []
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: kubernetes.io/arch
operator: In
values: ["arm64"]
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
serviceMonitor:
enabled: false
path: /metrics
scheme: http
Hi,
My restate operator pod started crashing recently because of this error:
Any idea what could be wrong?
This is my config: