Skip to content
Snippets Groups Projects
  • Sheogorath's avatar
    44123553
    fix(system-upgrade): Remove CRD permissions · 44123553
    Sheogorath authored
    The System Upgrade Controller (SUC) tries to adopt the CRD, requiring
    writing permissions, when it can read the CRD. Since we deploy the CRD
    anyway, and SUC doesn't need to adopt the CRD. If it can't read CRDs it
    just assumes they are all in order, therefore not trying to adopt them.
    
    Therefore this patch removes the permission preventing errors.
    44123553
    History
    fix(system-upgrade): Remove CRD permissions
    Sheogorath authored
    The System Upgrade Controller (SUC) tries to adopt the CRD, requiring
    writing permissions, when it can read the CRD. Since we deploy the CRD
    anyway, and SUC doesn't need to adopt the CRD. If it can't read CRDs it
    just assumes they are all in order, therefore not trying to adopt them.
    
    Therefore this patch removes the permission preventing errors.