samba-operator
samba-operator copied to clipboard
An operator for a Samba as a service on PVCs in kubernetes
Have some rasberry pi's I was planning on running this on but the image doesn't have arm64 support. Adding support should be as simple as using docker buildx ``` docker...
Adding annotations to the created servcie would allow for additional configuration of the created service. For example, with metallb you could specify the requested address pool to use. Another use...
Hi, I have deployed a Samba server with clustering feature enabled. According to the documentation, I can change the number of Samba servers by configuring scaling.minClusterSize in smbshare CRD, and...
Hi, I am trying to deploy a Samba service with CTDB support on a bare-metal k3s cluster, here is my environment: ``` NAME STATUS ROLES AGE VERSION k8s-test2 Ready control-plane,etcd,master...
Is there a way to add custom SMB config options? For example I am trying to create a share that I can use for provisioning servers, but the management tools...
Howdy! I would like to be able to group smb shares with different pvcs, and I'm looking for my first time developing in an operator. I haven't really looked into...
### posix permissions handler while exposing existing pvc while trying to expose the existing pvc as smbshare, initContainer is giving error saying that posix permissions handler OSError: [Errno 95] Operation...
Currently, I provide some traditional SMB shares from my old server solution that can be accessed from the local network without username and password. Use cases are: - a public...
I recognized that the samba-operator seems to automatically resolve changes to SmbShare definitions. I applied to following definition with kubectl apply: ```yaml apiVersion: samba-operator.samba.org/v1alpha1 kind: SmbShare metadata: name: backup-windows namespace:...
I am not really sure, if this is something important. When I deploy a SmbShare with the following SmbCommonConfig and access it by IP or Hostname of a cluster node,...