k8s refactoring
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: ft=yaml
|
# vim: ft=yaml
|
||||||
---
|
---
|
||||||
# This formula works with no-pillars but here are some example configurations.
|
|
||||||
|
sysctl:
|
||||||
|
params:
|
||||||
|
net.ipv4.conf.all.proxy_arp: 1
|
||||||
|
net.ipv4.conf.eth0.proxy_arp: 1
|
||||||
|
|
||||||
kubernetes:
|
kubernetes:
|
||||||
pkg:
|
pkg:
|
||||||
8
top.sls
8
top.sls
@@ -20,11 +20,11 @@ base:
|
|||||||
- match: compound
|
- match: compound
|
||||||
- base.log.rsyslog.client
|
- base.log.rsyslog.client
|
||||||
'pine*':
|
'pine*':
|
||||||
- base.sys.kubernetes
|
- k8s
|
||||||
'kubeadm*':
|
'kubeadm*':
|
||||||
- base.sys.kubernetes
|
- k8s
|
||||||
'lenny*':
|
|
||||||
- base.sys.kubernetes
|
|
||||||
#'pine03*':
|
#'pine03*':
|
||||||
# - prometheus.prometheus
|
# - prometheus.prometheus
|
||||||
#'ebin*':
|
#'ebin*':
|
||||||
|
|||||||
Reference in New Issue
Block a user