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
error: resource mapping not found for name: "valkey-cluster" namespace: "mynamespace" from "valkey-cluster.yaml": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
#54
Open
arpan57 opened this issue
Aug 28, 2024
· 2 comments
On the K8S cluster I have installed valkey-operator:v0.0.11 in 'mynamespace'. The controller pod is up and running. Now I am trying to build a ValKey cluster using valkey-cluster.yaml with a little modification.
In this file I made a couple of changes
Updated the namespace from 'default' to 'mynamespace'.
External mages referred from docker.io to internal ones.
Step followed
$ k apply -f valkey-cluster.yaml -n mynamespace
Output:
networkpolicy.networking.k8s.io/valkey-cluster created
serviceaccount/valkey-cluster created
secret/valkey-cluster created
configmap/valkey-cluster-default created
configmap/valkey-cluster-scripts created
service/valkey-cluster-headless created
service/valkey-cluster created
statefulset.apps/valkey-cluster created
error: resource mapping not found for name: "valkey-cluster" namespace: "mynamespace" from "valkey-cluster.yaml": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first
❯ k describe pod valkey-cluster-1
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 9m13s (x17 over 89m) default-scheduler 0/19 nodes are available: 19 pod has unbound immediate PersistentVolumeClaims. preemption: 0/19 nodes are available: 19 Preemption is not helpful for scheduling.
I wonder if
error: resource mapping not found for name: "valkey-cluster" namespace: "mynamespace" from "valkey-cluster.yaml": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
is making the pods unschedulable?
The text was updated successfully, but these errors were encountered:
Hi,
On the K8S cluster I have installed
valkey-operator:v0.0.11
in 'mynamespace'. The controller pod is up and running. Now I am trying to build a ValKey cluster using valkey-cluster.yaml with a little modification.In this file I made a couple of changes
Step followed
$ k apply -f valkey-cluster.yaml -n mynamespace
Output:
Output of pods
Output of describe
I wonder if
error: resource mapping not found for name: "valkey-cluster" namespace: "mynamespace" from "valkey-cluster.yaml": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
is making the pods unschedulable?
The text was updated successfully, but these errors were encountered: