• Steven E. Harris's avatar
    Sort dependent RBAC role and binding kinds · 7ccfc6d7
    Steven E. Harris authored
    During installation and uninstallation, handle the RBAC-related
    ClusterRole, ClusterRoleBinding, Role, and RoleBinding kinds in an
    order that respects their potential referential integrity, namely that
    ClusterRoleBindings can refer to ClusterRoles and ServiceAccounts, and
    RoleBindings can refer to ClusterRoles, Roles, and ServiceAccounts.
    
    Fixes #2199.
    7ccfc6d7
kind_sorter.go 2.36 KB