Skip to content

CNV#52385: Removing featureGates from YAML files #92373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions modules/virt-configuring-secondary-dns-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[id="virt-configuring-secondary-dns-server_{context}"]
= Configuring a DNS server for secondary networks

The Cluster Network Addons Operator (CNAO) deploys a Domain Name Server (DNS) server and monitoring components when you enable the `deployKubeSecondaryDNS` feature gate in the `HyperConverged` custom resource (CR).
The Cluster Network Addons Operator (CNAO) deploys a Domain Name Server (DNS) server and monitoring components when you enable `deployKubeSecondaryDNS` in the `HyperConverged` custom resource (CR).

.Prerequisites

Expand All @@ -33,8 +33,7 @@ metadata:
name: kubevirt-hyperconverged
namespace: {CNVNamespace}
spec:
featureGates:
deployKubeSecondaryDNS: true <1>
deployKubeSecondaryDNS: true <1>
# ...
----
<1> Enables the DNS server
Expand Down Expand Up @@ -80,8 +79,7 @@ metadata:
name: kubevirt-hyperconverged
namespace: {CNVNamespace}
spec:
featureGates:
deployKubeSecondaryDNS: true
deployKubeSecondaryDNS: true
kubeSecondaryDNSNameServerIP: "10.46.41.94" <1>
# ...
----
Expand Down