Skip to content

Commit

Permalink
chore: update workspace template
Browse files Browse the repository at this point in the history
  • Loading branch information
reoring committed Nov 22, 2024
1 parent 8a06cd3 commit 3307f5f
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 164 deletions.
55 changes: 55 additions & 0 deletions config/samples/demo-cluster7/cluster.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# CAPTCluster
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: CAPTCluster
metadata:
name: demo-cluster7
namespace: default
spec:
region: "ap-northeast-1"
vpcTemplateRef:
name: vpc-template
namespace: default
---
# Cluster
apiVersion: cluster.x-k8s.io/v1beta1
kind: Cluster
metadata:
name: demo-cluster7
namespace: default
spec:
clusterNetwork:
services:
cidrBlocks: ["10.96.0.0/12"]
pods:
cidrBlocks: ["192.168.0.0/16"]
serviceDomain: "cluster.local"
infrastructureRef:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: CAPTCluster
name: demo-cluster7
namespace: default
controlPlaneRef:
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
kind: CAPTControlPlane
name: demo-cluster7
namespace: default
---
# CAPTControlPlane
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
kind: CAPTControlPlane
metadata:
name: demo-cluster7
namespace: default
spec:
version: "1.31"
workspaceTemplateRef:
name: eks-controlplane-template2
namespace: default
controlPlaneConfig:
region: "ap-northeast-1"
endpointAccess:
public: true
private: true
additionalTags:
Environment: "dev"
ManagedBy: "capt"
Loading

0 comments on commit 3307f5f

Please sign in to comment.