Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Mar 10, 2024
1 parent ec67774 commit 1215f19
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions infrastructure/talos/hegira/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,13 @@ controlPlane:
path: /cluster/proxy/extraArgs
value:
bind-address: 0.0.0.0
- |-
machine:
files:
- op: create
path: /etc/cri/conf.d/20-customization.part
content: |
[plugins]
[plugins."io.containerd.grpc.v1.cri"]
enable_unprivileged_ports = true
enable_unprivileged_icmp = true
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ spec:
id: "${CLUSTER_ID}"
rollOutCiliumPods: true
localRedirectPolicy: true
kubeProxyReplacement: "strict"
kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
# kubeProxyReplacement: "strict"
# kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
ipv4NativeRoutingCIDR: ${NETWORK_K8S_POD_CIDR}
k8sServiceHost: "127.0.0.1"
k8sServicePort: 7445
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/hegira/apps/scripts/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resources:
- ./namespace.yaml
# Flux-Kustomizations
- ./mailbackup/ks.yaml
- ./yt-dlp-jon-ong/ks.yaml
# - ./yt-dlp-jon-ong/ks.yaml
# - ./volsync-to-b2/ks.yaml
4 changes: 2 additions & 2 deletions kubernetes/hegira/apps/security/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resources:
# Flux-Kustomizations
- ./authelia/ks.yaml
- ./glauth/ks.yaml
- ./dmarc-report/ks.yaml
- ./lldap/ks.yaml
# - ./dmarc-report/ks.yaml
# - ./lldap/ks.yaml
6 changes: 3 additions & 3 deletions kubernetes/hegira/apps/system-controllers/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
# Flux-Kustomizations
- ./k8s-ycl/ks.yaml
- ./k8tz/ks.yaml
# - ./k8s-ycl/ks.yaml
# - ./k8tz/ks.yaml
- ./kubelet-csr-approver/ks.yaml
- ./snapshot-controller/ks.yaml
- ./kubernetes-replicator/ks.yaml
# - ./kubernetes-replicator/ks.yaml

0 comments on commit 1215f19

Please sign in to comment.