Slackbot
09/05/2022, 7:25 AMPranay
Pranay
Prashant Shahi
09/05/2022, 7:49 AMkubectl -n platform get pods -o=wide
Amul P Kesrani
09/05/2022, 7:49 AMAmul P Kesrani
09/05/2022, 7:50 AMAmul P Kesrani
09/05/2022, 7:55 AMPrashant Shahi
09/05/2022, 7:56 AMsignoz/clickhouse
chart by default allows following private IPs:
- "10.0.0.0/8"
- "172.16.0.0/12"
- "192.168.0.0/16"
Amul P Kesrani
09/05/2022, 7:58 AMPrashant Shahi
09/05/2022, 7:59 AM100.64.0.0/16
in clickhouse.allowedNetworkIps
https://github.com/SigNoz/charts/blob/main/charts/signoz/values.yaml#L117-L120Prashant Shahi
09/05/2022, 8:00 AMAmul P Kesrani
09/05/2022, 8:07 AMPrashant Shahi
09/05/2022, 8:15 AMAmul P Kesrani
09/05/2022, 8:16 AMglobal:
storageClass: gp2-resizable
clickhouse:
cloud: aws
installCustomStorageClass: true
allowedNetworkIps:
- "10.0.0.0/8"
- "172.16.0.0/12"
- "192.168.0.0/16"
- "100.64.0.0/16"
Prashant Shahi
09/05/2022, 8:22 AMAmul P Kesrani
09/05/2022, 8:24 AMPrashant Shahi
09/05/2022, 8:27 AMPrashant Shahi
09/05/2022, 8:28 AMAmul P Kesrani
09/05/2022, 8:29 AMPrashant Shahi
09/05/2022, 9:08 AMPrashant Shahi
09/05/2022, 9:09 AM