Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
19 views

I need to migrate the currently deployed Native Helm Release to FluxCD HelmRelease. How can I achieve this?
Nikhil's user avatar
  • 604
0 votes
1 answer
96 views

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 ...
Epi's user avatar
  • 31
0 votes
0 answers
116 views

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 ...
Tyven Christopher's user avatar
0 votes
0 answers
26 views

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
xander27's user avatar
  • 3,156
0 votes
0 answers
76 views

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 ...
We are Borg's user avatar
  • 5,313
-2 votes
1 answer
306 views

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 ...
icordoba's user avatar
  • 1,959
1 vote
2 answers
986 views

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 ...
rhod3rz's user avatar
  • 106
0 votes
1 answer
560 views

I have the following structure: ├───base │ └───redis │ kustomization.yaml │ release.yaml │ ├───components │ └───target-namespace │ kustomization.yaml │ └───prod └─...
Quies's user avatar
  • 5
0 votes
1 answer
554 views

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....
user23515368's user avatar
2 votes
0 answers
1k views

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 ...
Tim AtLee's user avatar
  • 1,019
1 vote
1 answer
690 views

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 ...
Nayden Van's user avatar
  • 1,599
0 votes
1 answer
3k views

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 ...
benjimin's user avatar
  • 5,092
-1 votes
2 answers
727 views

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....
Stan's user avatar
  • 890
0 votes
1 answer
892 views

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=...
Mohammed Ali's user avatar
1 vote
1 answer
611 views

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 │ │ ...
stubbe's user avatar
  • 21
2 votes
1 answer
189 views

I want to bootstrap FluxCD on Kubernetes through a Pulumi inline program written in Go but am unable to give it access to GitHub. As seen in the code below, I first create a new Pulumi provider then ...
nusantara's user avatar
  • 1,266
0 votes
1 answer
559 views

I've been working with Flux2 in AKS for a few months now and am slowly progressing to some of the more interesting features. This week I'm trying to set up an ImageRepository which can see when my ...
The Senator's user avatar
  • 5,421
0 votes
1 answer
587 views

I'm starting on a journey with Flux2 against my shiny new AKS cluster (testing/development) and wanted to use GitOps as my default way of deploying stuff into my cluster. As a result, i thought I'd ...
The Senator's user avatar
  • 5,421
0 votes
2 answers
936 views

During the setup of a AKS cluster (with terraform, but I don't think it's relevant in this context) I want to enable and configure the flux extension. Flux should, of course, pull the yaml-files from ...
Luka Klarić's user avatar
0 votes
1 answer
3k views

When I try to apply Helmrelease Flux cannot find the source but the source actually exists. I use Artifact Registry (GCP) for Helm chart repo. Here is the Flux command I used to create it: flux create ...
Gedrimas's user avatar
0 votes
0 answers
314 views

just wondering if there is any decent workaround for long-running jobs that won't block upgrading / installing Helm Release. Let's consider this - we have a job that is for example syncing S3 buckets ...
oskarfightingthecode's user avatar
0 votes
1 answer
913 views

Im trying to update my flux via bootstrap by following this documentation: https://fluxcd.io/flux/use-cases/azure/#flux-installation-for-azure-devops Im running this code, enter my password, and run ...
Leo's user avatar
  • 11
0 votes
1 answer
415 views

I want to config Flux to sign its commit on the repository. I passed gpg key in bootstrap command but it just signs the first commit that it does for creating flux-system directory, but for example ...
shiva's user avatar
  • 186
5 votes
2 answers
8k views

Here is the folder structure for my flux repo └── clusters └── homelab ├── default │   ├── deployment.yaml └── flux-system ├── gotk-components.yaml ├── gotk-sync.yaml ...
Kaigo's user avatar
  • 1,621
2 votes
0 answers
262 views

Running on k3s cluster. I received the following error when trying to run flux check; ❯ flux check ► checking prerequisites ✔ Kubernetes 1.25.7+k3s1 >=1.20.6-0 ► checking controllers ✗ no ...
Kaigo's user avatar
  • 1,621
5 votes
1 answer
8k views

I have a git repo with helm charts, and a git repo per environment with kustomizations for those charts. All of this in working great with flux. But I don't know how to "preview" my changes ...
user avatar
1 vote
2 answers
5k views

I am installing solr using flux on an AKS cluster. During installation I get reconciliation error. when I do flux get all -A --status-selector ready=false, I get the below message Helm uninstall ...
Gabby's user avatar
  • 11
0 votes
3 answers
571 views

I have 3 services that are based on the same image, they're basically running the same app in 3 different configurations. 1 service is responsible for running migrations and data updates which the ...
AshanPerera's user avatar
0 votes
1 answer
695 views

I have switched from using tradition way of pushing helm chart to oci format. But on then kubernetes cluster the charts are not getting installed and I am getting the below error: chart pull error: ...
Pratik Palashikar's user avatar
0 votes
1 answer
726 views

I had to rerun flux bootstrap... on my cluster after a colleague accidentally ran flux bootstrap... on their new cluster using the existing branch and cluster from the same flux repo. Running kubectl ...
Koman's user avatar
  • 397
1 vote
1 answer
2k views

We are building out a small cluster for a dev team. Ive been working through this repo: https://github.com/fluxcd/flux2-kustomize-helm-example The infrastructure part went fine. Now instead of apps I ...
Justin S's user avatar
  • 804
0 votes
1 answer
5k views

I want to deploy a helm chart via flux. The helm chart is inside a repository like for example artifacthub.io where I cannot change it. The release.yaml looks something like that --- apiVersion: helm....
Patrick Derckx's user avatar
1 vote
1 answer
6k views

My aim is to deploy a container-labelling-webhook solution onto my AKS cluster using flux CD v2. Once I have it operational, I want to rollout to multiple clusters. Command used to bootstrap AKS ...
hungrylearnerbenicewithme's user avatar
1 vote
1 answer
2k views

I have successfully installed flux-cd using helmChart Using CRD, I have deployed a gitrepos resource as required but error occured when i try to apply my kustomize yaml in kubernetes Sops is ...
Jordan's user avatar
  • 575
3 votes
1 answer
469 views

I'm trying to do flux bootstrap bitbucket-server \ ✱ --token-auth \ --hostname=...
Abd Khateeb's user avatar
1 vote
2 answers
2k views

I was attempting to remove fluxcd from a kubernetes cluster and it is stuck at deleting the namespace 'flux-system'. I've tried removing 'kubernetes' from the finalizers but getting a 404 when using ...
Ned's user avatar
  • 11
1 vote
1 answer
892 views

I am trying to configure FluxCD in Kubernetes to send notifications to Microsfot Teams for reconciliation events. I have followed the FluxCD "Setup Notifications" instructions. Everything is ...
Koman's user avatar
  • 397
0 votes
1 answer
4k views

I am attempting to deploy a Helm chart to AKS using FluxCD. The chart has been pushed to Azure ACR using the Helm cli - "helm push ...". The chart is declared in the ACR as helm/release-...
Koman's user avatar
  • 397
0 votes
1 answer
1k views

I'm working with Flux2. I'm new to Flux and I'm trying to set up the Image Reflector controller to find the last image tag in my image registry but I'm getting an error on my image policy 'unable to ...
Noel Austin's user avatar
2 votes
1 answer
1k views

I'm writing a tool to sync container image from any container registry. In order to sync images, I need a way to check if local image:tag is different from remote image:tag, possibly through comparing ...
TDN's user avatar
  • 465
5 votes
2 answers
3k views

I've been trying to patch a Deployment, declared and applied by a kops addon (Ebs drivers). Unfortunately, after trying the variety of patching strategies, it seems that I am unable to patch a ...
H. Tazi's user avatar
  • 106
0 votes
1 answer
881 views

I have a Kubernetes cluster setup with Flux. I have an infrastructure folder that has ingress/base and ingress/overlays/development in it. Hopefully this screenshot helps with the directory structure: ...
ajthyng's user avatar
  • 1,275
1 vote
1 answer
814 views

Fluxcd ImageRepository authentication with AWS Elastic Container Registry Not working on ARM64 graviton node. After debugging I found that the image used in the init container to get cred credentials ...
kapil dev's user avatar
  • 111
2 votes
1 answer
1k views

I am trying to set up FluxCD with a private GitLab repo. Here is the command I am using to install Flux on a Kubernetes cluster and configure it to manage itself from a Git repository. flux bootstrap ...
Shemeem's user avatar
  • 198
1 vote
1 answer
3k views

I am trying to use Azure kuberenetes cluster and FluxCD to connect to a repository named realtimeapp-infra in Gitlab. I created the source and kustomization .yaml files in another repo training-setup, ...
ord_bear's user avatar
2 votes
1 answer
1k views

I started with FluxCD, and I'm looking to update my helm releases with each new image that was pushed into docker registry. So far I have my policies and imageautomation in place - which are working ...
kraken's user avatar
  • 19
0 votes
2 answers
1k views

How to handle multiple repository and clusters in Fluxcd v2 without using helm repository
Megha v's user avatar
0 votes
1 answer
441 views

Is it possible to have the fluxcd cli autocomplete information from the cluster in the current context, similar to how kubectl or helm does? While flux does provide cli completion via flux completion ...
VV1's user avatar
  • 1
3 votes
1 answer
3k views

I've upgrade from Flux V1 to V2. It all went fairly smooth but I can't seem to get the ImageUpdateAutomation to work. Flux knows I have images to update but it doesn't change the container image in ...
jwerre's user avatar
  • 9,694
1 vote
2 answers
2k views

I did the following to deploy a helm chart (you can copy-and-paste my sequence of commands to reproduce this error). $ flux --version flux version 0.16.1 $ kubectl create ns traefik $ flux create ...
Vincent Yin's user avatar
  • 1,874