This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
Print configuration diff to the user before "cluster apply" operation #1143
Labels
kind/enhancement
New feature or request
Distilled from #142 (comment), we could take user configuration while
lokoctl cluster apply
runs and we could save it to the cluster asSecret
object.Then, on subsequent
lokoctl cluster apply
runs, we would pull the content of the secret and print user a diff in the configuration, so they can confirm it. This would include both cluster and components configuration. We could also store usedlokoctl
version there and/or Lokomotive version (when #312 gets implemented).Some questions to answer before we implement it:
The text was updated successfully, but these errors were encountered: