Jessie
09/28/2022, 12:52 PMconst tolerations = [
{
key: "<http://eks.amazonaws.com/compute-type|eks.amazonaws.com/compute-type>",
operator: "Equal",
value: "fargate:NoSchedule",
effect: "NoSchedule"
},
{
key: "<http://eks.amazonaws.com/compute-type|eks.amazonaws.com/compute-type>",
operator: "Equal",
value: "fargate",
effect: "Schedule"
}
];
this.cluster.addHelmChart('signoz', {
namespace: 'signoz',
createNamespace: true,
repository: '<https://charts.signoz.io>',
chart: 'signoz',
release: 'signoz-r1',
values: {
zookeeper: { // test if zookeeper pods will schedule, did not work
tolerations
},
tolerations, // Putting it right at the root? Nope, didn't work.
global: {
storageClass: "ebs-sc",
tolerations // Maybe global will work? Nope.
},
clickhouse: {
cloud: "aws",
installCustomStorageClass: false
}
},
wait: false
});
Quang ÄoĂ n
09/29/2022, 8:08 AMnikhil sharma
09/29/2022, 1:54 PMMac Wynkoop
09/29/2022, 2:58 PMMac Wynkoop
09/29/2022, 3:00 PMPranay
Mac Wynkoop
09/29/2022, 4:26 PMMac Wynkoop
09/29/2022, 4:27 PMMac Wynkoop
09/29/2022, 4:27 PMMac Wynkoop
09/29/2022, 4:27 PMTobias Wehrum
09/30/2022, 1:25 AMĹukasz Herman
09/30/2022, 10:08 AMAsaf Fadida
09/30/2022, 10:14 AMSatish Botla
09/30/2022, 6:26 PMSatish Botla
09/30/2022, 6:27 PMSatish Botla
09/30/2022, 6:28 PMBhavesh Sondagar
10/01/2022, 8:00 AMFelipe's
10/01/2022, 9:44 AMSrikanth Chekuri
10/01/2022, 10:12 AMconsole
exporter and confirm it emits the telemetry to stdout?Brian Richardson
10/02/2022, 8:47 AMConditions:
Type Status
Initialized False
Ready False
ContainersReady False
PodScheduled True
Volumes:
nginx-config:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: signoz-frontend
Optional: false
kube-api-access-z6hqd:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
It is looking for a ConfigMap called nginx-config, but there isn't one. Where does that come from?Vivek Bhakta
10/02/2022, 4:12 PMĹukasz Herman
10/03/2022, 8:54 AMAkshay H
10/03/2022, 9:42 AMnikhil sharma
10/03/2022, 11:15 AMBrian Richardson
10/03/2022, 12:08 PMnikhil sharma
10/04/2022, 1:47 PMSatish Botla
10/04/2022, 3:18 PMBrian Richardson
10/04/2022, 8:57 PMVishal Goel
10/05/2022, 11:47 AMVishal Goel
10/05/2022, 11:48 AM