2.2.3.2. 修正された問題
resourceNamesオブジェクトを使用して、Webhook を Red Hat build of Kueue リソースのみに制限するKueue-manager-roleClusterRoleWebhook 設定と CRD ルールを特定の resourceNameに制限し、コントローラーが他の Operator の Webhook 設定または CRD を変更することを防止できます。Webhook ルールのスコープは、次の例に示すように、kueue-mutating-webhook-configurationおよびkueue-validating-webhook-configurationです。resourceNames: - kueue-mutating-webhook-configuration - kueue-validating-webhook-configuration- コア API リソースリストからシークレットを削除
Kueue のアップストリームバージョンでは、
シークレットの RBAC が namespace スコープのロール (kueue-manager-secrets-role) に移動されましたが、クラスター全体のシークレット権限を削除するためにClusterRoleは更新されませんでした。このバージョンの Red Hat build of Kueue では、クラスター全体の openshift-kueue-Operator
ClusterRoleからシークレットリソースタイプが削除されます。namespace スコープのkueue-manager-secrets-roleロールがすでに存在し、必要なアクセス権がある。