k8s refactoring
This commit is contained in:
15
k8s/init.sls
Normal file
15
k8s/init.sls
Normal file
@@ -0,0 +1,15 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
|
||||
sysctl:
|
||||
params:
|
||||
net.ipv4.conf.all.proxy_arp: 1
|
||||
net.ipv4.conf.eth0.proxy_arp: 1
|
||||
|
||||
kubernetes:
|
||||
pkg:
|
||||
use_upstream_repo: True
|
||||
repo:
|
||||
humanname: kubernetes
|
||||
gpgcheck: 1
|
||||
Reference in New Issue
Block a user