-
-
Save gowatana/16a1149c36e87f75c5c43a935ff77822 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: run.tanzu.vmware.com/v1alpha1 | |
kind: TanzuKubernetesCluster | |
metadata: | |
name: vks01 | |
spec: | |
topology: | |
controlPlane: | |
count: 1 | |
class: best-effort-small | |
storageClass: vcf-w01-cl01-vsan-storage-policy | |
workers: | |
count: 1 | |
class: best-effort-small | |
storageClass: vcf-w01-cl01-vsan-storage-policy | |
distribution: | |
version: v1.30 | |
settings: | |
network: | |
cni: | |
name: antrea | |
services: | |
cidrBlocks: ["172.16.0.0/16"] | |
pods: | |
cidrBlocks: ["172.17.0.0/16"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
VCF 5.2.1 で vSphere Supervisor を有効化してみる。Part-07:VKS クラスタの作成
https://vm.gowatana.jp/entry/2024/12/08/203416