Commit Graph

1505 Commits (ef8f5cb87d0277208223bdbc724e064fcef47b9a)
 

Author SHA1 Message Date
Hidde Beydals bae5c125e8
Merge pull request from fluxcd/update-components
Update toolkit components
fluxcdbot 1c84fa0d97 Update toolkit components
- helm-controller to v0.7.0
  https://github.com/fluxcd/helm-controller/blob/v0.7.0/CHANGELOG.md
- kustomize-controller to v0.8.0
  https://github.com/fluxcd/kustomize-controller/blob/v0.8.0/CHANGELOG.md
- source-controller to v0.8.0
  https://github.com/fluxcd/source-controller/blob/v0.8.0/CHANGELOG.md
- notification-controller to v0.8.0
  https://github.com/fluxcd/notification-controller/blob/v0.8.0/CHANGELOG.md
- image-reflector-controller to v0.6.0
  https://github.com/fluxcd/image-reflector-controller/blob/v0.6.0/CHANGELOG.md
- image-automation-controller to v0.5.0
  https://github.com/fluxcd/image-automation-controller/blob/v0.5.0/CHANGELOG.md

Signed-off-by: GitHub <noreply@github.com>
Hidde Beydals 6f583f9f0e
Merge pull request from fluxcd/pprof-guide
Hidde Beydals 217574b75c Add debugging to dev guides menu
Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals 1378530aeb Add section about resource usage
Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals 0b10ed4d88 Add guide for pprof endpoints
Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan a2887f5776
Merge pull request from fluxcd/refac-uninstall
Refactor flux uninstall command
Stefan Prodan 0f1d27f1e6
Remove network policies on uninstall
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 850ab0942b
Implement uninstall dry run
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan f5ae8f44b4
Refactor flux uninstall command
- deletes Flux components (deployments and services)
- deletes Flux RBAC (service accounts, cluster roles and cluster role bindings)
- removes the Kubernetes finalizers from Flux custom resources
- deletes Flux custom resource definitions and custom resources
- deletes the namespace where Flux was installed
- preserves the Kubernetes objects and Helm releases that were reconciled on the cluster by Flux

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Michael Bridgen 7f98cfd506
Merge pull request from fluxcd/personal-flag
Give more explanation for --personal flag
Michael Bridgen bc45a79b92 Give more explanation for --personal flag
Signed-off-by: Michael Bridgen <michael@weave.works>
Stefan Prodan 5003cf674d
Merge pull request from fluxcd/add-version-to-commits
Add flux version to bootstrap commit messages
Stefan Prodan bc9cbc387c
Add flux version to bootstrap commit messages
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 60a1e78869
Merge pull request from fluxcd/toleration-keys
Allow Flux to be deployed on tainted Kubernetes nodes
Stefan Prodan 37f5587085
Allow Flux to be deployed on tainted Kubernetes nodes
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Hidde Beydals fa6e3d3706
Merge pull request from fluxcd/docs-fix-list
Hidde Beydals bb8bc875b4 docs: improve Kustomize behavior FAQ
- Fix the formatting of the list.
- Add a hint block for validating changes locally and/or in CI.

Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan b3dca737be
Merge pull request from fluxcd/fix-timeout
Map timeout arg to bootstrap status check
Stefan Prodan 9094f85487
Add image automation to readme
Sync community section readme/docs index

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 1256bbfbaf
Fix bootstrap status check timeout
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Daniel Holbach 24fe74f2f6
Merge pull request from dholbach/link-to-community-page
Link to community page from docs home page
Daniel Holbach 908f501e03 link to community page from toolkit.f.i
Signed-off-by: Daniel Holbach <daniel@weave.works>
Stefan Prodan 35507c7854
Merge pull request from jonathan-innis/joinnis/image-policy
Adding --select-alpha and --extract to create image policy
Jonathan Innis eb7102ecac
Adding extract pattern validation
Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
Jonathan Innis ade6bfcbca
Update e2e testing with new cli args
Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
Jonathan Innis fa98403aa8
Add newly generated create image doc
Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
jonathan-innis 3f0cb1637c
Add select-alpha and extract to create policy
Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
Stefan Prodan 42011d028e
Merge pull request from fluxcd/azure-devops-pat
Add Azure DevOps PAT auth to install docs
Stefan Prodan 307bb0dea1
Add Azure DevOps PAT auth to install docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan ec2a8347d4
Merge pull request from stealthybox/integrations-registry-credentials-sync
Add ACR auth to Image Updates examples
leigh capili e99b1c3ed8
Document ACR / AKS Image Update Considerations
Signed-off-by: leigh capili <leigh@null.net>
leigh capili 99825f2663
Add registry cred Deployments/CronJobs for aws/gcp/azure via kustomize
Signed-off-by: leigh capili <leigh@null.net>
Stefan Prodan afffdfbc5c
Merge pull request from chanwit/add_kustomize_fag
Add FAQ to explain the current Kustomize behavior
Chanwit Kaewkasi cd874acfd5 add FAQ to explain the current Kustomize behavior
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
Stefan Prodan 34edbf469e
Merge pull request from fluxcd/incident-mgmt
Add incident management section to image automation docs
Stefan Prodan d9ed30e436
Add incident management section to image automation docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 30008de400
Merge pull request from fluxcd/get-resource-by-name
Add support for getting resources by name
Stefan Prodan a5fa731545
Add support for getting resources by name
- add singular alias to get commands
- allow filtering the get commands result by resource name
- add the image commands to mkdocs index

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 493ee3c956
Merge pull request from fluxcd/hr-values
Add support for multiple values files to create hr
Stefan Prodan 3dd574ee51
Add support for multiple values files to create hr
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Hidde Beydals 5416c19b2e
Merge pull request from fluxcd/update-git-pkg
Hidde Beydals 2f31d80c7a Update `git` from `fluxcd/pkg`
This incorporates the changes made to the GitLab provider.

This means that we no longer rely on UI names, but rather use the unique
path identifier (the elements you see in your address bar when looking
at e.g. a group in your GitLab environment).

Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan 27d1833854
Merge pull request from ViBiOh/patch-1
Exclude deleted resources on prometheus alerting query
Vincent Boutour 84ed716908
Exclude deleted resources on prometheus alerting query
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
Michael Bridgen 6c9c9c7578
Merge pull request from fluxcd/certs-for-imagerepo
Give image repository a cert-secret-ref flag
Michael Bridgen cc7b7b0689 Give examples of create image repository
Signed-off-by: Michael Bridgen <michael@weave.works>
Michael Bridgen 5df8e05d1a Give image repository a cert-secret-ref flag
ImageRepository objects can now refer to a secret containing
certificates to use for TLS. This adds the flag

    flux create image repository --cert-secret-ref

for naming a secret to use. You can create such a secret with

    flux create secret tls

Signed-off-by: Michael Bridgen <michael@weave.works>
Michael Bridgen b3b224b0ca
Merge pull request from fluxcd/correct-image-delete
Rename flux delete auto to flux delete image
Michael Bridgen 75ab28ee5d Rename flux delete auto to flux delete image
This slipped through the auto->image change made in the course of
preparing .

Signed-off-by: Michael Bridgen <michael@weave.works>