Skip to content

Commit 58f3d6a

Browse files
committed
Removed local from supported values.
1 parent fe2ba09 commit 58f3d6a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/proposals/.DS_Store

8 KB
Binary file not shown.

docs/proposals/1374-mc-inference-gateways/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The multi-cluster Inference Gateway model will largely follow the multi-cluster
3636

3737
#### InferencePool
3838

39-
A new `inference.networking.k8s.io/export` annotation is added to InferencePool (replacement for ServiceExport resource in MCS). In the future this may become a field, but we’ll start with an annotation to allow for faster iteration. [We’ll avoid using a bool here to align with k8s API conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#primitive-types). The supported values to start will be `Local` and `ClusterSet`. In the future, we may allow for some intermediate values such as Regional or domain-prefixed values.
39+
A new `inference.networking.k8s.io/export` annotation is added to InferencePool (replacement for ServiceExport resource in MCS). In the future this may become a field, but we’ll start with an annotation to allow for faster iteration. [We’ll avoid using a bool here to align with k8s API conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#primitive-types). The supported values to start will be `ClusterSet` until any other use-case is accepted. In the future, we may allow for some intermediate values such as Regional or domain-prefixed values.
4040

4141
#### InferencePoolImport
4242

0 commit comments

Comments
 (0)