weaveworks/weave-gitops-enterprise

HPA appears as not ready while Kustomization is ready

Closed this issue · 0 comments

Let's investigate why the HPA appears as Not Ready while the Kustomization is Ready.

I've used these manifests:

apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
  name: podinfo
  namespace: default
spec:
  interval: 5m
  url: https://github.com/stefanprodan/podinfo
  ref:
    branch: master
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
  name: podinfo
  namespace: default
spec:
  interval: 10m
  targetNamespace: default
  sourceRef:
    kind: GitRepository
    name: podinfo
  path: "./kustomize"
  prune: true
  timeout: 1m

Noticed this in WGE but the fix for this may end up in OSS.

Screenshot 2023-10-20 at 15 21 45