Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Target Allocator implementation (Part 3 - Collector Enhancement for P…
…rometheus Config Update) (open-telemetry#389) * load balancer deployment implementation & controller & e2e tests * Load balancer crd update, reconcile logic and e2e tests * Reset last commit and only uploading changes to main.go * Updated bundle and api with new autogenerated resources * Updated code with lint fixes * Updated code to include minor fixes * Update helper.go to add header * Updated comment and bundles * Updated lb reconcile helper function and its invocations * Updated naming scheme and changed CR config * Updated bundle files * Minor changes * Lint and default file fixes * Added rolebinding to automate manual setting * Update opentelemetry-operator.clusterserviceversion.yaml * Removed role/rolebinding files & Minor changes * Minor changes * Added error check in configmap reconcile & spelling correction * Updated target allocator KUTTL tests & renamed folder * Updated folder structure to reduce code duplication between collector and targetallocator & Minor changes * Updated kuttl tests to use namespace-scope resources * Revert part of "Updated folder structure to reduce code duplication between collector and targetallocator & Minor changes" This reverts commit 367c623 - only the folder structure change * Removed separate controller for target allocation * Added additional label for collector pod selection and removed test-step * Minor changes * Added collector enhancement for prometheus config update * Update config_replace.go * Squashed commit of the following: commit a7764b9 Author: Rahul Varma <rahvarm@amazon.com> Date: Tue Aug 10 20:20:32 2021 -0700 Added version management & Minor fixes * Updated port and protocol * Lint fixes * Removed unnecessary structs * Squashed commit of the following: commit a496825 Author: Rahul Varma <rahvarm@amazon.com> Date: Wed Aug 11 14:53:36 2021 -0400 Update api/v1alpha1/opentelemetrycollector_webhook.go Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> commit 3d37148 Author: Rahul Varma <rahvarm@amazon.com> Date: Wed Aug 11 10:34:44 2021 -0700 Added validation in webhook to validate prometheus config commit 33cb042 Author: Rahul Varma <rahvarm@amazon.com> Date: Wed Aug 11 07:16:45 2021 -0700 Updated docker image to quay.io image commit a7764b9 Author: Rahul Varma <rahvarm@amazon.com> Date: Tue Aug 10 20:20:32 2021 -0700 Added version management & Minor fixes * Updated structure to reflect new changes in first part * Squashed commit of the following: commit 98acb2f Author: Rahul Varma <rahvarm@amazon.com> Date: Thu Aug 12 05:35:53 2021 -0700 Updated struct name & minor changes commit a496825 Author: Rahul Varma <rahvarm@amazon.com> Date: Wed Aug 11 14:53:36 2021 -0400 Update api/v1alpha1/opentelemetrycollector_webhook.go Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> commit 3d37148 Author: Rahul Varma <rahvarm@amazon.com> Date: Wed Aug 11 10:34:44 2021 -0700 Added validation in webhook to validate prometheus config commit 33cb042 Author: Rahul Varma <rahvarm@amazon.com> Date: Wed Aug 11 07:16:45 2021 -0700 Updated docker image to quay.io image commit a7764b9 Author: Rahul Varma <rahvarm@amazon.com> Date: Tue Aug 10 20:20:32 2021 -0700 Added version management & Minor fixes * Merged with main branch * Minor changes * Updated go.sum * Updated go.mod Co-authored-by: Alexis Perez <perzmen@amazon.com> Co-authored-by: Rahul Varma <rahvarm@amazon.com>
- Loading branch information