Skip to content

Commit c6972f7

Browse files
committed
Merge branch 'develop' into CSPL-3551-ingestion-cr
2 parents 192d3bf + ce192e1 commit c6972f7

21 files changed

+1211
-1429
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ GO_VERSION=1.23.0
44
AWSCLI_URL=https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.8.6.zip
55
KUBECTL_VERSION=v1.29.1
66
AZ_CLI_VERSION=2.30.0
7-
EKSCTL_VERSION=v0.191.0
8-
EKS_CLUSTER_K8_VERSION=1.31
7+
EKSCTL_VERSION=v0.215.0
8+
EKS_CLUSTER_K8_VERSION=1.34
99
EKS_INSTANCE_TYPE=m5.2xlarge
1010
EKS_INSTANCE_TYPE_ARM64=c6g.4xlarge
1111
SPLUNK_ENTERPRISE_RELEASE_IMAGE=splunk/splunk:10.0.0

.github/workflows/arm-AL2023-build-test-push-workflow-AL2023.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ jobs:
221221
make cluster-up
222222
- name: install metric server
223223
run: |
224-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
224+
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
225+
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
225226
- name: install k8s dashboard
226227
run: |
227228
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/arm-AL2023-int-test-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ jobs:
171171
make cluster-up
172172
- name: install metric server
173173
run: |
174-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
174+
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
175+
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
175176
- name: install k8s dashboard
176177
run: |
177178
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/arm-RHEL-build-test-push-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ jobs:
171171
make cluster-up
172172
- name: install metric server
173173
run: |
174-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
174+
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
175+
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
175176
- name: install k8s dashboard
176177
run: |
177178
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/arm-RHEL-int-test-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ jobs:
171171
make cluster-up
172172
- name: install metric server
173173
run: |
174-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
174+
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
175+
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
175176
- name: install k8s dashboard
176177
run: |
177178
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/arm-Ubuntu-build-test-push-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ jobs:
221221
make cluster-up
222222
- name: install metric server
223223
run: |
224-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
224+
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
225+
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
225226
- name: install k8s dashboard
226227
run: |
227228
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/arm-Ubuntu-int-test-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ jobs:
171171
make cluster-up
172172
- name: install metric server
173173
run: |
174-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
174+
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
175+
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
175176
- name: install k8s dashboard
176177
run: |
177178
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/build-test-push-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ jobs:
268268
make cluster-up
269269
- name: install metric server
270270
run: |
271-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
271+
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
272+
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
272273
- name: install k8s dashboard
273274
run: |
274275
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/distroless-build-test-push-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ jobs:
269269
make cluster-up
270270
- name: install metric server
271271
run: |
272-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
272+
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
273+
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
273274
- name: install k8s dashboard
274275
run: |
275276
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/distroless-int-test-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ jobs:
164164
make cluster-up
165165
- name: install metric server
166166
run: |
167-
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
167+
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
168+
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
168169
- name: install k8s dashboard
169170
run: |
170171
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

0 commit comments

Comments
 (0)