apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: bb337655ca836a574ef5b77cc25769960919c5d88c47cd275859a1e99cb169fa
    configmap-etc-hash: 115f80e3ae123161625066334bb89cf6850d7a6d53f259f04b639597d324b72e
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-07-01T01:44:24Z"
  generateName: manila-share-6cdb45c494-
  labels:
    application: manila
    component: share
    pod-template-hash: 6cdb45c494
    release_group: manila
  name: manila-share-6cdb45c494-6nwqx
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: manila-share-6cdb45c494
    uid: aafe9253-43bd-48e2-990a-6277ed5974d2
  resourceVersion: "26986"
  uid: 92bc2809-3eba-4865-8d2a-7c8f93444c1a
spec:
  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchExpressions:
            - key: release_group
              operator: In
              values:
              - manila
            - key: application
              operator: In
              values:
              - manila
            - key: component
              operator: In
              values:
              - share
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/manila-share.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/manila:2024.2@sha256:6f0fb6c01844494832db70fc4ddea4752c6a372ff0a4c0288bc179cb530320dd
    imagePullPolicy: IfNotPresent
    name: manila-share
    resources: {}
    securityContext:
      privileged: true
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /etc/manila
      name: etcmanila
    - mountPath: /var/lib/manila
      name: state-tmp
    - mountPath: /etc/manila/manila.conf
      name: manila-etc
      readOnly: true
      subPath: manila.conf
    - mountPath: /etc/manila/rootwrap.conf
      name: manila-etc
      subPath: rootwrap.conf
    - mountPath: /etc/sudoers.d/kolla_manila_sudoers
      name: manila-etc
      readOnly: true
      subPath: manila_sudoers
    - mountPath: /etc/sudoers.d/kolla_manila_volume_sudoers
      name: manila-etc
      readOnly: true
      subPath: manila_sudoers
    - mountPath: /run/openvswitch
      name: run-openvswitch
      readOnly: true
    - mountPath: /etc/manila/rootwrap.d/share.filters
      name: manila-etc
      readOnly: true
      subPath: share.filters
    - mountPath: /etc/manila/policy.yaml
      name: manila-etc
      readOnly: true
      subPath: policy.yaml
    - mountPath: /tmp/manila-share.sh
      name: manila-bin
      readOnly: true
      subPath: manila-share.sh
    - mountPath: /etc/manila/ssh-keys
      name: ssh-keys
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-m8mb4
      readOnly: true
  dnsPolicy: ClusterFirstWithHostNet
  enableServiceLinks: true
  hostNetwork: true
  initContainers:
  - command:
    - kubernetes-entrypoint
    env:
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: INTERFACE_NAME
      value: eth0
    - name: PATH
      value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
    - name: DEPENDENCY_SERVICE
      value: openstack:percona-xtradb-haproxy,openstack:keystone-api,openstack:rabbitmq-manila
    - name: DEPENDENCY_JOBS
      value: manila-db-sync,manila-ks-user,manila-ks-endpoints,manila-rabbit-init
    - name: DEPENDENCY_DAEMONSET
    - name: DEPENDENCY_CONTAINER
    - name: DEPENDENCY_POD_JSON
      value: '[{"labels":{"application":"openvswitch","component":"server"},"requireSameNode":true}]'
    - name: DEPENDENCY_CUSTOM_RESOURCE
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    imagePullPolicy: IfNotPresent
    name: init
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
      runAsUser: 65534
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-m8mb4
      readOnly: true
  - command:
    - /tmp/manila-share-init.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/manila:2024.2@sha256:6f0fb6c01844494832db70fc4ddea4752c6a372ff0a4c0288bc179cb530320dd
    imagePullPolicy: IfNotPresent
    name: manila-share-init
    resources: {}
    securityContext:
      privileged: true
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/manila-share-init.sh
      name: manila-bin
      readOnly: true
      subPath: manila-share-init.sh
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /etc/manila/ssh-keys
      name: ssh-keys
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-m8mb4
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: manila-share
  serviceAccountName: manila-share
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - emptyDir: {}
    name: pod-tmp
  - emptyDir: {}
    name: pod-shared
  - emptyDir: {}
    name: state-tmp
  - emptyDir: {}
    name: etcmanila
  - hostPath:
      path: /run/openvswitch
      type: Directory
    name: run-openvswitch
  - name: manila-etc
    secret:
      defaultMode: 292
      secretName: manila-etc
  - configMap:
      defaultMode: 365
      name: manila-bin
    name: manila-bin
  - name: ssh-keys
    secret:
      defaultMode: 420
      secretName: manila-ssh-keys
  - name: kube-api-access-m8mb4
    projected:
      defaultMode: 420
      sources:
      - serviceAccountToken:
          expirationSeconds: 3607
          path: token
      - configMap:
          items:
          - key: ca.crt
            path: ca.crt
          name: kube-root-ca.crt
      - downwardAPI:
          items:
          - fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
            path: namespace
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-07-01T01:46:26Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-07-01T01:46:27Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-07-01T01:46:27Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-07-01T01:44:24Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://5d72a106231af755d8fb8e259f013f5f33ca55509c432863d6d88f39d7f33cfc
    image: sha256:3006865b92b06d0d68e3b42673e5d5378a17c8bd948eee2732d89a9fee691739
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/manila@sha256:6f0fb6c01844494832db70fc4ddea4752c6a372ff0a4c0288bc179cb530320dd
    lastState: {}
    name: manila-share
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-07-01T01:46:26Z"
  hostIP: 199.204.45.113
  initContainerStatuses:
  - containerID: containerd://561d62f18154058779d5b73d19e6bdeab89cdd52459d6e4e04fe31606b5e1171
    image: sha256:d656bd5737950b86b0ecff4b0206024769c78ea55e2f9f4c840c3cc2a10caaf8
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    lastState: {}
    name: init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://561d62f18154058779d5b73d19e6bdeab89cdd52459d6e4e04fe31606b5e1171
        exitCode: 0
        finishedAt: "2026-07-01T01:46:25Z"
        reason: Completed
        startedAt: "2026-07-01T01:44:24Z"
  - containerID: containerd://3396bba27950167215cf590e2f2cdf66d24c55da862df0da004ae9ec06844471
    image: sha256:3006865b92b06d0d68e3b42673e5d5378a17c8bd948eee2732d89a9fee691739
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/manila@sha256:6f0fb6c01844494832db70fc4ddea4752c6a372ff0a4c0288bc179cb530320dd
    lastState: {}
    name: manila-share-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://3396bba27950167215cf590e2f2cdf66d24c55da862df0da004ae9ec06844471
        exitCode: 0
        finishedAt: "2026-07-01T01:46:25Z"
        reason: Completed
        startedAt: "2026-07-01T01:46:25Z"
  phase: Running
  podIP: 199.204.45.113
  podIPs:
  - ip: 199.204.45.113
  qosClass: BestEffort
  startTime: "2026-07-01T01:44:24Z"
