3652 Commits

Author SHA1 Message Date
3c84dbb9cc Merge pull request #11 from fluxcd/get-commands
Implement get commands
2020-04-29 14:15:50 +03:00
2225b2a6a9 Implement get commands
- add get sources git command
- add get kustomizations command
2020-04-29 13:52:15 +03:00
790a483560 Merge pull request #10 from fluxcd/create-source-git
Implement sync commands
2020-04-29 11:06:06 +03:00
1e03155e8b Add poll interval global variable 2020-04-29 10:48:12 +03:00
6d66f42382 Add ks alias to kustomization commands 2020-04-29 09:53:29 +03:00
cfa72ddb0b log: improve cmd logs 2020-04-29 09:35:49 +03:00
0f99f313a0 check: exit 1 on control plane failed checks 2020-04-29 09:10:27 +03:00
aedff58f98 ci: add kustomization e2e tests 2020-04-29 09:08:10 +03:00
21e0d38152 Implement sync command
- sync git sources
- sync kustomizations along with their sources
2020-04-29 08:50:27 +03:00
8d15970dbe Add wait log 2020-04-29 08:25:12 +03:00
c6793f6eaf Refactor create command
- move GitRepository operations to create source git
- update examples and e2e tests
2020-04-28 23:51:23 +03:00
ea048c71b1 Merge pull request #9 from fluxcd/git-tags
Add git tag option to create source
2020-04-28 21:09:30 +03:00
3bcc2ae992 Format commands examples 2020-04-28 21:01:20 +03:00
a0ed1c2037 Add git tag option to create source 2020-04-28 20:24:00 +03:00
1d7b8cd54f Merge pull request #8 from fluxcd/create-kustomization
Implement create kustomization command
2020-04-28 13:16:06 +03:00
076aa09a99 Update source if exists 2020-04-28 11:51:22 +03:00
57474fb274 Implement create kustomization 2020-04-28 11:34:35 +03:00
29cc8f8fb4 Merge pull request #7 from fluxcd/components-select
Implement components selection
2020-04-27 17:04:49 +03:00
78af1dd2b4 Implement components selection
- add components global flag
- install selected components
- check selected components
2020-04-27 16:59:04 +03:00
7ae09934af Merge pull request #6 from fluxcd/update-components
manifests: update components
2020-04-27 14:53:54 +03:00
191a8bf83c manifests: update components
- source-controller v0.0.1-alpha.3
- kustomize-controller v0.0.1-alpha.5
2020-04-27 13:52:24 +03:00
47456019be Merge pull request #5 from fluxcd/refactor-create-source
Refactor create source command
2020-04-27 13:48:54 +03:00
a9128a2cb4 Log source sync failure message 2020-04-27 10:49:23 +03:00
0f5204a8c1 Refactor create source
- use source API package instead of a text template
- use controller-runtime client instead of kubectl
2020-04-26 23:37:06 +03:00
7a804dfb2e Merge pull request #4 from fluxcd/install-version
Allow multiple installs based on namespace and version
2020-04-26 22:54:15 +03:00
e92b4401e8 Split e2e tests per command 2020-04-26 11:18:37 +03:00
d6d7bc329a Add silent option to uninstall 2020-04-26 10:58:25 +03:00
1542e500f2 Add e2e tests for install/uninstall version 2020-04-26 10:43:59 +03:00
98c32dce3d Refactor exec helpers 2020-04-26 10:39:20 +03:00
09678d7966 Add version arg to install command 2020-04-25 23:27:41 +03:00
2ebbed6479 Merge pull request #3 from fluxcd/cmd-docs
Generate tk docs with cobra/doc
2020-04-25 20:20:47 +03:00
4a872836e3 Generate tk docs with cobra/doc 2020-04-25 20:07:48 +03:00
38cc918a2f Merge pull request #1 from fluxcd/install
Implement check, install, uninstall and create source commands
2020-04-25 19:48:59 +03:00
70072f300a Add release workflow to CI 2020-04-25 19:28:51 +03:00
8392c4fe24 Refactor logging 2020-04-25 13:16:34 +03:00
2d300d7344 Add semver condition to check output 2020-04-25 12:10:24 +03:00
13760258ab Add verbose option to create source 2020-04-25 12:06:25 +03:00
e308097785 Add timeout option to install/uninstall 2020-04-25 11:50:42 +03:00
7d1a14d09a Add uninstall cmd 2020-04-25 11:23:09 +03:00
4d8800ad62 Add basic-auth option to create source 2020-04-25 10:29:54 +03:00
63b58e7dad Add e2e test for create source cmd 2020-04-25 00:02:33 +03:00
9cec671f6c Add public repos and semver support to create cmd 2020-04-25 00:02:09 +03:00
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
2020-04-24 22:32:17 +03:00
bba9ac0aa1 Add ssh tools to requirements check 2020-04-24 20:54:05 +03:00
35163fa9eb Add e2e tests for install command 2020-04-24 20:32:06 +03:00
403a0f2882 Add check command
- verify minimum supported version of kubectl, kustomize and
Kubernetes API
2020-04-24 19:43:12 +03:00
94e0b3c9c3 Add install command with dry-run option
- build kustomization
- apply output on the cluster
- check rollout status of source and kustomize controllers
2020-04-24 18:18:41 +03:00
42d2ed51cb Add install manifests 2020-04-24 18:16:31 +03:00
e304059299 Add kubeconfig global flag 2020-04-24 15:07:03 +03:00
4f449a1ffd Add check command 2020-04-24 14:30:48 +03:00