Miciah Dashiel Butler Masters
Miciah Dashiel Butler Masters
The following will remove the old binding: ```emacs-lisp (spacemacs/set-leader-keys-for-major-mode 'org-mode "Cp" nil) ```
The commit message needs to be fixed to remove a reference to scaling IngressControllers (copypasta?), to reflect changes to API field names, and to conform to formatting conventions: ```suggestion Add...
I assume we're talking about exactly the set of CRDs that are defined in https://github.com/projectcontour/contour/blob/master/examples/contour/01-crds.yaml, right? I don't think the operator necessarily needs to manage the CRDs itself; rather, the...
Here's an interesting article about go-bindata and related projects; the article raises concerns around the project status of https://github.com/jteeuwen/go-bindata and compares some alternatives: https://tech.townsourced.com/post/embedding-static-files-in-go/
How are these as short-term and long-term goals? * Short-term, we should add an API that controls which CRDs the operator instantiates (HTTPProxy CRD, Service APIs CRDs). * Long-term, the...
Looks like https://github.com/go-bindata/go-bindata is not actively maintained, and there is discussion of changing to https://github.com/kevinburke/go-bindata in Kubernetes: https://github.com/kubernetes/kubernetes/issues/96169
There are at least a couple categories of Gatekeeper policies that the operator could manage: * Policy for Contour CRDs: https://projectcontour.io/guides/gatekeeper/ * Policy for Service APIs CRDs: https://github.com/kubernetes-sigs/service-apis/issues/404 Gatekeeper project...
Most child resources already have update logic. Only the RBAC functions lack update logic. Handling updates for RBAC resources would be a nice-to-have but not required for v1alpha1.
The goal of v1alpha1 is for the operator to produce a deployment equivalent to what a user would get by applying https://github.com/projectcontour/contour/tree/main/examples/contour, so this issue is post-v1alpha1.
I'd like to refer back to a comment from @stevesloka: > I think the operator should just create the certs without running a job, but that package isn't exposed in...