代码拉取完成,页面将自动刷新
同步操作将从 刘帅/glusterfs-k8s 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: glusterfs
labels:
glusterfs: deployment
annotations:
description: GlusterFS Daemon Set
tags: glusterfs
spec:
selector:
matchLabels:
glusterfs-node: daemonset
template:
metadata:
creationTimestamp: null
labels:
glusterfs-node: daemonset
name: glusterfs
spec:
tolerations:
- key: "glusterfs"
operator: "Equal"
value: "true"
effect: "NoSchedule"
nodeSelector:
storagenode: glusterfs
hostNetwork: true
containers:
- env:
- name: TZ
value: Asia/Shanghai
image: gluster/gluster-centos:latest
imagePullPolicy: IfNotPresent
name: glusterfs
volumeMounts:
- mountPath: /var/lib/heketi
name: glusterfs-heketi
- mountPath: /run
name: glusterfs-run
- mountPath: /run/lvm
name: glusterfs-lvm
- mountPath: /etc/glusterfs
name: glusterfs-etc
- mountPath: /var/log/glusterfs
name: glusterfs-logs
- mountPath: /var/lib/glusterd
name: glusterfs-config
- mountPath: /dev
name: glusterfs-dev
- mountPath: /sys/fs/cgroup
name: glusterfs-cgroup
- mountPath: /data
name: glusterfs-data
securityContext:
capabilities: {}
privileged: true
readinessProbe:
exec:
command:
- /bin/bash
- -c
- systemctl status glusterd.service
initialDelaySeconds: 60
timeoutSeconds: 3
livenessProbe:
exec:
command:
- /bin/bash
- -c
- systemctl status glusterd.service
failureThreshold: 3
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
volumes:
- hostPath:
path: /var/lib/heketi
type: ""
name: glusterfs-heketi
- emptyDir: {}
name: glusterfs-run
- hostPath:
path: /run/lvm
type: ""
name: glusterfs-lvm
- hostPath:
path: /etc/glusterfs
type: ""
name: glusterfs-etc
- hostPath:
path: /var/log/glusterfs
type: ""
name: glusterfs-logs
- hostPath:
path: /var/lib/glusterd
type: ""
name: glusterfs-config
- hostPath:
path: /dev
type: ""
name: glusterfs-dev
- hostPath:
path: /sys/fs/cgroup
type: ""
name: glusterfs-cgroup
- hostPath:
path: /data
type: ""
name: glusterfs-data
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。