You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/network-observability-virtualization-configuration.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,19 +67,19 @@ metadata:
67
67
spec:
68
68
agent:
69
69
ebpf:
70
-
privileged: true <1>
70
+
privileged: true \ <1>
71
71
processor:
72
72
advanced:
73
73
secondaryNetworks:
74
-
- index: <2>
75
-
- MAC <3>
76
-
name: my-vms/l2-network <4>
74
+
- index: \ <2>
75
+
- MAC \ <3>
76
+
name: my-vms/l2-network \ <4>
77
77
# ...
78
78
----
79
-
<.> Ensure that the eBPF agent is in `privileged` mode so that flows are collected for secondary interfaces.
80
-
<.> Define the fields to use for indexing the virtual machine launcher pods. It is recommended to use the `MAC` address as the indexing field to get network flows enrichment for secondary interfaces. If you have overlapping MAC address between pods, then additional indexing fields, such as `IP` and `Interface`, could be added to have accurate enrichment.
81
-
<.> If your additional network information has a MAC address, add `MAC` to the field list.
82
-
<.> Specify the name of the network found in the `k8s.v1.cni.cncf.io/network-status` annotation. Usually <namespace>/<network_attachement_definition_name>.
79
+
<1> Ensure that the eBPF agent is in `privileged` mode so that flows are collected for secondary interfaces.
80
+
<2> Define the fields to use for indexing the virtual machine launcher pods. It is recommended to use the `MAC` address as the indexing field to get network flows enrichment for secondary interfaces. If you have overlapping MAC address between pods, then additional indexing fields, such as `IP` and `Interface`, could be added to have accurate enrichment.
81
+
<3> If your additional network information has a MAC address, add `MAC` to the field list.
82
+
<4> Specify the name of the network found in the `k8s.v1.cni.cncf.io/network-status` annotation. Usually <namespace>/<network_attachement_definition_name>.
<.> Specify the name of your cluster. If your cluster name is longer than 15 characters, it will contain an autogenerated domain prefix as a subdomain for your provisioned cluster on openshiftapps.com. To customize the subdomain, use the `--domain-prefix` flag. The domain prefix cannot be longer than 15 characters, must be unique, and cannot be changed after cluster creation.
52
-
<.> Optional: The `--private` argument is used to create private {hcp-title} clusters. If you use this argument, ensure that you only use your private subnet ID for `--subnet-ids`.
53
-
<.> By default, the cluster-specific Operator role names are prefixed with the cluster name and a random 4-digit hash. You can optionally specify a custom prefix to replace `<cluster_name>-<hash>` in the role names. The prefix is applied when you create the cluster-specific Operator IAM roles. For information about the prefix, see _About custom Operator IAM role prefixes_.
51
+
<1> Specify the name of your cluster. If your cluster name is longer than 15 characters, it will contain an autogenerated domain prefix as a subdomain for your provisioned cluster on openshiftapps.com. To customize the subdomain, use the `--domain-prefix` flag. The domain prefix cannot be longer than 15 characters, must be unique, and cannot be changed after cluster creation.
52
+
<2> Optional: The `--private` argument is used to create private {hcp-title} clusters. If you use this argument, ensure that you only use your private subnet ID for `--subnet-ids`.
53
+
<3> By default, the cluster-specific Operator role names are prefixed with the cluster name and a random 4-digit hash. You can optionally specify a custom prefix to replace `<cluster_name>-<hash>` in the role names. The prefix is applied when you create the cluster-specific Operator IAM roles. For information about the prefix, see _About custom Operator IAM role prefixes_.
54
54
+
55
55
[NOTE]
56
56
====
57
57
If you specified custom ARN paths when you created the associated account-wide roles, the custom path is automatically detected. The custom path is applied to the cluster-specific Operator roles when you create them in a later step.
58
58
====
59
-
<.> Optional: A unique identifier that might be required when you assume a role in another account.
59
+
60
+
<4> Optional: A unique identifier that might be required when you assume a role in another account.
60
61
--
61
62
62
63
* If you set the environmental variables, create a cluster with a single, initial machine pool, using either a publicly or privately available API, and a publicly or privately available Ingress by running the following command:
@@ -100,6 +101,6 @@ If the installation fails or the `State` field does not change to `ready` after
100
101
+
101
102
[source,terminal]
102
103
----
103
-
$ rosa logs install --cluster=<cluster_name> --watch \ <.>
104
+
$ rosa logs install --cluster=<cluster_name> --watch \ <1>
104
105
----
105
-
<.> Optional: To watch for new log messages as the installation progresses, use the `--watch` argument.
106
+
<1> Optional: To watch for new log messages as the installation progresses, use the `--watch` argument.
<.> Specify the name of your cluster. If your cluster name is longer than 15 characters, it will contain an autogenerated domain prefix as a subdomain for your provisioned cluster on openshiftapps.com. To customize the subdomain, use the `--domain-prefix` flag. The domain prefix cannot be longer than 15 characters, must be unique, and cannot be changed after cluster creation.
47
-
<.> By default, the cluster-specific Operator role names are prefixed with the cluster name and a random 4-digit hash. You can optionally specify a custom prefix to replace `<cluster_name>-<hash>` in the role names. The prefix is applied when you create the cluster-specific Operator IAM roles. For information about the prefix, see _About custom Operator IAM role prefixes_.
46
+
<1> Specify the name of your cluster. If your cluster name is longer than 15 characters, it will contain an autogenerated domain prefix as a subdomain for your provisioned cluster on openshiftapps.com. To customize the subdomain, use the `--domain-prefix` flag. The domain prefix cannot be longer than 15 characters, must be unique, and cannot be changed after cluster creation.
47
+
<2> By default, the cluster-specific Operator role names are prefixed with the cluster name and a random 4-digit hash. You can optionally specify a custom prefix to replace `<cluster_name>-<hash>` in the role names. The prefix is applied when you create the cluster-specific Operator IAM roles. For information about the prefix, see _About custom Operator IAM role prefixes_.
48
48
+
49
49
[NOTE]
50
50
====
51
51
If you specified custom ARN paths when you created the associated account-wide roles, the custom path is automatically detected. The custom path is applied to the cluster-specific Operator roles when you create them in a later step.
52
52
====
53
-
<.> Provide the AWS account that is responsible for all billing.
53
+
54
+
<3> Provide the AWS account that is responsible for all billing.
54
55
--
55
56
56
57
* If you set the environment variables, create a cluster with egress lockdown that has a single, initial machine pool, using a privately available API, and a privately available Ingress by running the following command:
@@ -88,6 +89,6 @@ If the installation fails or the `State` field does not change to `ready` after
88
89
+
89
90
[source,terminal]
90
91
----
91
-
$ rosa logs install --cluster=<cluster_name> --watch \ <.>
92
+
$ rosa logs install --cluster=<cluster_name> --watch \ <1>
92
93
----
93
-
<.> Optional: To watch for new log messages as the installation progresses, use the `--watch` argument.
94
+
<1> Optional: To watch for new log messages as the installation progresses, use the `--watch` argument.
0 commit comments