Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created March 9, 2024 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/91bad67414e698e74716a573273617e7 to your computer and use it in GitHub Desktop.
Save gowatana/91bad67414e698e74716a573273617e7 to your computer and use it in GitHub Desktop.
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: kf-ip-address-pool
namespace: metallb-system
spec:
addresses:
- 192.168.12.211-192.168.12.215
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: kf-l2advertisement
namespace: metallb-system
spec:
ipAddressPools:
- kf-ip-address-pool
@gowatana
Copy link
Author

gowatana commented Mar 9, 2024

下記の投稿むけ。

Nutanix Kubernetes Engine クラスタに Kubeflow をインストールしてみる。
https://blog.ntnx.jp/entry/2024/03/09/121846

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment