Stefan Prodan
|
3c84dbb9cc
|
Merge pull request #11 from fluxcd/get-commands
Implement get commands
|
5 years ago |
stefanprodan
|
2225b2a6a9
|
Implement get commands
- add get sources git command
- add get kustomizations command
|
5 years ago |
Stefan Prodan
|
790a483560
|
Merge pull request #10 from fluxcd/create-source-git
Implement sync commands
|
5 years ago |
stefanprodan
|
1e03155e8b
|
Add poll interval global variable
|
5 years ago |
stefanprodan
|
6d66f42382
|
Add ks alias to kustomization commands
|
5 years ago |
stefanprodan
|
cfa72ddb0b
|
log: improve cmd logs
|
5 years ago |
stefanprodan
|
0f99f313a0
|
check: exit 1 on control plane failed checks
|
5 years ago |
stefanprodan
|
aedff58f98
|
ci: add kustomization e2e tests
|
5 years ago |
stefanprodan
|
21e0d38152
|
Implement sync command
- sync git sources
- sync kustomizations along with their sources
|
5 years ago |
stefanprodan
|
8d15970dbe
|
Add wait log
|
5 years ago |
stefanprodan
|
c6793f6eaf
|
Refactor create command
- move GitRepository operations to create source git
- update examples and e2e tests
|
5 years ago |
Stefan Prodan
|
ea048c71b1
|
Merge pull request #9 from fluxcd/git-tags
Add git tag option to create source
|
5 years ago |
stefanprodan
|
3bcc2ae992
|
Format commands examples
|
5 years ago |
stefanprodan
|
a0ed1c2037
|
Add git tag option to create source
|
5 years ago |
Stefan Prodan
|
1d7b8cd54f
|
Merge pull request #8 from fluxcd/create-kustomization
Implement create kustomization command
|
5 years ago |
stefanprodan
|
076aa09a99
|
Update source if exists
|
5 years ago |
stefanprodan
|
57474fb274
|
Implement create kustomization
|
5 years ago |
Stefan Prodan
|
29cc8f8fb4
|
Merge pull request #7 from fluxcd/components-select
Implement components selection
|
5 years ago |
stefanprodan
|
78af1dd2b4
|
Implement components selection
- add components global flag
- install selected components
- check selected components
|
5 years ago |
Stefan Prodan
|
7ae09934af
|
Merge pull request #6 from fluxcd/update-components
manifests: update components
|
5 years ago |
stefanprodan
|
191a8bf83c
|
manifests: update components
- source-controller v0.0.1-alpha.3
- kustomize-controller v0.0.1-alpha.5
|
5 years ago |
Stefan Prodan
|
47456019be
|
Merge pull request #5 from fluxcd/refactor-create-source
Refactor create source command
|
5 years ago |
stefanprodan
|
a9128a2cb4
|
Log source sync failure message
|
5 years ago |
stefanprodan
|
0f5204a8c1
|
Refactor create source
- use source API package instead of a text template
- use controller-runtime client instead of kubectl
|
5 years ago |
Stefan Prodan
|
7a804dfb2e
|
Merge pull request #4 from fluxcd/install-version
Allow multiple installs based on namespace and version
|
5 years ago |
stefanprodan
|
e92b4401e8
|
Split e2e tests per command
|
5 years ago |
stefanprodan
|
d6d7bc329a
|
Add silent option to uninstall
|
5 years ago |
stefanprodan
|
1542e500f2
|
Add e2e tests for install/uninstall version
|
5 years ago |
stefanprodan
|
98c32dce3d
|
Refactor exec helpers
|
5 years ago |
stefanprodan
|
09678d7966
|
Add version arg to install command
|
5 years ago |
Stefan Prodan
|
2ebbed6479
|
Merge pull request #3 from fluxcd/cmd-docs
Generate tk docs with cobra/doc
|
5 years ago |
stefanprodan
|
4a872836e3
|
Generate tk docs with cobra/doc
|
5 years ago |
Stefan Prodan
|
38cc918a2f
|
Merge pull request #1 from fluxcd/install
Implement check, install, uninstall and create source commands
|
5 years ago |
stefanprodan
|
70072f300a
|
Add release workflow to CI
|
5 years ago |
stefanprodan
|
8392c4fe24
|
Refactor logging
|
5 years ago |
stefanprodan
|
2d300d7344
|
Add semver condition to check output
|
5 years ago |
stefanprodan
|
13760258ab
|
Add verbose option to create source
|
5 years ago |
stefanprodan
|
e308097785
|
Add timeout option to install/uninstall
|
5 years ago |
stefanprodan
|
7d1a14d09a
|
Add uninstall cmd
|
5 years ago |
stefanprodan
|
4d8800ad62
|
Add basic-auth option to create source
|
5 years ago |
stefanprodan
|
63b58e7dad
|
Add e2e test for create source cmd
|
5 years ago |
stefanprodan
|
9cec671f6c
|
Add public repos and semver support to create cmd
|
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
|
bba9ac0aa1
|
Add ssh tools to requirements check
|
5 years ago |
stefanprodan
|
35163fa9eb
|
Add e2e tests for install command
|
5 years ago |
stefanprodan
|
403a0f2882
|
Add check command
- verify minimum supported version of kubectl, kustomize and
Kubernetes API
|
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 |
stefanprodan
|
42d2ed51cb
|
Add install manifests
|
5 years ago |
stefanprodan
|
e304059299
|
Add kubeconfig global flag
|
5 years ago |
stefanprodan
|
4f449a1ffd
|
Add check command
|
5 years ago |