Merge pull request #42410 from Richabanker/uvip-glossary
update glossary entry for MVP
This commit is contained in:
commit
5af0753c62
|
|
@ -23,7 +23,7 @@ from the upgrade process.
|
|||
This mechanism is called the _Mixed Version Proxy_.
|
||||
|
||||
## Enabling the Mixed Version Proxy
|
||||
Ensure that `UnknownVersionInteroperabilityProxy` [feature gate](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/)
|
||||
Ensure that `UnknownVersionInteroperabilityProxy` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
|
||||
is enabled when you start the {{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}}:
|
||||
|
||||
```shell
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: Mixed Version Proxy (MVP)
|
||||
id: mvp
|
||||
date: 2023-07-24
|
||||
full_link: /docs/concepts/architecture/mixed-version-proxy#Enabling-the-Mixed-Version-Proxy
|
||||
full_link: /docs/concepts/architecture/mixed-version-proxy/
|
||||
short_description: >
|
||||
Feature that lets a kube-apiserver proxy a resource request to a different peer API server.
|
||||
aka: ["MVP"]
|
||||
|
|
@ -17,5 +17,5 @@ When a cluster has multiple API servers running different versions of Kubernetes
|
|||
feature enables resource requests to be served by the correct API server.
|
||||
|
||||
MVP is disabled by default and can be activated by enabling
|
||||
the feature gate named `UnknownVersionInteroperabilityProxy` when
|
||||
{{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}} is started.
|
||||
the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) named `UnknownVersionInteroperabilityProxy` when
|
||||
the {{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}} is started.
|
||||
|
|
|
|||
Loading…
Reference in New Issue