Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created February 24, 2024 11:03
Show Gist options
  • Save gowatana/fd693d1d2689bc6346eba9e05135196d to your computer and use it in GitHub Desktop.
Save gowatana/fd693d1d2689bc6346eba9e05135196d to your computer and use it in GitHub Desktop.
NUTANIX_ENDPOINT: "lab-nxpc-01.go-lab.jp" # IP or FQDN of Prism Central
NUTANIX_USER: "admin" # Prism Central User
NUTANIX_PASSWORD: "パスワード" # Prism Central Password
NUTANIX_INSECURE: true # false or true
KUBERNETES_VERSION: "v1.26.7"
WORKER_MACHINE_COUNT: 1
NUTANIX_SSH_AUTHORIZED_KEY: "ssh-rsa XXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
EXP_CLUSTER_RESOURCE_SET: "true"
NUTANIX_PRISM_ELEMENT_CLUSTER_NAME: "lab-nxce-01"
NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: "ubuntu-2204-kube-v1.26.7"
NUTANIX_SUBNET_NAME: "nw-vlan-12"
CONTROL_PLANE_ENDPOINT_IP: "192.168.12.201"
KUBEVIP_LB_ENABLE: true
KUBEVIP_SVC_ENABLE: true
KUBEVIP_SVC_ELECTION: true
@gowatana
Copy link
Author

下記の投稿むけ。

CAPX Kubernetes クラスタで kube-vip LoadBalancer Service を作成してみる。
https://blog.ntnx.jp/entry/2024/02/24/204640

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