Skip to content

Commit

Permalink
Cluster bringup
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Apr 4, 2024
1 parent 53a4f48 commit ca96567
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .taskfiles/Bootstrap/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tasks:

deploy:
desc: Deploy a cluster
cmd: bash infrastructur/setup/deploy-cluster.sh {{.cluster}}
cmd: bash infrastructure/setup/deploy-cluster.sh {{.cluster}}
requires:
vars:
- cluster
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ resources:
- cert-manager
- kube-system
- flux-system
- networking
- security/namespace.yaml
- security/external-secrets/install.yaml
# Step 2
# - networking
# - security/namespace.yaml
# - security/external-secrets/install.yaml
# Step 3
# - system
# Step 4
# Step 3
# - rook-ceph
# Step 5
# Step 4
# - dbms
4 changes: 2 additions & 2 deletions kubernetes/main/apps/rook-ceph/rook-ceph/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
wait: false
interval: 30m
retryInterval: 1m
timeout: 5m
timeout: 30m
---
# yaml-language-server: $schema=https://kubernetes-schemas.zinn.ca/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
Expand All @@ -82,4 +82,4 @@ spec:
wait: false
interval: 30m
retryInterval: 1m
timeout: 5m
timeout: 30m
1 change: 0 additions & 1 deletion kubernetes/main/cluster/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ spec:
kind: GitRepository
name: homelab-kubernetes
interval: 10m
timeout: 5m
decryption:
provider: sops
secretRef:
Expand Down

0 comments on commit ca96567

Please sign in to comment.