1
0
mirror of synced 2026-05-30 03:40:47 +00:00
Commit Graph

798 Commits

Author SHA1 Message Date
stefanprodan 8e67cfd5c9 Delete custom resources during uninstall
Remove Kustomizations, GitRepositories and HelmRepositories before deleting the toolkit controllers and CRDs.
2020-07-23 09:26:10 +03:00
stefanprodan 3620b76139 Make notification component optional 2020-07-22 14:30:39 +03:00
stefanprodan 0b2bc7ab3f Implement get/export HelmRelease for Helm releases 2020-07-21 14:22:20 +03:00
stefanprodan 797aec5528 Add create/delete HelmRelease e2e tests 2020-07-21 14:02:29 +03:00
stefanprodan 5f0b95dc59 Implement create/delete for Helm releases 2020-07-21 12:20:41 +03:00
stefanprodan 8534ccbf37 Implement Helm repository commands 2020-07-21 10:39:17 +03:00
stefanprodan 9af874d810 Add examples to all tk commands 2020-07-21 10:38:44 +03:00
stefanprodan aaad618e20 Rename kustomization arg from validate to validation
Fix `tk create kustomization` command args inconsistency with the Kustomize API
2020-07-20 15:10:33 +03:00
stefanprodan 670070a879 Drop support for Kubernetes <1.16 2020-07-20 14:37:50 +03:00
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.
2020-07-17 13:10:19 +03:00
stefanprodan 499ba15004 Add export option to tk install 2020-07-16 15:56:05 +03:00
stefanprodan c664484fda Update controllers and go modules
- update source-controller to v0.0.5
- update kustomize-controller to v0.0.4
- update notification-controller to v0.0.4
- update helm-controller to v0.0.1-alpha.2
2020-07-16 11:30:45 +03:00
stefanprodan 8dc5db17ac Add helm suspend/resume commands 2020-07-14 14:00:59 +03:00
stefanprodan 7a68c4ccf3 Add reconcile helm commands 2020-07-14 13:34:00 +03:00
stefanprodan 394227571f Rename sync cmd to reconcile 2020-07-14 11:45:15 +03:00
stefanprodan e180611024 Refactor defaults
- add dedicated components flag for bootstrap/install/check
- extract defaults to vars
- update CLI docs
2020-07-14 11:02:37 +03:00
stefanprodan 02521b6964 Add helm-controller to installer 2020-07-13 18:44:54 +03:00
stefanprodan e594350307 Add notification controller to tk components 2020-07-02 12:52:55 +03:00
stefanprodan 4621afcb31 Migrate to fluxcd/pkg 2020-06-30 17:11:04 +03:00
Hidde Beydals 329e21fd78 Create logger interface 2020-06-25 18:05:15 +02:00
Hidde Beydals d7f8a05612 Sort supported ECDSA curves names
To ensure options are always printed in the same order.
2020-06-25 17:53:41 +02:00
Hidde Beydals 21fd436621 Add descriptions to all CLI commands 2020-06-25 15:49:31 +02:00
stefanprodan 892230280c Honour KUBECONFIG environment variable 2020-06-24 09:25:30 +03:00
Hidde Beydals 0e81f6c3af docs: disable autogen footer CLI docs 2020-06-23 16:25:55 +02:00
Hidde Beydals cf45401250 Merge pull request #59 from fluxcd/git/author-email
Use owner in Git author email
2020-06-23 13:38:15 +02:00
Hidde Beydals 15429160c7 Use owner in Git author email 2020-06-23 13:19:56 +02:00
Hidde Beydals dbfa2f9944 Improve cmd messages 2020-06-23 12:54:51 +02:00
Hidde Beydals 1df5a36f84 Copyright headers 2020-06-23 11:25:38 +02:00
stefanprodan 3d7349ee53 Generate cmd docs 2020-06-19 17:44:08 +03:00
stefanprodan 9ffe908c66 Add docs intro 2020-06-19 17:00:10 +03:00
stefanprodan d0a79c2b4c Use git package for bootstrap 2020-06-18 09:59:39 +03:00
stefanprodan f3d50e158a Implement GitLab bootstrap 2020-06-18 00:32:32 +03:00
stefanprodan 4f43b504f4 Assign GitHub teams during bootstrap 2020-06-16 16:09:37 +03:00
stefanprodan dca7b0ba91 Recreate GitHub deploy key during bootstrap 2020-06-12 18:05:00 +03:00
Stefan Prodan 2a61befbfd Merge pull request #39 from fluxcd/bootstrap-path
Add target path to the bootstrap cmd
2020-06-12 16:11:09 +03:00
stefanprodan 4992e11383 Add target path to the bootstrap cmd 2020-06-12 15:57:34 +03:00
stefanprodan 727734850e Add kustomizations removal to uninstall cmd 2020-06-10 18:49:38 +03:00
stefanprodan 0cd820e923 Add export for public git repos 2020-06-09 16:22:35 +03:00
stefanprodan 51ca2ee9d8 Improve cluster sync wait 2020-06-09 16:12:40 +03:00
stefanprodan e612a8a496 Implement SSH deploy key bootstrap 2020-06-09 15:24:36 +03:00
stefanprodan e70d86e843 Fix SSH secret upsert 2020-06-09 15:23:19 +03:00
stefanprodan 1bc637a43f Add export flag to create commands 2020-06-09 13:52:21 +03:00
stefanprodan f5b738198f Add support for GitHub Enterprise 2020-06-09 13:52:21 +03:00
stefanprodan 34ea89c3be Create GitHub repo if it doesn't exists 2020-06-09 13:52:21 +03:00
stefanprodan d4cbc45e16 Add personal and public options to bootstrap 2020-06-09 13:52:21 +03:00
stefanprodan 59ae2f327c Implement bootstrap upgrade 2020-06-09 13:52:21 +03:00
stefanprodan 4ec5b7fc69 Implement GitHub repository bootstrap 2020-06-09 13:52:21 +03:00
Hidde Beydals 65cfa6d347 Move port check to scanHostKey func 2020-06-09 12:42:37 +02:00
Hidde Beydals 9099ad3d8b Split cmd SSH/auth functions 2020-06-09 12:30:47 +02:00
Hidde Beydals 6017946144 Improve host key scanner, add Ed25519 generator 2020-06-09 11:30:57 +02:00