Skip to content

Commit

Permalink
Deployed 0d6c3ed with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2024
1 parent 424b065 commit 69d847f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions kube-loxilb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2372,15 +2372,11 @@ <h2 id="how-to-use-kube-loxilb-crds">How to use kube-loxilb CRDs ?</h2>
<span class="w"> </span><span class="nt">ipAddress</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">123.123.123.2</span>
<span class="w"> </span><span class="nt">remoteAs</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">65123</span>
<span class="w"> </span><span class="nt">remotePort</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">179</span>
</code></pre></div></p>
<ol>
<li>Apply CRD to add a new BGP Peer </li>
</ol>
<div class="highlight"><pre><span></span><code>kubectl apply -f bgp-peer.yaml
</code></pre></div>
<ol>
<li>Verify the applied CRD </li>
</ol>
3. Apply CRD to add a new BGP Peer </p>
<p><div class="highlight"><pre><span></span><code>kubectl apply -f bgp-peer.yaml
</code></pre></div>
4. Verify the applied CRD </p>
<p>You can check it in two ways. The first one can be checked through loxicmd(in loxilb container), and the second one can be checked through kubectl. <br />
<div class="highlight"><pre><span></span><code># loxicmd
kubectl exec -it {loxilb} -n kube-system -- loxicmd get bgpneigh
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 69d847f

Please sign in to comment.