Skip to content

Commit

Permalink
Adapt scrape targets to EKS clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie Roque committed Sep 20, 2023
1 parent 75f55c2 commit 8c033f8
Show file tree
Hide file tree
Showing 25 changed files with 3,852 additions and 34 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Adapt scrape targets to EKS clusters.

## [4.48.0] - 2023-09-19

### Changed
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

0 comments on commit 8c033f8

Please sign in to comment.