mattkirby
mattkirby
When a configuration status is written outputs from the Terraform plan are written to the status section under outputs. In my example the output value is marked 'sensitive = true'...
When destroying a configuration resource kubectl will hang indefinitely. With a configuration called 'myconfig' run `kubectl delete configuration myconfig`. 'configuration.terraform.core.oam.dev "myconfig" deleted' is returned and then kubectl hangs, presumably due...
When deleting a configuration the apply and destroy jobs are left behind. If you attempt to re-create the same configuration resource it will never begin provisioning, unless the previous apply...