Updating master hosts and cilium.

This commit is contained in:
Joseph Hanson 2023-08-14 04:54:15 +00:00
parent 0d5bc7f3ed
commit 6e2ee65d48
2 changed files with 79 additions and 25 deletions

View file

@ -7,11 +7,11 @@ kubernetes:
master: master:
hosts: hosts:
eonwe: eonwe:
ansible_host: 10.2.0.4 ansible_host: 10.2.1.13
nienna:
ansible_host: 10.2.0.5
arlen: arlen:
ansible_host: 10.2.0.6 ansible_host: 10.2.1.14
nienna:
ansible_host: 10.2.1.15
worker: worker:
hosts: hosts:
aule: aule:

View file

@ -5,23 +5,17 @@ metadata:
name: cilium name: cilium
namespace: kube-system namespace: kube-system
spec: spec:
interval: 30m
chart: chart:
spec: spec:
chart: cilium chart: cilium
interval: 30m version: 1.14.0
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: cilium name: cilium
namespace: flux-system namespace: flux-system
version: 1.14.0
interval: 30m
valuesFrom:
- kind: ConfigMap
name: cilium-values
maxHistory: 2 maxHistory: 2
install: install:
createNamespace: true
remediation: remediation:
retries: 3 retries: 3
upgrade: upgrade:
@ -31,29 +25,89 @@ spec:
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
autoDirectNodeRoutes: true
bpf:
masquerade: true
bgp:
enabled: false
cluster:
name: kubernetes
id: 1
containerRuntime:
integration: containerd
socketPath: /var/run/k3s/containerd/containerd.sock
endpointRoutes:
enabled: true
hubble: hubble:
ui: enabled: true
ingress: metrics:
enabled:
- dns:query
- drop
- tcp
- flow
- port-distribution
- icmp
- http
serviceMonitor:
enabled: true
dashboards:
enabled: true enabled: true
annotations: annotations:
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 grafana_folder: Cilium
className: "nginx" relay:
enabled: true
rollOutPods: true
prometheus:
serviceMonitor:
enabled: true
ui:
enabled: true
rollOutPods: true
ingress:
enabled: true
className: internal
hosts: hosts:
- &host hubble-valinor.valinor.social - &host hubble.valinor.social
tls: tls:
- hosts: - hosts:
- *host - *host
metrics: ipam:
serviceMonitor: mode: kubernetes
enabled: true ipv4NativeRoutingCIDR: 10.32.0.0/16
relay: k8sServiceHost: 10.2.0.3
prometheus: k8sServicePort: 6443
serviceMonitor: kubeProxyReplacement: strict
enabled: true kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
prometheus: l2announcements:
serviceMonitor:
enabled: true enabled: true
leaseDuration: 120s
leaseRenewDeadline: 60s
leaseRetryPeriod: 1s
loadBalancer:
algorithm: maglev
mode: dsr
localRedirectPolicy: true
operator: operator:
rollOutPods: true
prometheus: prometheus:
enabled: true
serviceMonitor: serviceMonitor:
enabled: true enabled: true
dashboards:
enabled: true
annotations:
grafana_folder: Cilium
prometheus:
enabled: true
serviceMonitor:
enabled: true
trustCRDsExist: true
dashboards:
enabled: true
annotations:
grafana_folder: Cilium
rollOutCiliumPods: true
securityContext:
privileged: true
tunnel: disabled