Andy Goldstein
Andy Goldstein
If the generated user data bootstrap script exceeds 16kb (before being base64 encoded), AWS will reject it like this: ``` 2018-07-31T15:15:12-04:00 [ℹ] Parsing bootstrap script from filesystem [/Users/andy/code/kubernetes-release/_artifacts/kubicorn/1533064442/centos/master.sh] 2018-07-31T15:15:18-04:00 [✖]...
### What happened? While the watch cache framework does support individual caches per CRD type, its metrics and logging treats them all as `*unstructured.Unstructured` instead of as individual group-resources. This...
### What happened? When using a dynamic informer, the underlying Reflector only logs about `*unstructured.Unstructured`. If you have multiple dynamic informers, for different `GroupVersionResource`s, it's not possible to determine which...
Let's say I have the following package structure: - a1 - types.go (Widget) - sub1 - types.go (Fromble) - a2 - types.go (Widget) - sub2 - types.go (Fromble) and types...
/kind feature **Describe the solution you'd like** If bootstrapping doesn't succeed, set VSphereMachine.Status.FailureReason and FailureMessage to indicate there was an error. **Anything else you would like to add:** More information...
Once #341 merges, it would be nice to add implicit support for list pagination to both `typedClient` and `unstructuredClient`. I'd be happy to take a stab at this.
Would it be possible to combine `capa_provider` and `capv_provider` to a more generic `cluster_api_provider`? Having specific providers for specific Cluster API infrastructure providers means you have to add new providers...
For the following script ``` kc="{0}/.kube/config".format(os.home) kube_capture(what="objects", kinds=["clusters"], kube_config=kube_config(path=kc)) ``` With the following cluster: ``` $ k get clusters -A NAMESPACE NAME PHASE default test1 Provisioning ``` Run this: ```...
I would like to be able to run packer to build images, but I don't want kubernetes baked in to the image (I'll bring my own). Is there some way...
/kind feature **Describe the solution you'd like** We should migrate away from using sigs.k8s.io in AWS tag names and instead use x-k8s.io. This applies to all tags prefixed with `sigs.k8s.io/cluster-api-provider-aws/`....