Kyle Daley
Kyle Daley
Went to go start up my microservices project that I haven't touched since Q1, and was met with `The database 'master' cannot be opened because it is version 904. This...
I have no idea if this is helpful or not, but this is our provider declaration: ``` hcl provider "kubectl" { host = module.aks_cluster.kube_config.host client_certificate = base64decode(module.aks_cluster.kube_config.client_certificate) client_key = base64decode(module.aks_cluster.kube_config.client_key)...
> I'm getting the same error, with different reason: > > > Error: dev/hix-bg failed to create kubernetes rest client for update of resource: Get "http://localhost/api?timeout=32s": dial tcp 127.0.0.1:80: connect:...
I can't believe I'm going to have to add a totally separate provider just to do manifests.
Oh please let this get some traction ASAP. 😄
When you guys get to this, it'd be nice to have a way to also get the form values programmatically.
Any update on this?
Has there been any thoughts (preferably progress) on this? We're trying to go live, and this is one of the biggest lacking features we need. Thank you for your consideration.
I've been out of the Box world for quite a while. Has this even been considered?