-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update openshift observability resources to use gateway-system namespace #969
Conversation
Signed-off-by: David Martin <[email protected]>
@@ -183,7 +183,7 @@ To scrape these additional metrics, you can install a `kube-state-metrics` insta | |||
|
|||
```bash | |||
kubectl apply -f https://raw.githubusercontent.com/Kuadrant/kuadrant-operator/main/config/observability/openshift/kube-state-metrics.yaml | |||
kubectl apply -k https://github.com/Kuadrant/gateway-api-state-metrics?ref=main | |||
kubectl apply -k https://github.com/Kuadrant/gateway-api-state-metrics/config/kuadrant?ref=0.5.0 |
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.
@eguzki I forgot to land this change as well here
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #969 +/- ##
===========================================
- Coverage 81.49% 68.93% -12.57%
===========================================
Files 102 110 +8
Lines 7177 9572 +2395
===========================================
+ Hits 5849 6598 +749
- Misses 898 2548 +1650
+ Partials 430 426 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: David Martin <[email protected]>
Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED Update observability resources to use gateway-system namespace (#969) Signed-off-by: David Martin <[email protected]> add example for external api usage
Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED Update observability resources to use gateway-system namespace (#969) Signed-off-by: David Martin <[email protected]> add example for external api usage
Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED Update observability resources to use gateway-system namespace (#969) Signed-off-by: David Martin <[email protected]> add example for external api usage
* add a basic kustomize install Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED * Update config/install/README.md Co-authored-by: Rachel Lawton <[email protected]> * Add observability steps and configuration (#1006) Signed-off-by: David Martin <[email protected]> * updates for install doc Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED Update observability resources to use gateway-system namespace (#969) Signed-off-by: David Martin <[email protected]> add example for external api usage * remove links Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED * Update config/install/README.md Co-authored-by: Rachel Lawton <[email protected]> * Update config/install/README.md Co-authored-by: Rachel Lawton <[email protected]> * Update config/install/README.md Co-authored-by: Rachel Lawton <[email protected]> * Update config/install/README.md Co-authored-by: Rachel Lawton <[email protected]> * Apply suggestions from code review Co-authored-by: Rachel Lawton <[email protected]> * Update config/install/README.md Co-authored-by: Rachel Lawton <[email protected]> * remove links update multi cluster options Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED * fix indent Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED * re-add changes Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED * re-add changes Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED * Update config/install/README.md Co-authored-by: Rachel Lawton <[email protected]> --------- Signed-off-by: David Martin <[email protected]> Co-authored-by: Rachel Lawton <[email protected]> Co-authored-by: David Martin <[email protected]>
fixes for some issues hit during install with @eguzki