Commit Graph

18 Commits (637fdac28a2e74f61d8eb6cc586a71f17fe5649f)

Author SHA1 Message Date
Hidde Beydals 19918cd342 Refactor create, reconcile and resume cmds
* Take ObservedGeneration into account in readiness checks where
  applicable
* Reduce amount of code (and duplicate GETs) by working with pointers
  where possible
* Improve logged messages to properly take resource names into account
  and better describe processes
Stefan Prodan 7718c6a2a5
Merge pull request from fluxcd/bootstrap-validate-manifests
Enable client side validation on bootstrap
“Anton 4989826124 Get rid of shell-out and invoke kubetcl directly via exec
Stefan Prodan f23a551ae3
Enable client side validation on bootstrap
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 5672646278
Use install pkg in CLI
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
stefanprodan 07677ed4a7 Add option to disable the network policy at install time
stefanprodan 0e52065893 Change the bootstrap default branch to main
stefanprodan d902c71a6f Update components to v0.1
stefanprodan 2373bacb0c Generate a kustomize package for the bootstrap manifests
stefanprodan 9b0c44162a Validate bootstrap required components
stefanprodan c36e02bba9 Update kustomize-controller to v0.0.12
stefanprodan 2bac5aabee Add log level flag
stefanprodan d5e78b9f80 Add watch all namespaces flag
stefanprodan a7b1b04920 Add bootstrap reinstall e2e test
stefanprodan 1218d6abe8 Add branch flag to bootstrap cmd
stefanprodan 5c8d00665f Use GitHub Container Registry for AMD64/ARM64 images
stefanprodan 3f07bd6471 Add arch flag to install/bootstrap
Hidde Beydals 22624ae4d5 Rename `tk` binary to `gotk`
To avoid conflicts with the `tk` binary from the Tanka project.