68 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
24
views
Migration from Native Helm Release to FluxCD Helm Release
I need to migrate the currently deployed Native Helm Release to FluxCD HelmRelease.
How can I achieve this?
0
votes
1
answer
120
views
Flux with SOPS doesn't decrypt stringData [closed]
I'm trying to use fluxcd on my kubernetes cluster, which is working perfectly fine.
Now I wanted to add prometheus/grafana stack and use sops to decrypt the basic_auth part in the scrapingConfig from ...
0
votes
0
answers
141
views
Automating FluxCD Image Update
I am deploying a web with Flux, GitHub Actions, DockerHub, and Kubernetes. Here is the flowchart. The method I am using currently to update the web is to automate deleting the old pod with GitHub ...
0
votes
0
answers
26
views
fluxcd v2 analog to valuesFrom chartFileRef
What is the analog of Flux v1 HelmRelease expression bellow for flux v2? Can same custom.yaml be used for both flux v1 and flux v2?
valuesFrom:
- chartFileRef:
path: values/custom.yaml
0
votes
0
answers
78
views
TF-Controller: Synced TF resources not showing in Argo
I am using FluxCD with Tofu-Controller and Argo to deploy+manage Terraform resources. I am able to see that the Terraform resources are getting deployed, but I cannot see them visually in Argo. Is ...
-2
votes
1
answer
317
views
Timeout in ansible when executing flux bootstrap
I am using Hyperledger Bevel to manage a Hyperledger Fabric 2.2 network. It has been working ok so far but I am not trying to perform some maintenance actions executing the playbook:
ansible-playbook ...
1
vote
2
answers
1k
views
How does AKS / FLUX install a local helm chart? [closed]
I've recently been looking into GITOPS & FLUX and am struggling to figure out how to install a local HELM chart.
My setup is AKS, using the GITOPS/FLUX add-in and I'm doing the configuration via ...
0
votes
1
answer
586
views
Flux CD does not work with Kustomize Kind: Component
I have the following structure:
├───base
│ └───redis
│ kustomization.yaml
│ release.yaml
│
├───components
│ └───target-namespace
│ kustomization.yaml
│
└───prod
└─...
0
votes
1
answer
572
views
YAMLToJSON: variable substitution failed: missing closing brace
I'm trying to inject few jetty variables from fluxcd HelmRelease into heom chart, However yaml or fluxcd refers to a variable instead of considering the value as a string.
apiVersion: helm.toolkit....
2
votes
0
answers
1k
views
FluxCD kustomization difficulty applying patch
Starting from the FluxCD two cluster example at https://github.com/fluxcd/flux2-kustomize-helm-example, I'm having difficulty applying a patch to the infrastructure GitRepo.
When applying the patch as ...
1
vote
1
answer
701
views
Azure Kubernetes GitOps flux
I hope someone can help with this issue.
I have an azure kubernetes service and i enabled GitOps linking the AKS to my github repository.
The connection succeded, and as testing purpose i wanted to ...
0
votes
1
answer
3k
views
In Flux 2, how to apply a manual update of a HelmRelease?
How do I manually trigger the FluxCD (v2) Helm Controller to re-apply a named HelmRelease, without flux restoring that HelmRelease to match the version stored in git?
Normally (for GitOps), we would ...
-1
votes
2
answers
757
views
what is gotk notation/symbol means in the fluxcd
recently I saw a usage of using flux cd to do deployment in k8s:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- apiGroup: rbac.authorization.k8s....
0
votes
1
answer
914
views
Adding toleration to FluxCD bootstrap
I am trying to add some tolerations for the FluxCD pod, but could not understand the syntax for tolerations
here is how i was trying
flux bootstrap github \
--toleration-keys='name=dedicated,value=...
1
vote
1
answer
621
views
Getting 'Forbidden: unknown' Error When Bootstrapping Flux with GitLab and Terraform
I am trying to bootstrap Flux with GitLab through Terraform in DigitalOcan, when I test it, I get this error message and I don't understand what I am doing wrong.
│ Error: Bootstrap run error
│
│ ...