aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/salt/minion/cert/k8s_client.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/salt/minion/cert/k8s_client.yml')
-rw-r--r--mcp/reclass/classes/system/salt/minion/cert/k8s_client.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/mcp/reclass/classes/system/salt/minion/cert/k8s_client.yml b/mcp/reclass/classes/system/salt/minion/cert/k8s_client.yml
deleted file mode 100644
index 06d83c4a1..000000000
--- a/mcp/reclass/classes/system/salt/minion/cert/k8s_client.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-parameters:
- salt:
- minion:
- cert:
- k8s_client:
- host: ${_param:salt_minion_ca_host}
- authority: ${_param:salt_minion_ca_authority}
- key_file: /etc/kubernetes/ssl/kubelet-client.key
- cert_file: /etc/kubernetes/ssl/kubelet-client.crt
- ca_file: /etc/kubernetes/ssl/ca-kubernetes.crt
- common_name: kubelet-client
- signing_policy: cert_client
- alternative_names: IP:${_param:cluster_vip_address},IP:${_param:cluster_node01_address},IP:${_param:cluster_node02_address},IP:${_param:cluster_node03_address},IP:${_param:kubernetes_internal_api_address} \ No newline at end of file