You are viewing documentation for a release that is no longer maintainedSee documentation for the latest supported version 3 or the latest supported version 4. 11.2.2.2. YAML マニフェストからの追加ネットワークの設定 追加ネットワークの設定は、以下の例のように YAML 設定ファイルから指定します。 apiVersion: k8s.cni.cncf.io/v1 kind: NetworkAttachmentDefinition metadata: name: <name> 1 spec: config: |- 2 { ... } 1 作成している追加ネットワーク割り当ての名前。 2 JSON 形式の CNI プラグインの設定です。 次へ