mirror of https://github.com/kubernetes/kops.git
Merge pull request #11844 from cloudnatix/kenji/docs-azure
Clarify the limitations of Azure DNS support
This commit is contained in:
commit
035a989416
|
@ -1,9 +1,12 @@
|
||||||
# Getting Started with kOps on Azure
|
# Getting Started with kOps on Azure
|
||||||
|
|
||||||
Azure support on kOps is currently in alpha. The original issue
|
Azure support on kOps is currently in alpha. The original issue
|
||||||
ticket is [#3957](https://github.com/kubernetes/kops/issues/3957) and
|
ticket is [#3957](https://github.com/kubernetes/kops/issues/3957).
|
||||||
the remaining items are tracked in
|
|
||||||
[#10412](https://github.com/kubernetes/kops/issues/10412).
|
Please see [#10412](https://github.com/kubernetes/kops/issues/10412)
|
||||||
|
for the remaining items and limitations. For example, Azure DNS is not
|
||||||
|
currently supported, and clusters need to be created with [Gossip
|
||||||
|
DNS](https://kops.sigs.k8s.io/gossip/).
|
||||||
|
|
||||||
# Create Creation Steps
|
# Create Creation Steps
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue