Alok Hom

Results 20 comments of Alok Hom

make a config folder in the location of your docker-compose.yml. insert the files prometheus.yml and alert_rules.yml in the config folder. This code worked for me on v2.10 prometheus image ```...

no. I could not see that change in replicas for the Deployment spec in the `flux diff` for that kustomization against the GKE cluster. ``` ⚠️ identified at least one...

no. no HPA. sharing one of the deployment manifests. Do you suspect a problem with the deployment manifest ? ``` apiVersion: apps/v1 kind: Deployment metadata: name: agv namespace: graph labels:...

if `kustomize build . | kubectl apply -f - ` does not lead to extra pod creation then why would `flux reconcile kustomization apps` result in the extra pods ?

here it is ``` $ kubectl -n graph get deployment/agv --show-managed-fields -o yaml apiVersion: apps/v1 kind: Deployment metadata: annotations: deployment.kubernetes.io/revision: "1" creationTimestamp: "2022-06-30T15:00:00Z" generation: 1 labels: app.kubernetes.io/name: agv kustomize.toolkit.fluxcd.io/name: apps...

is this what was required and what do you see made extra pods ?

``` sorry that i cant give you full names at places and used xxx in them $ flux reconcile kustomization apps ► annotating Kustomization apps in flux-system namespace ✔ Kustomization...

sorry that i cant give you full names at places and used xxx in them I applied the reconcile for the flux-system apps this time it did not add pods....

no pods added. ``` $ kubectl apply --server-side --field-manager=kustomize-controller -f agvxxx.Deployment.yaml deployment.apps/agvxxx serverside-applied $ kubectl get pods -n xxxgraph NAME READY STATUS RESTARTS AGE agbxxx-6594984777-lwvk2 1/1 Running 0 14h agbxxx-759dc4787d-xtvbs...

the problem is 1st time only when i run `flux reconcile kustomization apps` and not later..