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
Deploying charms from charmhub results in this error below:
╷
│ Error: Client Error
│
│ with juju_application.kubernetes-control-plane,
│ on k8s.tf line 65, in resource "juju_application" "kubernetes-control-plane":
│ 65: resource "juju_application" "kubernetes-control-plane" {
│
│ Unable to create application, got error: juju bug (LP 2039179), requested base {"ubuntu" "22.04/stable"} does not match base {"" ""} found for charm.
╵
╷
│ Error: Client Error
│
│ with juju_application.kubernetes-worker,
│ on k8s.tf line 77, in resource "juju_application" "kubernetes-worker":
│ 77: resource "juju_application" "kubernetes-worker" {
│
│ Unable to create application, got error: juju bug (LP 2039179), requested base {"ubuntu" "22.04/stable"} does not match base {"" ""} found for charm.
However the charms themselves have the proper base defined, e.g juju info kubernetes-control-plane
╷
│ Error: Client Error
│
│ with juju_application.kubernetes-control-plane,
│ on k8s.tf line 65, in resource "juju_application""kubernetes-control-plane":
│ 65: resource "juju_application""kubernetes-control-plane" {
│
│ Unable to create application, got error: juju bug (LP 2039179), requested base {"ubuntu""22.04/stable"} does not match base {""""} found for charm.
╵
╷
│ Error: Client Error
│
│ with juju_application.kubernetes-worker,
│ on k8s.tf line 77, in resource "juju_application""kubernetes-worker":
│ 77: resource "juju_application""kubernetes-worker" {
│
│ Unable to create application, got error: juju bug (LP 2039179), requested base {"ubuntu""22.04/stable"} does not match base {""""} found for charm.
╵
Notes & References
No response
The text was updated successfully, but these errors were encountered:
Should have caught issue juju#352 earlier. Increase our testing coverage to
help fill the gap.
Split into 2 test matrices for juju 2.9 & 3.1
Juju 3.1 requires a strictly confined version of the microk8s snap, will
2.9 uses classic. Further splitting of the tests required due to bug in
charmed-kubernetes actions operator, there is not a tag specific for a
microk8s channel.
hmlanigan
added a commit
to hmlanigan/terraform-provider-juju
that referenced
this issue
Dec 6, 2023
Should have caught issue juju#352 earlier. Increase our testing coverage to
help fill the gap.
Split into 2 test matrices for juju 2.9 & 3.1
Juju 3.1 requires a strictly confined version of the microk8s snap, will
2.9 uses classic. Further splitting of the tests required due to bug in
charmed-kubernetes actions operator, there is not a tag specific for a
microk8s channel.
Description
Deploying charms from charmhub results in this error below:
However the charms themselves have the proper base defined, e.g
juju info kubernetes-control-plane
Urgency
Annoying bug in our test suite
Terraform Juju Provider version
0.10.0
Terraform version
Terraform v1.6.5-dev
Terraform Configuration(s)
Reproduce / Test
Debug/Panic Output
Notes & References
No response
The text was updated successfully, but these errors were encountered: