Merge pull request #42410 from Richabanker/uvip-glossary

update glossary entry for MVP
This commit is contained in:
Kubernetes Prow Robot 2023-08-13 07:57:21 -07:00 committed by GitHub
commit 5af0753c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.