Skip to content

Commit

Permalink
strategy recreate
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Jul 24, 2024
1 parent c663b0a commit 6eed84a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,19 @@ jobs:
run: make test-e2e-with-cluster ARCH=amd64

- name: pods
if: always()
run: kubectl get pods -n kiwix -o yaml

- name: pod describe
if: always()
run: kubectl describe pods -n kiwix

- name: nodes
if: always()
run: kubectl get nodes -o yaml

- name: nodes
if: always()
run: kubectl describe nodes

- name: Teardown the cluster
Expand Down
2 changes: 2 additions & 0 deletions examples/kiwix/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
labels:
app: kiwix-serve
spec:
strategy:
type: Recreate
selector:
matchLabels:
app: kiwix-serve
Expand Down
4 changes: 2 additions & 2 deletions packages/distros/eks/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ iam:
withOIDC: true
serviceRolePermissionsBoundary: "arn:aws:iam::173911864621:policy/zarf_dev_base_policy"

availabilityZones: ["###ZARF_VAR_EKS_CLUSTER_REGION_AZ###"]
# availabilityZones: ["###ZARF_VAR_EKS_CLUSTER_REGION_AZ###"]

addons:
- name: aws-ebs-csi-driver
Expand All @@ -31,7 +31,7 @@ addons:
managedNodeGroups:
- instanceType: ###ZARF_VAR_EKS_INSTANCE_TYPE###
name: ###ZARF_VAR_EKS_CLUSTER_NAME###-ng
availabilityZones: ["###ZARF_VAR_EKS_CLUSTER_REGION_AZ###"]
# availabilityZones: ["###ZARF_VAR_EKS_CLUSTER_REGION_AZ###"]
minSize: 3
maxSize: 6
spot: true
Expand Down

0 comments on commit 6eed84a

Please sign in to comment.