From bf09a75edebe671b8cb580a5378164a8339a0594 Mon Sep 17 00:00:00 2001 From: do Date: Thu, 2 Apr 2020 16:18:35 +0200 Subject: [PATCH] trying kubernets --- base/init.sls | 1 + kubernetes.sls | 10 ++++++++++ top.sls | 13 +++++-------- 3 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 kubernetes.sls diff --git a/base/init.sls b/base/init.sls index 838d06e..aa4c2bf 100644 --- a/base/init.sls +++ b/base/init.sls @@ -4,3 +4,4 @@ include: - log.rsyslog.client + - sys.sysctl diff --git a/kubernetes.sls b/kubernetes.sls new file mode 100644 index 0000000..2743e80 --- /dev/null +++ b/kubernetes.sls @@ -0,0 +1,10 @@ +# -*- coding: utf-8 -*- +# vim: ft=yaml +--- + +kubernetes: + minikube: + version: '1.9.0' + pkg: + binary: + source_hash: c161e8ffdbc8d7cc92c2f57809bf846ff73996f06bc6a757bef518b3acce5b47 diff --git a/top.sls b/top.sls index 4d71965..4dc28e0 100644 --- a/top.sls +++ b/top.sls @@ -6,22 +6,19 @@ base: '*': - saltmine - prometheus.node_exporter + - base.sys.sysctl 'riot01*': - haproxy - grafana - prometheus.prometheus - base.log.rsyslog.client - 'pine*': - - base.log.rsyslog.client - 'ebin*': - - base.log.rsyslog.client - # Verflixt und zugenaeht! + #- kubernetes 'cpuarch:aarch64': - match: grain - base.log.rsyslog.client - 'cpuarch:armv7l': - - match: grain - - base.log.rsyslog.client + #'cpuarch:armv7l': + # - match: grain + # - base.log.rsyslog.client #'pine03*': # - prometheus.prometheus