Kohei Ota (inductor)
Kohei Ota (inductor)
@anubhavmishra @psycle-james I know this works but what I'm suggesting here is doc improvement.
But personally it doesn't really make sense to me that this project's using a deprecated Node.js version while using yarn version which not many people are still using 😅
サーバーのファイル操作自体危ないので普通にbind mountやめたほうがいいのでは感があります(注意にも書いてる通り既存の動きに大きな変更が発生することは認識しています)
ちなみに運用っていう観点で言うとDocker ComposeでBuildする手順もとても良く無いのでやめたくて、極力 `image: released-version` 指定するほうを正規の手順にしたいですね。。。 そう言う意味でも今存在する `docker-compose.yml.example` 自体が、どちらかというと開発向けの設計になっていそうです
Kustomizeでimage setするように書いておいて、Renovateで書き換えさせるという手もある。
@lvikstro I get the following error even when I speficy runAsUser 0. Are you sure it works? 🤔 ```yaml securityContext: runAsGroup: 0 runAsNonRoot: true runAsUser: 0 fsGroup: 2000 ``` ```...
@schoeppi5 Hello. ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: synology-iscsi-storage annotations: storageclass.kubernetes.io/is-default-class: "true" provisioner: csi.san.synology.com parameters: dsm: '192.168.16.240' location: '/volume1' csi.storage.k8s.io/fstype: ext4 reclaimPolicy: Retain allowVolumeExpansion: true ``` This is my...
Disabling DelegateFSGroupToCSIDriver worked perfectly for me btw. Thank you so much!
@Ryanznoco Hi, it depends on what Kubernetes distribution you use but you need to look up "feature gate"
@rblundon for OpenShift problems you really SHOULD ask Red Hat