查看“控制器DaemonSet”的源代码
←
控制器DaemonSet
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
=start= <pre> root@ubuntu-200470-1:~/daemonset# cat daemon.yaml apiVersion: apps/v1 kind: DaemonSet metadata: name: fluentd namespace: logging labels: app: fluentd-logging spec: selector: matchLabels: name: fluentd template: metadata: labels: name: fluentd spec: containers: - name: fluentd-elasticsearch image: quay.io/fluentd_elasticsearch/fluentd:v4.5.2 resources: limits: memory: 200Mi requests: cpu: 100m memory: 200Mi volumeMounts: - name: varlog mountPath: /var/log terminationGracePeriodSeconds: 30 volumes: - name: varlog hostPath: path: /var/log kubectl create ns logging kubectl apply -f daemon.yam kubectl get daemonset -n logging NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE fluentd 2 2 2 2 2 <none> 9m3s </pre> =references= https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ [https://devopscube.com/kubernetes-daemonset/ Kubernetes Daemonset: A Comprehensive Guide] https://github.com/monotek/fluentd-elasticsearch https://quay.io/repository/fluentd_elasticsearch/fluentd?tab=tags [[category:k8s]]
返回至
控制器DaemonSet
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息