Replies: 2 comments 1 reply
-
I found a solution. kubectl get crd
kafkabridges.kafka.strimzi.io 2025-03-29T23:00:41Z
kafkaconnectors.kafka.strimzi.io 2025-03-29T23:00:41Z
kafkaconnects.kafka.strimzi.io 2025-03-29T23:00:41Z
kafkamirrormaker2s.kafka.strimzi.io 2025-03-29T23:00:41Z
kafkamirrormakers.kafka.strimzi.io 2025-03-29T23:00:41Z
kafkanodepools.kafka.strimzi.io 2025-03-29T23:00:41Z
kafkarebalances.kafka.strimzi.io 2025-03-29T23:00:41Z
kafkas.kafka.strimzi.io 2025-03-29T23:00:41Z
kafkatopics.kafka.strimzi.io 2025-03-29T23:00:41Z
kafkausers.kafka.strimzi.io 2025-03-29T23:00:41Z
strimzipodsets.core.strimzi.io 2025-03-29T23:00:41Z followed by kubectl delete crd kafkabridges.kafka.strimzi.io
kubectl delete crd kafkaconnectors.kafka.strimzi.io
kubectl delete crd kafkaconnects.kafka.strimzi.io
kubectl delete crd kafkamirrormaker2s.kafka.strimzi.io
kubectl delete crd kafkamirrormakers.kafka.strimzi.io
kubectl delete crd kafkanodepools.kafka.strimzi.io
kubectl delete crd kafkarebalances.kafka.strimzi.io
kubectl delete crd kafkas.kafka.strimzi.io
kubectl delete crd kafkatopics.kafka.strimzi.io
kubectl delete crd kafkausers.kafka.strimzi.io
kubectl delete crd strimzipodsets.core.strimzi.io followed by erraform apply 1 ✘
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# helm_release.strimzi-cluster-operator will be created
+ resource "helm_release" "strimzi-cluster-operator" {
+ atomic = false
+ chart = "strimzi-kafka-operator"
+ cleanup_on_fail = false
+ create_namespace = false
+ dependency_update = false
+ disable_crd_hooks = false
+ disable_openapi_validation = false
+ disable_webhooks = false
+ force_update = false
+ id = (known after apply)
+ lint = false
+ manifest = (known after apply)
+ max_history = 0
+ metadata = (known after apply)
+ name = "strimzi-cluster-operator"
+ namespace = "default"
+ pass_credentials = false
+ recreate_pods = false
+ render_subchart_notes = true
+ replace = false
+ repository = "https://strimzi.io/charts/"
+ reset_values = false
+ reuse_values = false
+ skip_crds = false
+ status = "deployed"
+ timeout = 300
+ verify = false
+ version = "0.45.0"
+ wait = true
+ wait_for_jobs = false
}
Plan: 1 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
helm_release.strimzi-cluster-operator: Creating...
helm_release.strimzi-cluster-operator: Still creating... [10s elapsed]
helm_release.strimzi-cluster-operator: Still creating... [20s elapsed]
helm_release.strimzi-cluster-operator: Still creating... [30s elapsed]
helm_release.strimzi-cluster-operator: Creation complete after 38s [id=strimzi-cluster-operator] |
Beta Was this translation helpful? Give feedback.
1 reply
-
thank you. This was vexing me all weekend. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting this error and I don't know what I am doing wrong:
Can somebody please advise me?
terraform script
Given this terraform script:
shell commands
then issuing these commands:
followed by
Beta Was this translation helpful? Give feedback.
All reactions