Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no matches for kind "Statefulset" in group "apps" #13152

Closed
aliasboink opened this issue Jun 6, 2024 · 0 comments · Fixed by #13158
Closed

no matches for kind "Statefulset" in group "apps" #13152

aliasboink opened this issue Jun 6, 2024 · 0 comments · Fixed by #13158

Comments

@aliasboink
Copy link
Contributor

Describe the bug
I am getting the following while trying to deploy the Helm Chart with ArgoCD:

no matches for kind "Statefulset" in group "apps"

Expected behavior
The Loki helm chart to deploy successfully.

Environment:

  • Infrastructure: Kubernetes 1.29.1, Oracle Cloud Cluster (OKE)
  • Deployment tool: ArgoCD with the Helm Chart

Diagnosis
I know the kind is typically spelled with a capital second S, such as: StatefulSet. Could this be a typo from the following link:
https://github.com/grafana/loki/blob/main/production/helm/loki/templates/ingester/hpa.yaml#L14

If I am doing something wrong on my end please notify me, as I see lowercase Statefulset has been present for 2 months, yet no one mentions this error.

Thank you!

mraboosk pushed a commit to mraboosk/loki that referenced this issue Oct 7, 2024
**What this PR does / why we need it**:
This PR is necessary due to the presence of a typo. With the typo present the following error occurs:
```
no matches for kind "Statefulset" in group "apps"
```

**Which issue(s) this PR fixes**:
Fixes grafana#13152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants