2.6. 実行中のクラスターからの OVS インターフェイスのスナップショット取得
スナップショットは、特定の時点における OVS インターフェイスの状態とデータを表します。
手順
実行中の MicroShift クラスターから OVS インターフェイスのスナップショットを表示するには、次のコマンドを使用します。
$ sudo ovs-vsctl show
実行中のクラスターでの OVS インターフェイスの例
9d9f5ea2-9d9d-4e34-bbd2-dbac154fdc93 Bridge br-ex Port br-ex Interface br-ex type: internal Port patch-br-ex_localhost.localdomain-to-br-int 1 Interface patch-br-ex_localhost.localdomain-to-br-int type: patch options: {peer=patch-br-int-to-br-ex_localhost.localdomain} 2 Bridge br-int fail_mode: secure datapath_type: system Port patch-br-int-to-br-ex_localhost.localdomain Interface patch-br-int-to-br-ex_localhost.localdomain type: patch options: {peer=patch-br-ex_localhost.localdomain-to-br-int} Port eebee1ce5568761 Interface eebee1ce5568761 3 Port b47b1995ada84f4 Interface b47b1995ada84f4 4 Port "3031f43d67c167f" Interface "3031f43d67c167f" 5 Port br-int Interface br-int type: internal Port ovn-k8s-mp0 6 Interface ovn-k8s-mp0 type: internal ovs_version: "2.17.3"
- 1
patch-br-ex_localhost.localdomain-to-br-int
とpatch-br-int-to-br-ex_localhost.localdomain
は、br-ex
とbr-int
を接続する OVS パッチポートです。- 2
patch-br-ex_localhost.localdomain-to-br-int
とpatch-br-int-to-br-ex_localhost.localdomain
は、br-ex
とbr-int
を接続する OVS パッチポートです。- 3
- Pod インターフェイス
eebee1ce5568761
は、Pod Sandbox ID の最初の 15 ビットを使用して名前が付けられ、br-int
ブリッジにプラグインされます。 - 4
- Pod インターフェイス
b47b1995ada84f4
は、Pod Sandbox ID の最初の 15 ビットを使用して名前が付けられ、br-int
ブリッジにプラグインされます。 - 5
- Pod インターフェイス
3031f43d67c167f
は、Pod Sandbox ID の最初の 15 ビットを使用して名前が付けられ、br-int
ブリッジにプラグインされます。 - 6
- ヘアピントラフィック用の OVS 内部ポート
ovn-k8s-mp0
は、ovnkube-master
コンテナーによって作成されます。