Operator can't deploy ValkeyCluster #22
-
|
Hello! https://github.com/valkey-io/valkey-operator/blob/main/README.md Then I try to deploy simple ValkeyCluster instance: apiVersion: valkey.io/v1alpha1
kind: ValkeyCluster
metadata:
labels:
app.kubernetes.io/name: valkey-operator
app.kubernetes.io/managed-by: kustomize
name: valkeycluster
spec:
image: <path to valkey image>
replicas: 1
shards: 1
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "2Gi"
cpu: "500m"But, as far as I see, the operator does not see the ValkeyCluster instance Operator pod logs: Whats I'm doing wrong? As I can see, CRD, ServiceAccount, ClusterRoles, bindings - all installed correctly. |
Beta Was this translation helpful? Give feedback.
Answered by
sandeepkunusoth
Nov 20, 2025
Replies: 2 comments
-
|
its still under development #10 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sandeepkunusoth
-
|
Great thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
its still under development #10