Skip to content
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

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

david-martin
Copy link
Contributor

fixes for some issues hit during install with @eguzki

@@ -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
Copy link
Contributor Author

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

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.93%. Comparing base (63f1d28) to head (f945fa3).
Report is 51 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (63f1d28) and HEAD (f945fa3). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (63f1d28) HEAD (f945fa3)
unit 1 0
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     
Flag Coverage Δ
bare-k8s-integration 9.37% <ø> (+0.47%) ⬆️
controllers-integration 67.89% <ø> (+2.57%) ⬆️
envoygateway-integration 47.57% <ø> (-2.73%) ⬇️
gatewayapi-integration 13.05% <ø> (-1.35%) ⬇️
istio-integration 48.73% <ø> (-4.79%) ⬇️
unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
api/v1beta1 (u) 90.00% <ø> (-0.91%) ⬇️
api/v1beta2 (u) ∅ <ø> (∅)
pkg/common (u) 29.45% <44.44%> (-58.69%) ⬇️
pkg/istio (u) 46.43% <72.05%> (-25.08%) ⬇️
pkg/log (u) 61.36% <ø> (-33.38%) ⬇️
pkg/reconcilers (u) ∅ <ø> (∅)
pkg/rlptools (u) ∅ <ø> (∅)
controllers (i) 78.77% <81.09%> (-4.29%) ⬇️

see 70 files with indirect coverage changes

@david-martin david-martin merged commit 549f150 into main Nov 8, 2024
32 of 33 checks passed
@david-martin david-martin deleted the update-openshift-obs-guide branch November 8, 2024 09:35
maleck13 pushed a commit that referenced this pull request Nov 13, 2024
maleck13 added a commit that referenced this pull request Nov 13, 2024
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
maleck13 added a commit that referenced this pull request Nov 13, 2024
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
maleck13 added a commit that referenced this pull request Nov 13, 2024
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
maleck13 added a commit that referenced this pull request Nov 14, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants