Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active December 17, 2023 14:21
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/9e8fb815a2f33276a8e3092898b78918 to your computer and use it in GitHub Desktop.
Save gowatana/9e8fb815a2f33276a8e3092898b78918 to your computer and use it in GitHub Desktop.
apiVersion: cluster.x-k8s.io/v1beta1
kind: Cluster
metadata:
name: tkc-01
spec:
topology:
class: tanzukubernetescluster
version: v1.26.5---vmware.2-fips.1-tkg.1
controlPlane:
replicas: 1
workers:
machineDeployments:
- class: node-pool
name: node-pool-1
replicas: 1
variables:
- name: vmClass
value: best-effort-xsmall
- name: storageClass
value: vwt-nfs-policy
- name: defaultStorageClass
value: vwt-nfs-policy
clusterNetwork:
services:
cidrBlocks: ["172.17.0.0/16"]
pods:
cidrBlocks: ["172.16.0.0/16"]
@gowatana
Copy link
Author

下記の投稿むけ。

vSphere with Tanzu 8.0 U2 ラボ環境構築。Part-13: TKGS クラスタの作成
https://vm.gowatana.jp/entry/2023/12/13/235831

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