generated from giantswarm/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt scrape targets to EKS clusters (#1376)
* Adapt scrape targets to EKS clusters * Refactoring * Fix test * Fix isEKSCluster function
- Loading branch information
1 parent
9ad013e
commit 45578b4
Showing
25 changed files
with
3,831 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ spec: | |
controlPlaneEndpoint: | ||
host: master.baz | ||
port: 443 | ||
infrastructureRef: | ||
kind: AWSCluster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.