Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalle committed Jan 27, 2020
0 parents commit e9cb3cc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# myrepo
28 changes: 28 additions & 0 deletions config-development-kubeadm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: gcm.vmware.com/v1alpha1
kind: ManagedCluster
metadata:
name: ${CLUSTER_NAME}
namespace: ${NAMESPACE}
spec:
distribution:
version: {PACIFIC_VM_IMAGE_VERSION}
settings:
network:
cni:
name: calico
pods:
cidrBlocks:
- ${CLUSTER_CIDR} # CIDR block used by Calico
serviceDomain: ${SERVICE_DOMAIN}
services:
cidrBlocks:
- ${SERVICE_CIDR} # CIDR block used by Calico
topology:
controlPlane:
class: ${PACIFIC_CONTROLPLANE_VM_CLASS}
count: ${CONTROLPLANE_MACHINE_COUNT}
storageClass: ${PACIFIC_CONTROLPLANE_STORAGE_CLASS}
workers:
class: ${PACIFIC_WORKERS_VM_CLASS}
count: ${WORKER_MACHINE_COUNT}
storageClass: ${PACIFIC_WORKERS_STORAGE_CLASS}

0 comments on commit e9cb3cc

Please sign in to comment.