Description
Hi,
I just created a cortex .42 cluster on AWS and the cluster got created successfully , however I am not able to see either Prometheus or fluent bit in the cluster. In fact there are no daemonsets. I am otherwise able to deploy apis just fine and everything else seems to be working.
The cli output mentions that it was able to set up everything without any problem.
○ updating cluster configuration ✓
○ configuring networking (this will take a few minutes) ✓
○ configuring autoscaling ✓
○ configuring async gateway ✓
○ configuring logging ✓
○ configuring metrics ✓
○ configuring gpu support (for nodegroups that may require it) ✓
○ configuring inf support (for nodegroups that may require it) ✓
○ starting operator ✓
○ starting controller manager ✓
○ waiting for load balancers .......................... ✓
The Prometheus and Istio CRDs are empty
cortex is ready!
I have looked at the stacks generated in AWS and can see the Prometheus instance. Tried running cluster up and update with the same config- nothing to update. Is there any way I can troubleshoot what is going on other than recreating it again as that might be a little disruptive with workloads already running.
Thanks in advance.