Skip to content

Commit

Permalink
docs: deprecated webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Mar 10, 2021
1 parent f58665a commit e5d9584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ If you want to install Kubernetes from scratch, you can try [kubespray](https://
- [Vlan/Underlay Support](docs/vlan.md)
- [DPDK Support](docs/dpdk.md)
- [Traffic Mirror](docs/mirror.md)
- [Webhook](docs/webhook.md)
- [IPv6](docs/ipv6.md)
- [DualStack](docs/dual-stack.md)
- [VPC](docs/vpc.md)
Expand Down
4 changes: 3 additions & 1 deletion docs/webhook.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Webhook

*Deprecated*: Webhook is not used now.

Kube-OVN supports allocation static IP addresses along with dynamical addresses which means we should hold static IP addresses don't allow others using it.

## Pre-request
Expand All @@ -9,7 +11,7 @@ Kube-OVN supports allocation static IP addresses along with dynamical addresses

## To install

The webhook needs https so we using cert-manager here to generate the certificate. Normally cert-manager doesn't use `hostNetwork` so it needs CNI to allocate IP addresses. As a result, we should install ovn, kube-ovn, cert-manager before webhook.
The webhook needs https, so we use cert-manager here to generate the certificate. Normally cert-manager doesn't use `hostNetwork` so it needs CNI to allocate IP addresses. As a result, we should install ovn, kube-ovn, cert-manager before webhook.

Example:
Assume you have two deployments have ip conflict.
Expand Down

0 comments on commit e5d9584

Please sign in to comment.