Fix broken links (#15333)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
This commit is contained in:
parent
58d8991c98
commit
8a3234389f
|
@ -148,7 +148,7 @@ You can also filter by namespaces or a label selector. This can allow you to run
|
|||
|
||||
In addition to the features described above, CoreDNS is easily extended. It is possible to build custom versions
|
||||
of CoreDNS that include your own features. For example, this ability has been used to extend CoreDNS to do recursive resolution
|
||||
with the [unbound plugin](https://https://coredns.io/explugins/unbound), to server records directly from a database with the [pdsql plugin](https://coredns.io/explugins/pdsql), and to allow multiple CoreDNS instances to share a common level 2 cache with the [redisc plugin](https://coredns.io/explugins/redisc).
|
||||
with the [unbound plugin](https://coredns.io/explugins/unbound), to server records directly from a database with the [pdsql plugin](https://coredns.io/explugins/pdsql), and to allow multiple CoreDNS instances to share a common level 2 cache with the [redisc plugin](https://coredns.io/explugins/redisc).
|
||||
|
||||
Many other interesting extensions have been added, which you will find on the [External Plugins](https://coredns.io/explugins/) page of the CoreDNS site. One that is really interesting for Kubernetes and Istio users is the [kubernetai plugin](https://coredns.io/explugins/kubernetai), which allows a single CoreDNS instance to connect to multiple Kubernetes clusters and provide service discovery across all of them.
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ KRIB features:
|
|||
|
||||
## クラスターの作成
|
||||
|
||||
Review [Digital Rebar documentation](https://https://provision.readthedocs.io/en/tip/README.html) for details about installing the platform.
|
||||
Review [Digital Rebar documentation](https://provision.readthedocs.io/en/tip/README.html) for details about installing the platform.
|
||||
|
||||
The Digital Rebar Provision Golang binary should be installed on a Linux-like system with 16 GB of RAM or larger (Packet.net Tiny and Rasberry Pi are also acceptable).
|
||||
|
||||
|
|
Loading…
Reference in New Issue