You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there another way to handle the cluster-lock.json file? K8s secrets have a 1MB size limitation and with 1000 validators in the cluster-lock file, the file will be 2MB in size, preventing the secret from being created.
🛠️ Proposed solution
Can't Charon fetch the cluster-lock.json file in a similar way DKG does for the definition file?
🧪 Tests
Test steps or automation scripts are provided
The chart is deployed to the test environment successfully
👐 Additional acceptance criteria
The helm chart is published to artifactory
The chart docs are updated
The chart is released to live environments (if applicable)
❌ Out of Scope
The text was updated successfully, but these errors were encountered:
@refl3ction, thanks for bringing this constraint to the discussion. Charon does not have an option to load the cluster-lock from a URI. Still, I am discussing the visibility of adding this option with the team.
🎯 Problem to be solved
Is there another way to handle the
cluster-lock.json
file? K8s secrets have a 1MB size limitation and with 1000 validators in the cluster-lock file, the file will be 2MB in size, preventing the secret from being created.🛠️ Proposed solution
Can't Charon fetch the
cluster-lock.json
file in a similar way DKG does for the definition file?🧪 Tests
👐 Additional acceptance criteria
❌ Out of Scope
The text was updated successfully, but these errors were encountered: