Nic Cope

Results 846 comments of Nic Cope

> A bashrc is for bash. Why would the default be relevant? The installer doesn't consider this; it just tells you to source bashrc regardless of your shell. Given zsh...

Note that all HCL can be represented as JSON (i.e. you can configure at least Terraform using JSON rather than HCL). We use `sops` to decrypt JSON files and pass...

@starkers Take a look at https://github.com/mozilla/sops/issues/292#issuecomment-360985371 - Terraform will happily load JSON encoded tfvars files. From https://github.com/hashicorp/hcl: > The API for HCL allows JSON as an input so that it...

We use Sonobuoy to implement the Crossplane CNCF conformance suite per https://github.com/crossplane/conformance and https://github.com/cncf/crossplane-conformance.

@marcinc Would something like a `FromConfigMap` patch type work here? i.e. You could put your globals in a ConfigMap, then have your package install a `Composition` that will patches a...

@MisterMX I'd like to get someone else to own at least the first pass review of this implementation (it will probably go faster that way). GitHub should assign reviewers once...

Cross-linking to https://github.com/crossplane/crossplane/issues/2468

[Kubernetes Design: Discovery Client Cache Busting](https://docs.google.com/document/d/1AulBtUYjVcc4s809YSQq4bdRdDO3byY7ew9za4Ortj4/edit#heading=h.o6jdc98jqjle) Just dropping a link to the above doc, which proposes an improvement for discovery caching in client-go. This wouldn't help with the time taken...

Despite the excellent one-pager having been merged, I'm going to reopen this as a place to continue the conversation around these performance issues.

I'm actually having trouble replicating the client-side issues at the moment. 🤔 I believe I'm using a client with 50 qps / 300 burst per https://github.com/kubernetes/kubernetes/blob/release-1.23/staging/src/k8s.io/kubectl/pkg/cmd/cmd.go#L92. I have ~1,600 CRDs...