mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
doc: fix couple of issues for the doc of agnhost
- The code for google analytics is not well-formatted, which cause its not rendered well and properly not work as expected. - webhook v1beta1 is out, the `TODO` in the guide could be removed. Signed-off-by: Dave Chen <dave.chen@arm.com>
This commit is contained in:
parent
377104418d
commit
aba7e7597b
@ -496,20 +496,18 @@ Usage:
|
|||||||
kubectl exec test-agnhost -- /agnhost serve-hostname [--tcp] [--udp] [--http] [--close] [--port <port>]
|
kubectl exec test-agnhost -- /agnhost serve-hostname [--tcp] [--udp] [--http] [--close] [--port <port>]
|
||||||
```
|
```
|
||||||
|
|
||||||
[]()
|
||||||
?pixel)]()
|
|
||||||
|
|
||||||
[]()
|
||||||
)]()
|
|
||||||
|
|
||||||
|
|
||||||
### webhook (Kubernetes External Admission Webhook)
|
### webhook (Kubernetes External Admission Webhook)
|
||||||
|
|
||||||
The subcommand tests MutatingAdmissionWebhook and ValidatingAdmissionWebhook. After deploying
|
The subcommand tests MutatingAdmissionWebhook and ValidatingAdmissionWebhook. After deploying
|
||||||
it to kubernetes cluster, administrator needs to create a ValidatingWebhookConfiguration
|
it to kubernetes cluster, administrator needs to create a MutatingWebhookConfiguration or
|
||||||
in kubernetes cluster to register remote webhook admission controllers.
|
ValidatingWebhookConfiguration in kubernetes cluster to register remote webhook admission controllers.
|
||||||
|
|
||||||
TODO: add the reference when the document for admission webhook v1beta1 API is done.
|
More details on the configuration can be found from here [Dynamic Admission Control](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/).
|
||||||
|
|
||||||
Check the [MutatingAdmissionWebhook](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#mutatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io) and [ValidatingAdmissionWebhook](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#validatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io) documentations for more information about them.
|
Check the [MutatingAdmissionWebhook](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#mutatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io) and [ValidatingAdmissionWebhook](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#validatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io) documentations for more information about them.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user