Skip to content

Commit 5176c6d

Browse files
committed
Fixes:
* Change GEP status to Provisional * Fix indentation in Route yaml * Fix optional-selection notation
1 parent e876ced commit 5176c6d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

examples/standard/clusterip-gateway/customroute.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
kind: TCPRoute/CustomRoute
1+
kind: [TCPRoute|CustomRoute]
22
metadata:
33
name: service-route
44
spec:
5+
config:
6+
sessionAffinity: false
57
parentRefs:
68
- name: example-cluster-ip-gateway
79
rules:
8-
config:
9-
sessionAffinity: false
1010
backendRefs:
1111
- kind: EndpointSelector
12-
port: 8080
13-
name: exampleapp-app-pods
12+
port: 8080
13+
name: exampleapp-app-pods
1414
---
1515
apiVersion: gateway.networking.k8s.io/v1alpha1
1616
kind: EndpointSelector

examples/standard/clusterip-gateway/tcproute-with-endpointselector.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
- name: example-cluster-ip-gateway
77
rules:
88
config:
9-
sessionAffinity: false
9+
sessionAffinity: false
1010
backendRefs:
1111
- kind: EndpointSelector
1212
port: 8080

geps/gep-3539/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GEP-3539: ClusterIP Gateway - Gateway API to Expose Pods on Cluster-Internal IP Address
22

33
* Issue: [#3539](https://github.com/kubernetes-sigs/gateway-api/issues/3539)
4-
* Status: Memorandum
4+
* Status: Provisional
55

66
## TLDR
77

@@ -186,7 +186,7 @@ implementations.
186186
| Feature | ServiceAPI options | Gateway API possibilities |
187187
|---|---|---|
188188
| sessionAffinity | ClientIP <br /> NoAffinity | Route level
189-
| allocateLoadBalancerNodePorts | True <br /> False | Not supported for ClusterIP Gateway <br /> Supported for LoadBalancer Gateway |
189+
| allocateLoadBalancerNodePorts | True <br /> False | Not supported? (No need for LB Gateway type to also create NodePort) |
190190
| externalIPs | List of externalIPs for service | Not supported? |
191191
| externalTrafficPolicy | Local <br /> Cluster | Supported for LB Gateways only, Route level |
192192
| internalTrafficPolicy | Local <br /> Cluster | Supported for ClusterIP Gateways only, Route level |

geps/gep-3539/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: internal.gateway.networking.k8s.io/v1alpha1
22
kind: GEPDetails
33
number: 3539
44
name: ClusterIP Gateway - Gateway API to Expose Pods on Cluster-Internal IP Address
5-
status: Experimental
5+
status: Provisional
66
authors:
77
- ptrivedi

0 commit comments

Comments
 (0)