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

Adapt scrape targets to EKS clusters #1376

Merged
merged 7 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Adapt scrape targets to EKS clusters.
- computation of number of shards: rely on max number of series over the last 6h.

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions pkg/unittest/input/case-5-cluster-api-v1alpha3.golden
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ spec:
controlPlaneEndpoint:
host: master.baz
port: 443
infrastructureRef:
kind: AWSCluster
13 changes: 13 additions & 0 deletions pkg/unittest/input/case-6-cluster-api-eks.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: cluster.x-k8s.io/v1beta1
kind: Cluster
metadata:
labels:
"release.giantswarm.io/version": 18.0.0
name: eks-sample
namespace: org-my-organization
spec:
controlPlaneEndpoint:
host: master.eks-sample
port: 443
infrastructureRef:
kind: AWSManagedCluster
Loading
Loading