-
Notifications
You must be signed in to change notification settings - Fork 8
/
part2b.yaml
101 lines (97 loc) · 2.08 KB
/
part2b.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
apiVersion: kops.k8s.io/v1alpha2
kind: Cluster
metadata:
creationTimestamp: null
name: part2b.k8s.local
spec:
api:
loadBalancer:
type: Public
authorization:
rbac: {}
channel: stable
cloudConfig:
gceServiceAccount: default
cloudProvider: gce
configBase: gs://<your-gs-bucket>/part2b.k8s.local
containerRuntime: containerd
etcdClusters:
- cpuRequest: 200m
etcdMembers:
- instanceGroup: master-europe-west3-a
name: a
memoryRequest: 100Mi
name: main
- cpuRequest: 100m
etcdMembers:
- instanceGroup: master-europe-west3-a
name: a
memoryRequest: 100Mi
name: events
iam:
allowContainerRegistry: true
legacy: false
kubelet:
anonymousAuth: false
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.28.6
masterPublicName: api.part2b.k8s.local
networking:
kubenet: {}
nonMasqueradeCIDR: 100.64.0.0/10
project: <your-cloud-computing-architecture-gcp-project>
sshAccess:
- 0.0.0.0/0
subnets:
- name: europe-west3
region: europe-west3
type: Public
topology:
dns:
type: Public
masters: public
nodes: public
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: null
labels:
kops.k8s.io/cluster: part2b.k8s.local
name: master-europe-west3-a
spec:
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20240208
machineType: e2-standard-2
maxSize: 1
minSize: 1
nodeLabels:
cloud.google.com/metadata-proxy-ready: "true"
kops.k8s.io/instancegroup: master-europe-west3-a
role: Master
subnets:
- europe-west3
zones:
- europe-west3-a
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: null
labels:
kops.k8s.io/cluster: part2b.k8s.local
name: parsec-server
spec:
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20240208
machineType: e2-standard-8
maxSize: 1
minSize: 1
nodeLabels:
cloud.google.com/metadata-proxy-ready: "true"
kops.k8s.io/instancegroup: nodes-europe-west3-a
cca-project-nodetype: "parsec"
role: Node
subnets:
- europe-west3
zones:
- europe-west3-a