eks-anywhere icon indicating copy to clipboard operation
eks-anywhere copied to clipboard

upgrade EKSA cluster with rook/ceph/wordpress installed stuck

Open ygao-armada opened this issue 10 months ago • 1 comments

What happened: In EKSA cluster, if I install storage service rook/ceph and create wordpress in it. Then upgrade the version of kuernetes of the EKSA cluster will stuck.

What you expected to happen: I expect to see upgrade works even with rook/ceph/wordpress

How to reproduce it (as minimally and precisely as possible):

  1. create EKSA cluster with kubernetes 1.26.7
  2. create rook/ceph cluster https://rook.io/docs/rook/latest-release/Getting-Started/quickstart/
  3. install metallb v0.13.12 https://metallb.universe.tf/installation/
  4. install storage, mysql and wordpress https://rook.io/docs/rook/v1.12/Storage-Configuration/Block-Storage-RBD/block-storage/
  5. upgrade EKSA cluster with kubernetes 1.27.11 (stuck)

Anything else we need to know?: There is smoking boots log like this: {"level":"info","ts":1711485549.163217,"caller":"syslog/receiver.go:113","msg":"host=10.20.22.226 facility=daemon severity=ERR app-name=9c576943b82e procid=3895 msg=\"Error: worker Finished with error: failed to get workflow context: rpc error: code = Unavailable desc = connection error: desc = \\\"transport: Error while dialing dial tcp 10.20.22.223:42113: connect: connection refused\\\"\\n\"","service":"github.com/tinkerbell/boots","pkg":"syslog"}

Environment:

  • EKS Anywhere Release: V0.18.2
  • EKS Distro Release:

ygao-armada avatar Mar 26 '24 22:03 ygao-armada

Look like it's related to MetalLB

ygao-armada avatar Mar 27 '24 01:03 ygao-armada