Stefan Prodan
e371610849
Merge pull request #812 from chanwit/network_policy_e2e
...
Enable network policy in e2e
4 years ago
Chanwit Kaewkasi
424de63bd1
update KIND to v0.10.0 and node to 1.16.15
...
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
4 years ago
Chanwit Kaewkasi
832c925d39
setup Calico to enable network policy for e2e testing
...
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
4 years ago
Chanwit Kaewkasi
378f118d51
add kind config to disable kind-net
...
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
4 years ago
Hidde Beydals
d651777122
Merge pull request #813 from fluxcd/iua-docs-example-update
...
Update docs ImageUpdateAutomation example
4 years ago
Aurel Canciu
65d8ebabb8
Update docs ImageUpdateAutomation example
...
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
4 years ago
Hidde Beydals
9195ed9a1b
Merge pull request #809 from SomtochiAma/refactor-reconcile-command
...
Refactor reconcile commands
4 years ago
Somtochi Onyekwere
5df8f7313c
Refactor reconcile commands
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Hidde Beydals
25ed6ca0a4
Merge pull request #780 from dholbach/link-to-support-page
4 years ago
Daniel Holbach
9f972995bd
add very basic issue template
...
Also link to support page.
Fixes : fluxcd/website#77
Signed-off-by: Daniel Holbach <daniel@weave.works>
4 years ago
Hidde Beydals
29c46a9892
Merge pull request #791 from SomtochiAma/refactor-reconcile-commands
...
Refactor suspend commands
4 years ago
Somtochi Onyekwere
ef579fe596
Refactor suspend commands
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Hidde Beydals
5b268f62a3
Merge pull request #789 from SomtochiAma/refactor-delete-command
4 years ago
Somtochi Onyekwere
1f1c8286a5
Refactor delete command for kustomizations, sources and helmreleases
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Hidde Beydals
5401e1ace4
Merge pull request #794 from fluxcd/get-type-fixes
...
Use correct type in various get source commands
4 years ago
Hidde Beydals
69294ef56d
Use correct type in various get source commands
...
This fixes a bug where the wrong type was displayed for various
`get source` commands.
```console
$ flux get sources helm --namespace default
✗ no Bucket objects found in default namespace
```
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Hidde Beydals
a685ed8029
Merge pull request #793 from fluxcd/reconcile-w-source-other-ns
...
Set source namespace when reconciling with source
4 years ago
Hidde Beydals
68d0be3818
Set source namespace when reconciling with source
...
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Michael Bridgen
84e2cb4c1f
Merge pull request #788 from fluxcd/create-secret-tls
...
Create secret for TLS command
4 years ago
Michael Bridgen
263c664acd
Factor out more common secrets command code
...
Making the secret without data is always the same, so factor that out.
Signed-off-by: Michael Bridgen <michael@weave.works>
4 years ago
Michael Bridgen
b12c4c22fb
Add command for creating TLS secrets
...
The image-reflector controller now accepts a secret containing a
client certificate and key, and/or a CA certificate; so it's useful to
have a command for creating them.
`flux create secret helm` is close, but accepts username/password
(which would be ignored), and has the wrong name of course. Happily
though, much can be shared between the implementations.
Signed-off-by: Michael Bridgen <michael@weave.works>
4 years ago
Stefan Prodan
9f39fadb9e
Merge pull request #787 from fluxcd/fix-rbac-namespace
...
RBAC Fix: Replace SA namespace in ClusterRoleBindings
4 years ago
Stefan Prodan
4c29a1ca27
Replace SA namespace in RBAC
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan
f4db124d50
Merge pull request #783 from fluxcd/rbac-fix
...
RBAC Fix: Add SA namespace to cluster role bindings
4 years ago
Stefan Prodan
8f8c7cccc6
Add SA namespace to RBAC
...
Fix flux install when not all controllers have been selected
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Hidde Beydals
e2097c28bd
Merge pull request #782 from fluxcd/docs-img-auto-links
...
docs: fix image automation menu links
4 years ago
Hidde Beydals
871eb444fc
docs: fix image automation menu links
...
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Hidde Beydals
bc5fbb9fa5
Merge pull request #774 from fluxcd/doc-helm-storage-ns
4 years ago
Hidde Beydals
3e9749c6b1
Document StorageNamespace in Helm migration guide
...
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Hidde Beydals
eaf08fbe90
Merge pull request #781 from fluxcd/docs-image-update
4 years ago
Hidde Beydals
df411cdb88
Update alpha warning
...
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Hidde Beydals
a83c26a864
Provide link to CalVer, build ID, etc. policies
...
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Hidde Beydals
6aa853491c
Add image automation to menu
...
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Hidde Beydals
3af1d7a5b8
Merge pull request #771 from fluxcd/update-components
4 years ago
fluxcdbot
c7c57f6717
Update toolkit components
4 years ago
Stefan Prodan
cbb97768d1
Merge pull request #777 from fluxcd/dedicated-service-accounts
...
Add a dedicated service account per controller
4 years ago
Stefan Prodan
2bb40d335b
Replace the default service account in docs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan
1b581d6f51
Add dedicated service accounts per controller
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan
c219eb2883
Merge pull request #776 from SomtochiAma/refactor-get-commands
...
Refactor get command for kustomization and helmrelease
4 years ago
Somtochi Onyekwere
65a2c87b5a
Refactor get cmd for kustomization and helmrelease
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Stefan Prodan
13aa523c37
Merge pull request #761 from SomtochiAma/cli-refactoring
...
Refactor get source commands
4 years ago
Somtochi Onyekwere
584f0eea58
Refactor get source commands
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Stefan Prodan
b5ebdb16b2
Merge pull request #773 from nairb774/sharp_payne
...
Add permissions for controller leader election
4 years ago
Brian Atkinson
a18f84c27b
Add permissions for controller leader election.
...
The v0.8.0 version of the controller-runtime uses both config maps and
leases to perform leader election. These permissions seem to be in the
individual controller repos, but not here. For example
2d38de8779/config/rbac/leader_election_role.yaml (L33-L44)
Signed-off-by: Brian Atkinson <brian@atkinson.mn>
4 years ago
Stefan Prodan
eb86505375
Merge pull request #769 from fluxcd/update-release-doc
...
Add the image automation controllers to release doc
4 years ago
Stefan Prodan
984f1c8669
Add the image automation controllers to release doc
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Hidde Beydals
c7378edabc
Merge pull request #765 from fluxcd/update-controllers
4 years ago
Hidde Beydals
ac6c6e3a30
Incorporate required API changes
...
* Use `LocalObjectReference` and `NamespacedObjectKindReference`
from `meta` package, as required by controller API changes.
* Remove `Update` field from created `ImageUpdateAutomation`,
as the API changed and the default is now defined in the Custom
Resource Definition.
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
fluxcdbot
1bca31f32c
Update toolkit components
4 years ago
Hidde Beydals
28d099a6b2
Merge pull request #741 from fluxcd/include-image-spec-docs
4 years ago