Anthony Yeh

Results 12 issues of Anthony Yeh

I got a strange error when I tried to run `vcluster create`: ``` $ vcluster create test -n test [info] execute command: helm upgrade test vcluster --repo https://charts.loft.sh --version 0.4.4...

area/cli
kind/enhancement

We need to put up a doc on how rolling updates work with the operator. In the meantime, here is at least a dump of some discussion from Slack: >...

Currently, the vtgate Service name has a unique, deterministic hash suffix. This was part of a strategy to avoid collisions in the multi-tenant environment for which our operator was initially...

In the generated docs, links for map types like `map[string]*planetscale.dev/vitess-operator/pkg/apis/planetscale/v2.VitessClusterCellStatus` are broken. We probably need to contribute a patch to the `gen-crd-api-reference-docs` tool we use, to teach it to handle...

We should get some intro docs started, and publish the generated CRD API reference docs. Probably on Netlify?

As reported by @cohix, a lambda hook written in Go that generates a JSON response by serializing the Go structs from the Kubernetes API package can trigger a hot loop...

As Metacontroller attempts to act on behalf of a CompositeController, for example, it should emit events on the parent object as appropriate. We should look at what events built-in controllers...

This is a tentative outline of future plans for Metacontroller. See the [project board](https://github.com/GoogleCloudPlatform/kube-metacontroller/projects/1) for the status of individual tasks. The backlog there is split into three columns: * Proposed:...

This is a proposal to make a fundamental change to the user experience of Metacontroller as part of going from alpha to beta. I'm posting this to try to get...

A user on Slack received a cryptic error while trying to create namespaced objects (Secret.v1) as children of a cluster-scoped parent object (Namespace.v1): ``` controller.go:245] failed to sync namespace-managed "v1:Namespace::default":...