Skip to content

Commit 93e385e

Browse files
authored
🌱 avoid unhealthy conditions when cluster starts. (#1675)
* 🌱 avoid unhealthy conditions when cluster starts. Closes #1674
1 parent ebe949b commit 93e385e

File tree

2 files changed

+8
-510
lines changed

2 files changed

+8
-510
lines changed

templates/cilium/cilium.yaml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@ rollOutCiliumPods: true
22
priorityClassName: "system-node-critical"
33

44
hubble:
5-
metrics:
6-
enabled:
7-
- dns:query;ignoreAAAA
8-
- drop
9-
- tcp
10-
- flow
11-
- icmp
12-
- http
13-
relay:
14-
enabled: true
15-
rollOutPods: true
16-
ui:
17-
enabled: true
18-
rollOutPods: true
5+
enabled: false
6+
197
ipam:
208
mode: "kubernetes"
219

@@ -24,3 +12,4 @@ kubeProxyReplacement: true
2412
operator:
2513
rollOutPods: true
2614
priorityClassName: "system-node-critical"
15+
replicas: 1

0 commit comments

Comments
 (0)