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
I'm trying to follow some examples I've found online and can't get this to work at all. The helm chart applies and I can see the Jaeger CRD being created/available, but applying the manifest just fails with the errors below... what am I doing wrong?
Environment
terraform version
Terraform v1.4.6
on darwin_arm64
+ provider registry.terraform.io/hashicorp/helm v2.9.0
+ provider registry.terraform.io/hashicorp/kubernetes v2.20.0
The platform's running on k3s but I'm pretty sure this has nothing to do with it?
│ Warning: This custom resource does not have an associated OpenAPI schema.
│
│ with kubernetes_manifest.jaeger,
│ on jaeger.tf line 78, in resource "kubernetes_manifest" "jaeger":
│ 78: resource "kubernetes_manifest" "jaeger" {
│
│ We could not find an OpenAPI schema for this custom resource. Updates to this resource will cause a forced replacement.
│
│ (and one more similar warning elsewhere)
╵
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to kubernetes_manifest.jaeger, provider "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value:
│ .object: wrong final value type: incorrect object attributes.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to follow some examples I've found online and can't get this to work at all. The helm chart applies and I can see the Jaeger CRD being created/available, but applying the manifest just fails with the errors below... what am I doing wrong?
Environment
The platform's running on k3s but I'm pretty sure this has nothing to do with it?
Terraform config
Errors
Beta Was this translation helpful? Give feedback.
All reactions