1 is by design. Running on Kubernetes/OpenShift, access to Grafana reports on data in the OpenCore database, access to OpenTelemetry collection, and access to workspaces require a license.
I am unable to reproduce the issue you see (or I misunderstood it).
By default, when you start a new instance, you have no resources (plan), and all you see is “free”. I thought something had gone wrong and it would remove access to free, but I cannot produce that. When I start a fresh install, I see “free” as expected, and it works.
Yes, you are right. Default I can only see the “free” plan.
But, in a “free” plan the agent instance get destroyed after a few moments for house keeping and I want to keep the instance alive with a dedicated plan (RAM) by creating the common resources (Resources → Create Common).
You are limited to 1 free agent, which will automatically shut down after 4 hours. To keep your agent running 24/7, upgrade to a paid plan"
Agents are created without any resource “request” and “limit” on Kubernetes or Docker
They are not automatically turned off on Docker and Kubernetes.
If resources are created:
Agents are created with the resources defined in the plan, either for free or the plan you choose, on Kubernetes. On Docker, no limits are set no matter the plan you choose.
If an agent was created with a free plan and runtime_hours has been set under default metadata, the agent gets turned off during the next housekeeping job when the agent has been running for more than runtime_hours hours …