Skip to content

Miscellaneous questions for Rabbitmq Operator #1386

Answered by ChunyiLyu
xixiangzouyibian asked this question in Q&A
Discussion options

You must be logged in to vote

I think this is more to do with helm upgrade.

I tried similar steps with kubectl apply and cannot reproduce the issue. I did

  1. create a RMQ with manifest
apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
  name: sample
  namespace: rabbitmq-system
spec:
  persistence:
    storage: 10Gi
  replicas: 1
  service:
    type: LoadBalancer
  1. scale down PVC to 9Gi and get an error
  Warning  FailedReconcilePersistence  5s (x11 over 10s)       rabbitmqcluster-controller  Failed to scale PVCs: shrinking persistent volumes is not supported
  1. scale back to 10Gi and add a RMQ config
apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
  name: sample
  namespace: rabbitmq-sy…

Replies: 6 comments 8 replies

Comment options

You must be logged in to vote
4 replies
@ChunyiLyu
Comment options

@xixiangzouyibian
Comment options

@ChunyiLyu
Comment options

@xixiangzouyibian
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@xixiangzouyibian
Comment options

Answer selected by xixiangzouyibian
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@xixiangzouyibian
Comment options

@ChunyiLyu
Comment options

@xixiangzouyibian
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants