Skip to content

KEP 1645: add ServiceImport conditions #5439

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MrFreezeex
Copy link
Member

  • One-line PR description: Add conditions field to ServiceImport resource
  • Other comments:

So far we had the conditions fields only on ServiceExport, trying to implement dual stack on Cilium and Submariner highlighted that there could be some "import time" errors as well. For instance, having an IPv6 only service and trying to import in IPv4 only clusters which in both Cilium and Submariner raise some issue that we would want to report to users via the ServiceImport conditions.

This is not specifically tied to IP protocol/families issues but supposed to be a general thing for implementations to report any errors and status occurring during import time.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 27, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: MrFreezeex
Once this PR has been reviewed and has the lgtm label, please assign skitt for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the kind/kep Categorizes KEP tracking issues and PRs modifying the KEP directory label Jun 27, 2025
@k8s-ci-robot k8s-ci-robot requested review from JeremyOT and skitt June 27, 2025 11:10
@k8s-ci-robot k8s-ci-robot added sig/multicluster Categorizes an issue or PR as relevant to SIG Multicluster. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jun 27, 2025
@MrFreezeex
Copy link
Member Author

MrFreezeex commented Jun 27, 2025

/cc @tpantelis @mikemorris

I would bring this in the next sig meeting but if you have any comment and/or want to review this prior to the meeting feel free!

@MrFreezeex MrFreezeex force-pushed the svcimport-conditions branch from 7def6e0 to e68fa5b Compare June 27, 2025 11:15
@MrFreezeex MrFreezeex changed the title KEP 1645: add ServiceExport conditions KEP 1645: add ServiceImport conditions Jun 27, 2025
@MrFreezeex MrFreezeex force-pushed the svcimport-conditions branch from e68fa5b to 1c3b48e Compare June 27, 2025 11:17
Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
@MrFreezeex MrFreezeex force-pushed the svcimport-conditions branch from 1c3b48e to 4b5054a Compare June 27, 2025 13:42
@mikemorris
Copy link
Member

Agreed this makes sense as a general-purpose mechanism for surfacing issues which can not be discovered at export time.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/kep Categorizes KEP tracking issues and PRs modifying the KEP directory lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/multicluster Categorizes an issue or PR as relevant to SIG Multicluster. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants