操作系统是Ubuntu 22.04
安装了RKE2之后,以Helm方式安装Rainbond,其它Pod都是Running状态,只有rbd-gateway是Pending状态,如下图所示:

执行kubectl describe -n rbd-system pod rbd-gateway-bf56f79c6-5hc8x,Events是Warning FailedScheduling 2m48s (x2 over 8m9s) default-scheduler 0/1 nodes are available: 1 node(s) didn’t match Pod’s node affinity/selector. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
执行kubectl logs -f -n rbd-system rbd-gateway-bf56f79c6-5hc8x,输出Defaulted container “ingress-apisix” out of: ingress-apisix, apisix
请问应该如何处理?