generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: Add cloud provider info to the gateways #1778
Open
hisarbalik
wants to merge
22
commits into
kyma-project:main
Choose a base branch
from
hisarbalik:add-metricpipeline-cloud-provider-attributes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
92bb30e
add cloud provider attributes to the gateways, initial commit
hisarbalik 32651c0
add get gardener shoot-info getter
hisarbalik 1f4476d
Merge branch 'main' into add-metricpipeline-cloud-provider-attributes
hisarbalik 50d6ae3
update unit tests with cluster info attributes
hisarbalik 25f8e83
update RBAC rules
hisarbalik 9c274dd
fix wrong pipeline service configuation
hisarbalik 7983e62
fix wrong pipeline service configuation tests
hisarbalik 849d134
add configmap shhot-info from namespace kube-system to the cache
hisarbalik 62da594
re-generate sec-scan-config.yaml
hisarbalik 66f9394
adjust cluster roles for OTel based gateways
hisarbalik 2863e47
fix otel gateway unit tests
hisarbalik 469115e
revert doc changes
hisarbalik 84d7847
update cache config
hisarbalik 4148ecb
update cache settings
hisarbalik f7f1ed7
update rbac rules
hisarbalik 6bb0968
add unit test for cluster info getter
hisarbalik edeb602
refactor the cluster info getter
hisarbalik 3792f30
fix linter issues
hisarbalik 30b5e40
Merge branch 'main' into add-metricpipeline-cloud-provider-attributes
hisarbalik 8e7ae43
add host.arch and host.type attrbiutes to the k8sattribute processor
hisarbalik 6b28648
Merge branch 'add-metricpipeline-cloud-provider-attributes' of github…
hisarbalik e8fcc03
Merge branch 'main' into add-metricpipeline-cloud-provider-attributes
hisarbalik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ rules: | |
- "" | ||
resources: | ||
- secrets | ||
- configmaps | ||
verbs: | ||
- get | ||
- list | ||
|
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we know in case of k3d how this works ? will it be left empty ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for k3d and any cluster that doesn't use the labels on nodes, the attributes will not be present on the telemetry data being processed