mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #80842 from chendave/guide
doc: fix couple of issues for the doc of agnhost
This commit is contained in:
commit
8756c9d18b
@ -496,20 +496,18 @@ Usage:
|
||||
kubectl exec test-agnhost -- /agnhost serve-hostname [--tcp] [--udp] [--http] [--close] [--port <port>]
|
||||
```
|
||||
|
||||
[]()
|
||||
[]()
|
||||
|
||||
[]()
|
||||
[]()
|
||||
|
||||
|
||||
### webhook (Kubernetes External Admission Webhook)
|
||||
|
||||
The subcommand tests MutatingAdmissionWebhook and ValidatingAdmissionWebhook. After deploying
|
||||
it to kubernetes cluster, administrator needs to create a ValidatingWebhookConfiguration
|
||||
in kubernetes cluster to register remote webhook admission controllers.
|
||||
it to kubernetes cluster, administrator needs to create a MutatingWebhookConfiguration or
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user