Commit Graph

19 Commits (57a1dbfc6d50e8c4ca889958951fe4e42c0ad147)

Author SHA1 Message Date
stefanprodan 57a1dbfc6d Add container registry option to install/bootstrap 5 years ago
stefanprodan aebad92426 Add linux/amd64 node selector to controllers
Set nodeSelector to linux/amd64 for clusters with mixed nodes (linux, windows, amd64, arm).
5 years ago
stefanprodan 3620b76139 Make notification component optional 5 years ago
stefanprodan b92cbcd7e7 Use semver manifests as kustomize base
Instead of cloning the components repositories to download the base manifests, we build them in CI at release time and download them in tk install/bootstrap based on the provided semver. This speeds up the manifests generation from minutes to milliseconds.
5 years ago
stefanprodan 499ba15004 Add export option to tk install 5 years ago
stefanprodan e180611024 Refactor defaults
- add dedicated components flag for bootstrap/install/check
- extract defaults to vars
- update CLI docs
5 years ago
Hidde Beydals 329e21fd78 Create logger interface 5 years ago
Hidde Beydals 21fd436621 Add descriptions to all CLI commands 5 years ago
Hidde Beydals 1df5a36f84 Copyright headers 5 years ago
stefanprodan 1e7d2e7dce Use kustomize API instead of binary 5 years ago
stefanprodan cfa72ddb0b log: improve cmd logs 5 years ago
stefanprodan 8d15970dbe Add wait log 5 years ago
stefanprodan 78af1dd2b4 Implement components selection
- add components global flag
- install selected components
- check selected components
5 years ago
stefanprodan 98c32dce3d Refactor exec helpers 5 years ago
stefanprodan 09678d7966 Add version arg to install command 5 years ago
stefanprodan 8392c4fe24 Refactor logging 5 years ago
stefanprodan e308097785 Add timeout option to install/uninstall 5 years ago
stefanprodan 1371b4d4d3 Implement create source for ssh git repos
- generate host keys and SSH keys
- prompt for deploy key setup
- generate gitrepo source
- wait for source to sync
5 years ago
stefanprodan 94e0b3c9c3 Add install command with dry-run option
- build kustomization
- apply output on the cluster
- check rollout status of source and kustomize controllers
5 years ago