1 つのコントロール プレーンと 2 つのワーカー ノードを持つ KIND クラスターがあります。ワーカー ノードに nftables をインストールしてデバッグしたい。
ルールを一覧表示しようとすると、以下のエラーが表示されます
root@worker:/# nft list ruleset
nft: error while loading shared libraries: libnftables.so.1: cannot open shared object file: No such file or directory
nftables とその依存関係をインストールしようとすると、以下のエラーが表示されます。
root@-worker:/# apt-get install nftables
Reading package lists... Done
Building dependency tree
Reading state information... Done
nftables is already the newest version (0.9.8-3).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
nftables : Depends: libnftables1 (= 0.9.8-3) but it is not installable
Depends: libedit2 (>= 3.1-20130611-0) but it is not installable
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).