-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: odigos describe command (#1595)
Changes: - Add `odigos describe` command to describe the general status of odigos itself. Currently implemented Cluster Collector Information - Add conditions to collectors group status to record if the collectors deployment failed to succeed. For example - this can happen in the present of validation webhook that rejects the deployment if the image is not signed according to some requirements - move some code from `cli` to `k8sutils` to make it available for all modules in the code. - some cleanups on logging, so if the deployment fails to succeed, it is only printed once to autoscaler logs
- Loading branch information
Showing
25 changed files
with
548 additions
and
106 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
19 changes: 17 additions & 2 deletions
19
api/generated/odigos/applyconfiguration/odigos/v1alpha1/collectorsgroupstatus.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.