gateway-api icon indicating copy to clipboard operation
gateway-api copied to clipboard

GEP: Pattern for policy attachment

Open robscott opened this issue 4 years ago • 14 comments

What would you like to be added: This GEP will add a formal proposal for attaching policies to Gateway API. Although many of these resources will be implementation specific, it will be helpful to have consistent patterns for accomplishing this.

Why is this needed: Although Gateway API already significantly increases what's possible with portable routing APIs for Kubernetes, there are still some implementation specific concepts that will need to be attached to this API. A consistent pattern will improve the overall portability and UX of this API.

GEP: https://gateway-api.sigs.k8s.io/geps/gep-713/

robscott avatar Jul 10 '21 01:07 robscott

The working document for this issue is here: https://docs.google.com/document/d/13fyptUtO9NV_ZAgkoJlfukcBf2PVGhsKWG37yLkppJo

hbagdi avatar Jul 13 '21 18:07 hbagdi

xref #98 #99 #91 #89 #114 #97 #611

hbagdi avatar Aug 03 '21 18:08 hbagdi

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Nov 01 '21 19:11 k8s-triage-robot

I think this can be closed now that it has been implemented and documented.

/close

robscott avatar Nov 01 '21 20:11 robscott

@robscott: Closing this issue.

In response to this:

I think this can be closed now that it has been implemented and documented.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Nov 01 '21 20:11 k8s-ci-robot

Reopening this to track stability of this feature and eventual graduation to standard channel.

robscott avatar Aug 02 '22 16:08 robscott

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Sep 14 '22 22:09 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

k8s-triage-robot avatar Oct 14 '22 23:10 k8s-triage-robot

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Oct 14 '22 23:10 k8s-ci-robot

This one still needs further work.

/lifecycle frozen

youngnick avatar Oct 17 '22 06:10 youngnick

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Jun 13 '23 00:06 k8s-triage-robot

/lifecycle frozen

youngnick avatar Jun 13 '23 15:06 youngnick

After some discussion on this, we're going to break up this GEP into at least:

  • Problem overview and discussion (GEP-713, this GEP)
  • Direct Policy Attachment (#2648)
  • Inherited Policy Attachment (#2649)

Currently the plan is to include status for each of the types into the relevant GEP, and leave the general status discussion and cookbook in GEP-713.

The reason for this is so that we can (hopefully) graduate these things on separate timeframes, and don't need to have complete agreement about Inherited to be able to graduate Direct Policy Attachment.

youngnick avatar Dec 06 '23 03:12 youngnick