Skip to content

Commit

Permalink
deploy: aa718c1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzheng422 committed Apr 4, 2024
1 parent c066452 commit 95f8ac4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
10 changes: 6 additions & 4 deletions ocp4/4.10/4.10.netflow.table.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,11 @@ <h1 class="menu-title">OpenShift4 慢慢走</h1>
<div id="content" class="content">
<main>
<h1 id="show-netflow-table-in-openshift-410"><a class="header" href="#show-netflow-table-in-openshift-410">show netflow table in openshift 4.10</a></h1>
<p>begin in openshift 4.10, admin can set ovs to export netflow to a remote server, let's see how to config it and see the resule.</p>
<p>openshift 4 network observability is a new feature, it use ebpf to get netflow, and show in the UI.</p>
<ul>
<li><a href="https://docs.openshift.com/container-platform/4.10/networking/network_observability/understanding-network-observability-operator.html">Network Observability Operator in OpenShift Container Platform</a></li>
</ul>
<p>begin in openshift 4.10, admin can set ovs to export netflow to a remote server</p>
<ul>
<li><a href="https://docs.openshift.com/container-platform/4.10/networking/ovn_kubernetes_network_provider/tracking-network-flows.html">offical document: Tracking network flows</a></li>
</ul>
Expand Down Expand Up @@ -291,9 +295,7 @@ <h1 id="install-a-hrefhttpsgithubcomred-hat-storagelvm-operatorlvm-operatora"><a
<h1 id="install-netobserv-operator"><a class="header" href="#install-netobserv-operator">install NetObserv Operator</a></h1>
<h2 id="install-loki"><a class="header" href="#install-loki">install loki</a></h2>
<p>following netobserv operator's installation guide, you can install a simplified version of loki.</p>
<pre><code class="language-bash">
```bash
# install Loki
<pre><code class="language-bash"># install Loki
kubectl create namespace network-observability

# oc delete ns network-observability
Expand Down
10 changes: 6 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -29217,7 +29217,11 @@ <h2 id="top-to-show-thread-and-core"><a class="header" href="#top-to-show-thread
</code></pre>
<h1 id="end-14"><a class="header" href="#end-14">end</a></h1>
<div style="break-before: page; page-break-before: always;"></div><h1 id="show-netflow-table-in-openshift-410"><a class="header" href="#show-netflow-table-in-openshift-410">show netflow table in openshift 4.10</a></h1>
<p>begin in openshift 4.10, admin can set ovs to export netflow to a remote server, let's see how to config it and see the resule.</p>
<p>openshift 4 network observability is a new feature, it use ebpf to get netflow, and show in the UI.</p>
<ul>
<li><a href="https://docs.openshift.com/container-platform/4.10/networking/network_observability/understanding-network-observability-operator.html">Network Observability Operator in OpenShift Container Platform</a></li>
</ul>
<p>begin in openshift 4.10, admin can set ovs to export netflow to a remote server</p>
<ul>
<li><a href="https://docs.openshift.com/container-platform/4.10/networking/ovn_kubernetes_network_provider/tracking-network-flows.html">offical document: Tracking network flows</a></li>
</ul>
Expand Down Expand Up @@ -29350,9 +29354,7 @@ <h1 id="install-a-hrefhttpsgithubcomred-hat-storagelvm-operatorlvm-operatora-2">
<h1 id="install-netobserv-operator"><a class="header" href="#install-netobserv-operator">install NetObserv Operator</a></h1>
<h2 id="install-loki"><a class="header" href="#install-loki">install loki</a></h2>
<p>following netobserv operator's installation guide, you can install a simplified version of loki.</p>
<pre><code class="language-bash">
```bash
# install Loki
<pre><code class="language-bash"># install Loki
kubectl create namespace network-observability

# oc delete ns network-observability
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 95f8ac4

Please sign in to comment.