Michael Goodness
Michael Goodness
> It looks like omf new for some reason calls omf theme on the newly scaffolded theme expecting it to work. Couldn't a theme be sourced from its scaffolded location...
Ran into this when pinning to v1.2.0. Looks like `check_for_duplicate_msg` was added later. I'm not a fan of following `master`, but that does work. Better would be to get a...
This appears to be new behavior with K8s v1.5.1.
I wonder if, after #38, a work-around is to set `--host-interface=cbr+`. That should make kube2iam ignore the missing interface instead of erroring. Not ideal, as kube2iam really shouldn't create the...
> Note: I was able to get things working by adding the repo with an appropriate name, but this was never required before. @lknite how/where did you add the repo...
@rnicholus I'd be thrilled to help with implementation. My current knowledge of STS is exclusively on the ops/provisioning side of things, but I'll devote some cycles to learning the API...
I don't think this is fixed. I've built the provider with #13024 and am trying to provision an Autopilot cluster. We'd previously deleted the default GCE SA from the project...
I'll take a stab at this, but my JS-foo is incredibly weak. Hope you don't mind some hand-holding!
@icereval have you confirmed that the `KubernetesCluster` tag isn't required on the resources from which you'd remove it? Looks like route tables, subnets, and internet gateway. If the AWS cloud...
Was reviewing the [K8s 1.6 feature tracking sheet](https://docs.google.com/spreadsheets/d/1nspIeRVNjAQHRslHQD1-6gPv99OcYZLMezrBe3Pfhhg/edit#gid=0) and discovered an issue that may affect your work. Looks like SIG-AWS plans to change tags such that resources can be shared...