Frank Kloeker

Results 27 comments of Frank Kloeker

@mengyiyuan , sure! A normal use case would be to terminate Internet traffic on specific Ingress nodes and pass through traffic to the application layer: ``` apiVersion: extensions/v1beta1 kind: Ingress...

@mengyiyuan Interesting. But we split our architecture typically in application layer (Whatsapp) and internet layer (Kubernetes [Ingress Controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/). The Ingress Controller terminated SSL connections and with [Cert Manager](https://cert-manager.io/docs/) we have...

thanks for the hints, but that's not similar to hold the data in the container (instead providing them). I would like to migrate the container or export them as an...

Okay, l'll try ecryptfs. That could work for me. Otherwise, someday I want to have the feature in LXD. You can close the issue or mark as feature request. as...

This works for me: * setup client on Keycloak with enabled feature docker-v2 auth * grab endpoint url from tab `Installation / Registry Config File` in Keycloak UI * grab...

Great work, @kaskol10 , many thanks! Any progress here on this PR? In the past we had our [own Helm chart for CRDs](https://github.com/mcsps/helm-charts/tree/master/charts/cinder-csi-snapshot-crds), before the snapshot controller manager was removed...

The value is to have a NFS server "somewhere", like a Netapp or a Cloud NFS Service where this NFS client can connect to and the user can use this...

we have the other way around with the same error message ``` $ kubectl -n u-xxxxxxx get preferences NAME VALUE theme "ui-white" ``` many settings are missing and Rancher don't...

@voarsh2 The bash script collects the secrets and validates the base64 data automatically with kubectl via Kubernetes API. In a pre-flight check you can get all Helm Charts Secrets of...

correction: this occurs only in [Helm Chart Vcluster](https://github.com/loft-sh/vcluster/tree/v0.15.7/charts/k3s) Version 0.15.7 because the state is [Unavailable](https://github.com/crossplane-contrib/provider-helm/blob/master/pkg/controller/release/release.go#L281) Downgrade 0.15.2 works, but hasn't the security features what we need. Still difficult to find...