Michael Bridgen

Results 87 issues of Michael Bridgen

- Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling,...

kind/enhancement
impact/usability
area/providers

We're using the swagger spec from 1.13, which is pretty old now. At present, 1.15 might be a good target (covers 1.13, and is compatible with 1.17). It does suggest...

- A transformation which will re-namespace resources -- not just the metadata.namespace, but references to things with namespaces (possibly by keeping track of what has changed where it is, then...

enhancement

`src/validate.js` reads a parameter for the Kubernetes version to validate against; since it uses that directly as a directory name, the error that comes back if you get it wrong...

As shown in the example https://github.com/kubernetes-sigs/kustomize/blob/master/examples/image.md

enhancement

Either add the types file, or rewrite in typescript.

enhancement

In anticipation of #3: in places where the original name of a resource is modified, the name should be updated wherever it's used. For example, a generated ConfigMap has a...

I'm not sure in what circumstances we want to provide a default gateway; perhaps always, since we can usually assume we'll be the only interface. But is it correct to...

Weave's IPAM supports only one subnet at present, which means (assuming IPAM is the only kind of co-ordination) that the weave plugin can have only one network. So this will...