You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ cat kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/main/kustomization.yaml
❯ kubectl version --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.24.1
Kustomize Version: v4.5.4
Server Version: v1.24.1-gke.1800
❯ kubectl kustomize .
error: accumulating resources: accumulation err='accumulating resources from 'https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/main/kustomization.yaml': missing metadata.name in object {{kustomize.config.k8s.io/v1beta1 Kustomization} {{ } map[] map[]}}': git cmd = '/opt/homebrew/bin/git fetch --depth=1 origin HEAD': exit status 128
I tried with different releases but the issue seems to be the same.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When trying to install via Kustomize:
I tried with different releases but the issue seems to be the same.
Beta Was this translation helpful? Give feedback.
All reactions