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
While trying to deploy Canonical K8s on AWS using Terraform following the official How-to I've ran into a problem with setting an empty value for a Juju model's config key. Canonical K8s AWS deployment requires following Juju model settings:
After applying container-networking-method is changed to local, but fan-config remains unchanged.
Handling this two config options might be an edge case which is not properly handed by the provider - before fan-config can be emptied container-networking-method needs to be changed from fan (default value) to something else.
Cheers,
Bart
Urgency
Annoying bug in our test suite
Terraform Juju Provider version
Tested with 0.14.0, 0.15.0 and 0.16.0
Terraform version
v1.10.5
Juju version
3.6.2
Terraform Configuration(s)
Reproduce / Test
Deploy Canonical K8s on AWS using Terraform with https://documentation.ubuntu.com/canonical-kubernetes/latest/charm/howto/install/install-terraform/
Debug/Panic Output
Notes & References
No response
The text was updated successfully, but these errors were encountered:
Description
Hello Team,
While trying to deploy Canonical K8s on AWS using Terraform following the official How-to I've ran into a problem with setting an empty value for a Juju model's config key. Canonical K8s AWS deployment requires following Juju model settings:
I've edited the TF module from the guide to include those:
After applying
container-networking-method
is changed tolocal
, butfan-config
remains unchanged.Handling this two config options might be an edge case which is not properly handed by the provider - before
fan-config
can be emptiedcontainer-networking-method
needs to be changed fromfan
(default value) to something else.Cheers,
Bart
Urgency
Annoying bug in our test suite
Terraform Juju Provider version
Tested with 0.14.0, 0.15.0 and 0.16.0
Terraform version
v1.10.5
Juju version
3.6.2
Terraform Configuration(s)
Reproduce / Test
Debug/Panic Output
Notes & References
No response
The text was updated successfully, but these errors were encountered: