ansible/awx-operator

`node_selector` does not apply to `controller-manager` pod

Open

#1,237 创建于 2023年2月13日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Jinja (712 fork)auto 404
communityhelp wanted

仓库指标

Star
 (1,488 star)
PR 合并指标
 (PR 指标待抓取)

描述

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.

Bug Summary

With

spec:
    node_selector: |
      kubernetes.io/arch: amd64

only the awx pod is altered but not the controller-manager pod.

AWX Operator version

1.1.4

AWX version

21.11.0

Kubernetes platform

kubernetes

Kubernetes/Platform version

1.24

Modifications

no

Steps to reproduce

Deploy AWX with the setting from above and inspect the controller-manager deployment.

Expected results

Setting node_selector applies to both awx and controller-manager pods.

Actual results

node_selector was not applied to the controller-manager deployment.

Additional information

No response

Operator Logs

No response

贡献者指南