JenTing

Results 212 comments of JenTing

Could you please get the yaml manifest of Service csi-attacher, I'd like to check the `deletionTimestamp` metadata is set or not. Ref to: - https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/#foreground-cascading-deletion - https://github.com/longhorn/longhorn-manager/blob/v1.1.1/csi/deployment_util.go#L261-L263 > Once the...

> I removed the deletionTimestamp and finalizers; it seems to have made it further, so we'll see if it finishes this time =] It's strange 🤔 You mean even you...

> ``` > richard@nebrask:~$ k -n longhorn-system logs -f longhorn-driver-deployer-6c945db7f6-gtf2g > 2021/05/06 16:09:09 proto: duplicate proto type registered: VersionResponse > W0506 16:09:09.454949 1 client_config.go:541] Neither --kubeconfig nor --master was specified....

I did an upgrade test on microk8s v1.21.0 (v1.21.0-3+121713cef81e03) with commands: ```shell kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.1.1-rc1/deploy/longhorn.yaml kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.1.1/deploy/longhorn.yaml ``` However, I can't reproduce it. :thinking:

I did another upgrade test on k3s v1.21.0 (v1.21.0+k3s1) with commands: ```shell kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.1.1-rc1/deploy/longhorn.yaml kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.1.1/deploy/longhorn.yaml ``` Still can't reproduce it.

Thank you @riazarbi It looks like Kubernetes version issue? @taxilian Had you fix this issue in the end?

Thank you for the information. We'll investigate to see how longhorn to achieve it with Vault.

> In addition to the two options enumerated above, Vault also provides the [Kubernetes Auth Method](https://www.vaultproject.io/docs/auth/kubernetes), which [Rook/Ceph utilizes as a KMS solution for storing dmcrypt keys](https://rook.io/docs/rook/v1.8/ceph-kms.html). I think this...

The design could consider the [SecretProviderClass](https://secrets-store-csi-driver.sigs.k8s.io/getting-started/usage.html).