Garth Bushell

Results 10 comments of Garth Bushell

I don't believe this is an enhancement and is a requirement before shipping. We are having the same problem with mocking out the interface.

@tjfontaine I've moved this to a new feature request. https://github.com/oracle/terraform-kubernetes-installer/issues/178 where we can discuss this new requirement.

OK I think I may have fixed this in a unrelated commit. So the docker service was being started but not being enabled. (Sorry found this and meant to split...

OK this is due to selinux which we disable reenableing on reboot. This should fix it. https://github.com/oracle/terraform-kubernetes-installer/pull/84

I'm not sure the multiple_compartments flag is needed. Can you just use the value if set? e.g:- ` network_compartment_ocid = "${(var.network_compartment_ocid != "") ? var.network_compartment_ocid : var.compartment_ocid}"` Also can you...

Hi can you post your input variables? (The non sensitive bits)

This is also needed https://github.com/oracle/terraform-kubernetes-installer/pull/168

Actually having this calculated makes the update of this value atomic and there is no risk of updating it when only half the values have been updated in Home assistant

So not sure if you are aware of this but it was posted in the Facebook [Lux Power Tek Owners Group - UK](https://www.facebook.com/groups/438696100079367/) I would be careful in bumping up...

I personally stopped using the qnap native package when a bug in openhab ate up all the memory and crashed the system. I use the Official Docker image https://hub.docker.com/r/openhab/openhab/ with...