Muhammed Hussain Karimi

Results 356 comments of Muhammed Hussain Karimi

Everything is working in production environment I think adding `--break-system-packages` is Ok

Here is my `Dockerfile` (with postgres 14) [Used in our Zulip K8s service] ```dockerfile # vim:set ft=dockerfile: # # Copyright The CloudNativePG Contributors # # Licensed under the Apache License,...

@jakubdyszkiewicz OS: Debian GNU/Linux 12 (bookworm) Kernel: 6.1.0-18-amd64 Container Runtime: containerd://1.7.13 K8s: v1.28.6

I can supply my Cilium CNI variables/configs if needed

Sure, ```yaml cilium_version: "v1.15.3" cilium_debug: false cilium_enable_ipv4: true cilium_enable_ipv6: false cilium_enable_bandwidth_manager: true # Overlay Network Mode cilium_tunnel_mode: "vxlan" cilium_enable_prometheus: true cilium_kube_proxy_replacement: strict cilium_cluster_id: 1 cilium_native_routing_cidr: "10.0.0.0/8" # cilium_encryption_enabled: false cilium_enable_hubble:...

@lukidzi Hi Thanks a lot for your work But I think some of my configs in cilium are not present in your configs Also I have noticed that IP of...

I mean when using cilium's native ipam mode, It will use `cilium_native_routing_cidr`, Also can you try disabling GCloud integration with Kubespray (if enabled)?

Tomorrow I will share my entire inventory (with sensitive data masked) with steps to run the cluster

@lukidzi Hi, Sorry for being late, here is my entire kubespray inventory runnning `run.sh` script will bring up the cluster, before running that ensure `PRIVATEKEY_PATH` variable in `prep.sh` is correct...