You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deploying the CR, nothing was showing up in the observatorium namespace, so I checked the operator logs and found this:
level=warn ts=2021-01-12T16:32:00.533807848Z caller=resource.go:167 msg="sync failed" key=observatorium/observatorium-xyz err="failed to render: failed to evaluate: RUNTIME ERROR: Field does not exist: table_manager\n\tvendor/github.com/observatorium/deployments/components/loki.libsonnet:129:22-53\tthunk <replicas> from <function <anonymous>>\n\tvendor/github.com/observatorium/deployments/components/loki.libsonnet:140:26-34\tthunk from <function <anonymous>>\n\tvendor/ksonnet/ksonnet.beta.4/k8s.libsonnet:1010:164-172\tthunk from <function <anonymous>>\n\tvendor/ksonnet/ksonnet.beta.4/k8s.libsonnet:1084:69-77\tobject <anonymous>\n\tDuring manifestation\t\n"
E0112 16:32:00.533843 1 resource.go:169] Sync "observatorium/observatorium-xyz" failed: failed to render: failed to evaluate: RUNTIME ERROR: Field does not exist: table_manager
vendor/github.com/observatorium/deployments/components/loki.libsonnet:129:22-53 thunk <replicas> from <function <anonymous>>
vendor/github.com/observatorium/deployments/components/loki.libsonnet:140:26-34 thunk from <function <anonymous>>
vendor/ksonnet/ksonnet.beta.4/k8s.libsonnet:1010:164-172 thunk from <function <anonymous>>
vendor/ksonnet/ksonnet.beta.4/k8s.libsonnet:1084:69-77 object <anonymous>
During manifestation
Some observations
The error RUNTIME ERROR: Field does not exist: table_manager seems to be related to Loki configuration.
I tried removing the Loki part from example/manifests/observatorium.yaml. Deploying it worked, this further solidifies the speculation that the Loki part is causing some problems.
I also tried running ./tests/e2e.sh kind and then ./tests/e2e.sh deploy-operator and it worked.
The text was updated successfully, but these errors were encountered:
I was trying to deploy Observatorium in a local cluster. I followed the instructions in docs/deploy-operator.md, everything worked fine until the "Deploy an example CR" step.
After deploying the CR, nothing was showing up in the
observatorium
namespace, so I checked the operator logs and found this:Some observations
RUNTIME ERROR: Field does not exist: table_manager
seems to be related to Loki configuration.example/manifests/observatorium.yaml
. Deploying it worked, this further solidifies the speculation that the Loki part is causing some problems../tests/e2e.sh kind
and then./tests/e2e.sh deploy-operator
and it worked.The text was updated successfully, but these errors were encountered: