Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #504 from gardener/gactl-cluster
Browse files Browse the repository at this point in the history
Gactl cluster
  • Loading branch information
neo-liang-sap authored May 14, 2021
2 parents 05500ef + ab9c747 commit 09f086b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/gardener_clusters/gctl-ali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
cpu: 80m
memory: 1Gi
pid: 20k
version: 1.19.3
version: 1.19.6
networking:
type: calico
pods: 172.16.0.0/13
Expand Down
4 changes: 2 additions & 2 deletions .github/gardener_clusters/gctl-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
kubeReserved:
cpu: 80m
memory: 1Gi
version: 1.19.2
version: 1.19.6
networking:
type: calico
pods: 100.96.0.0/11
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
type: t3.small
image:
name: gardenlinux
version: 27.1.0
version: 184.0.0
maximum: 2
minimum: 1
maxSurge: 1
Expand Down
6 changes: 3 additions & 3 deletions .github/gardener_clusters/gctl-az.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
kubeReserved:
cpu: 80m
memory: 1Gi
version: 1.19.2
version: 1.19.6
networking:
type: calico
pods: 100.96.0.0/11
Expand Down Expand Up @@ -64,10 +64,10 @@ spec:
workers:
- name: gctl-az
machine:
type: Standard_A1_v2
type: Standard_A2_v2
image:
name: gardenlinux
version: 27.1.0
version: 184.0.0
maximum: 2
minimum: 1
maxSurge: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/gardener_clusters/gctl-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
kubeReserved:
cpu: 80m
memory: 1Gi
version: 1.19.2
version: 1.19.6
networking:
type: calico
pods: 100.96.0.0/11
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
type: n1-standard-2
image:
name: gardenlinux
version: 27.1.0
version: 184.0.0
maximum: 2
minimum: 1
maxSurge: 1
Expand Down
6 changes: 3 additions & 3 deletions .github/gardener_clusters/gctl-os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
kubeReserved:
cpu: 80m
memory: 1Gi
version: 1.19.2
version: 1.19.6
networking:
type: calico
pods: 100.96.0.0/11
Expand All @@ -54,7 +54,7 @@ spec:
controlPlaneConfig:
apiVersion: openstack.provider.extensions.gardener.cloud/v1alpha1
kind: ControlPlaneConfig
loadBalancerProvider: f5networks
loadBalancerProvider: f5
zone: eu-nl-1a
infrastructureConfig:
apiVersion: openstack.provider.extensions.gardener.cloud/v1alpha1
Expand All @@ -68,7 +68,7 @@ spec:
type: m1.smallhdd
image:
name: gardenlinux
version: 27.1.0
version: 184.0.0
maximum: 2
minimum: 1
maxSurge: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-gardener-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ jobs:
with:
path-to-file: ".github/gardener_clusters/gctl-os.yaml"
shoot-name: "gctl-os"


0 comments on commit 09f086b

Please sign in to comment.