Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions modules/agent-install-networking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You must specify the value for the `rendezvousIP` field. The `networkConfig` fie

[source,yaml]
----
apiVersion: v1alpha1
apiVersion: v1beta1
kind: AgentConfig
metadata:
name: sno-cluster
Expand All @@ -42,7 +42,7 @@ rendezvousIP: 192.168.111.80 <1>
[source,yaml]
----
cat > agent-config.yaml << EOF
apiVersion: v1alpha1
apiVersion: v1beta1
kind: AgentConfig
metadata:
name: sno-cluster
Expand Down
2 changes: 1 addition & 1 deletion modules/agent-install-sample-config-bond-sriov.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following `agent-config.yaml` file is an example of a manifest for dual port

[source,yaml]
----
apiVersion: v1alpha1
apiVersion: v1beta1
kind: AgentConfig
rendezvousIP: 10.10.10.14
hosts:
Expand Down
2 changes: 1 addition & 1 deletion modules/agent-install-sample-config-bonds-vlans.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following `agent-config.yaml` file is an example of a manifest for bond and

[source,yaml]
----
apiVersion: v1alpha1
apiVersion: v1beta1
kind: AgentConfig
rendezvousIP: 10.10.10.14
hosts:
Expand Down