ci: add CI test for new KCM region with KOF#660
Merged
Conversation
c09861b to
f03e240
Compare
f11d3f8 to
9372d73
Compare
faa812b to
4b0e17d
Compare
0d6f7e8 to
4e5f588
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new CI test workflow for KCM region deployments with KOF, along with supporting configuration changes. The workflow validates KOF deployment on KCM regional clusters in both standard and Istio-enabled configurations.
Key changes:
- Adds comprehensive CI workflow for testing KCM region with KOF in both standard and Istio configurations
- Updates cluster deployment templates to support regional KOF deployments
- Refactors CI workflows to improve checkout ordering and consistency
Reviewed changes
Copilot reviewed 10 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/pr_test_kcm_region_with_kof.yaml |
New CI workflow testing KCM region with KOF in dev and dev-istio modes |
Makefile |
Adds targets for deploying adopted KCM region clusters with Istio support |
demo/cluster/adopted-cluster-kcm-region.yaml |
Updates regional cluster config with KOF annotations and storage values |
demo/cluster/adopted-cluster-istio-kcm-region.yaml |
New cluster deployment template for regional Istio-enabled clusters |
charts/kof-regional/templates/regional-multi-cluster-service.yaml |
Adds default empty string fallback for cert email annotation |
docs/dev.md |
Removes deprecated injectionNamespaces setting from Istio installation |
.github/workflows/pr_test_mgmt_upgrade.yml |
Reorders PR checkout before KCM repository deletion |
.github/workflows/pr_test_adopted_upgrade.yml |
Reorders PR checkout before KCM repository deletion |
charts/kof-storage/values.yaml |
Removes dummy test value |
charts/kof-collectors/values.yaml |
Adds dummy test value |
Comments suppressed due to low confidence (1)
charts/kof-storage/values.yaml:1
- Removed a dummy test value, which is appropriate for production code.
global:
gmlexx
approved these changes
Jan 7, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #600