Last active
November 16, 2020 16:43
-
-
Save gowatana/ba2cf865a9d81a60d44736688152394e 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
--- | |
kind: TanzuKubernetesCluster | |
apiVersion: run.tanzu.vmware.com/v1alpha1 | |
metadata: | |
name: tkg-cluster-01 | |
spec: | |
distribution: | |
version: v1.16.8 | |
topology: | |
controlPlane: | |
count: 3 | |
class: best-effort-xsmall | |
storageClass: vm-storage-policy-wcp | |
workers: | |
count: 3 | |
class: best-effort-xsmall | |
storageClass: vm-storage-policy-wcp | |
settings: | |
network: | |
cni: | |
name: calico | |
services: | |
cidrBlocks: ["10.16.0.0/12"] # Cannot overlap with Supervisor Cluster | |
pods: | |
cidrBlocks: ["10.32.0.0/12"] # Cannot overlap with Supervisor Cluster | |
storage: | |
classes: ["vm-storage-policy-wcp"] # Named PVC storage classes | |
defaultClass: vm-storage-policy-wcp # Default PVC storage class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
https://vm.gowatana.jp/entry/2020/11/16/083920