generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 26
feat: Add cloud provider info to the gateways #1778
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
Merged
hisarbalik
merged 42 commits into
kyma-project:main
from
hisarbalik:add-metricpipeline-cloud-provider-attributes
Feb 3, 2025
Merged
Changes from all commits
Commits
Show all changes
42 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 388ba5e
fix failing e2e tests
hisarbalik 455ee73
add cloud provider attribute tests
hisarbalik d743a30
move node lables config tot he k2d config file
hisarbalik 86b8aaa
add gardener shoot-info e2e test
hisarbalik c90e932
update k3d config
hisarbalik f1bbc9c
Merge branch 'main' into add-metricpipeline-cloud-provider-attributes
hisarbalik cdeb3e2
add more e2e test
hisarbalik 1a44b54
Merge branch 'add-metricpipeline-cloud-provider-attributes' of github…
hisarbalik 7cbb3fe
Merge branch 'main' into add-metricpipeline-cloud-provider-attributes
hisarbalik 8db82f6
Merge branch 'main' into add-metricpipeline-cloud-provider-attributes
hisarbalik 8d356cd
add gardener and k3d integration test
hisarbalik 55bf232
Merge branch 'add-metricpipeline-cloud-provider-attributes' of github…
hisarbalik 28478dc
remove unused code
hisarbalik 11a2db1
Merge branch 'main' into add-metricpipeline-cloud-provider-attributes
hisarbalik 5f47dd8
rename coud provider attribute test file
hisarbalik 5f5be1b
Merge branch 'main' into add-metricpipeline-cloud-provider-attributes
hisarbalik 51b0857
add SAP Converged Cloud as cloud provider
hisarbalik d2be1a3
Merge branch 'main' into add-metricpipeline-cloud-provider-attributes
hisarbalik 1fc8353
move cache config for configmaps to a dedicated function
hisarbalik aa71eb5
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.