most-kilobyte-1525
07/30/2025, 7:58 AMexport const healthCheck = talosClientConfig.clientConfiguration.apply(clientConfiguration =>talos.getClusterHealth({endpoints: [CONTROLPLANE_IP],controlPlaneNodes: [CONTROLPLANE_IP],workerNodes: WORKER_IPS,clientConfiguration: clientConfiguration,}));const cilium = healthCheck.apply(healthCheck => new k8s.helm.v3.Chart("cilium", {chart: "cilium",version: "1.15.6",namespace: "kube-system",fetchOpts: {repo: "<https://helm.cilium.io/>",},values: {ipam: {mode: "kubernetes",},kubeProxyReplacement: false,securityContext: {capabilities: {ciliumAgent: ["CHOWN","KILL","NET_ADMIN","NET_RAW","IPC_LOCK","SYS_ADMIN","SYS_RESOURCE","DAC_OVERRIDE","FOWNER","SETGID","SETUID",],cleanCiliumState: ["NET_ADMIN","SYS_ADMIN","SYS_RESOURCE",],},},cgroup: {autoMount: {enabled: false,},hostRoot: "/sys/fs/cgroup",},}}));steep-sunset-89396
07/31/2025, 6:03 AMdependsOn.apply()most-kilobyte-1525
07/31/2025, 6:14 AMmost-kilobyte-1525
07/31/2025, 6:14 AMNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by