Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active February 24, 2024 10:04
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/e09a3076c861c5b1873702bda1b34659 to your computer and use it in GitHub Desktop.
Save gowatana/e09a3076c861c5b1873702bda1b34659 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"
@gowatana
Copy link
Author

下記の投稿むけ。

CAPX(Cluster API Provider Nutanix Cloud Infrastructure)で Kubernetes 環境構築してみる。Part-03
https://blog.ntnx.jp/entry/2023/12/13/222307

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