Carl Henrik Lunde
Carl Henrik Lunde
I think you instead should use the generated virtualservice as a delegate, and this way you don't need to do any changes to it. Doesn't this solve your problem?
I had to expose `ParsePrincipal` and `ParseCredential` to use Linux krb5 ccache in the kernel keyring (and https://github.com/jsipprell/keyctl/pull/5). So I wonder if the API you suggest would support this, @jake-scott....
attaching a working KeycloakClient, for reference: ```yaml apiVersion: keycloak.org/v1alpha1 kind: KeycloakClient metadata: labels: app: sso name: client-jaeger-ci spec: client: clientAuthenticatorType: client-secret clientId: jaeger-ci standardFlowEnabled: true # secret: you can hard-code...
@jaypipes a related issue is that if you remove a parameter, you have to call https://docs.aws.amazon.com/cli/latest/reference/rds/reset-db-parameter-group.html I don't think code gen exposes this? Out of curiosity, I wonder why there...
@bishal-pdMSFT another reason is to reduce the bandwidth and egress/ingress costs when using custom runners. Since there are many different s3 cache actions already, I think your customers are interested...
@negz primarily that it seems unmaintained, events are GCed and difficult to know when another event supersedes something. Here is an alternative approach like "kube-state-metrics". It's just a POC at...
Wow! I just discovered that maybe kube-state-metrics can do everything we want now: https://github.com/kubernetes/kube-state-metrics/blob/master/docs/customresourcestate-metrics.md Not sure if it makes sense to do anything crossplane-specific, I'll look into it. The only...
For new resources: * Working examples (that fit together with the other examples, for example named references) * Tests/coverage, what kind of tests do we require? What's nice to have?...
> Mmmm wouldn't `--aws-sdk-go-version` flag be enough? If not i can work on upgrading this right after we go GA for few controllers (scheduled for this Friday) Thanks, created a...
Did you see this? ```yaml apiVersion: pkg.crossplane.io/v1alpha1 kind: ControllerConfig metadata: ... name: kubernetes-config spec: ... serviceAccountName: crossplane-provider-kubernetes ```