UNCLASSIFIED - NO CUI

Skip to content

RKE2 1.23 CI Values Updates

Micah Nagel requested to merge newnew into master

Needed for:

Changes:

  • Flux helm controller bumped to 1Gi (issues are caused with lower limits when trying to reconcile all 30 BB HRs)
  • Switched all RKE2 test values from limits: {} to limits: null - apparently they don't do the same thing, nulling actually removes the limits
  • Bumped Kyverno up to 3 replicas - there were strange issues in nightly CI with the kyverno webhook and bumping up to 3 seems to have helped, no harm in it either since I saw 0 evictions the entire pipeline run (plenty of capacity for 3 replicas)
  • Increased gitlab flux timeout to 30 minutes, it was getting quite close to the default 20 in my tests so 30 will give us some breathing room
  • Dropped down some of the higher requests to more manageable numbers - since there are no limits this should be fine
  • Dropped a lot of the PVC requests down, since this isn't production we can leave it pretty minimal to help with EBS provisioning
Edited by Micah Nagel

Merge request reports