Etcd certs: use symlink in kubeadm config

This commit is contained in:
ant31
2025-03-17 11:17:20 +01:00
parent 0f9f9fb569
commit 32520037b5
5 changed files with 42 additions and 4 deletions

View File

@@ -4,6 +4,11 @@
tags:
- k8s-pre-upgrade
- name: Create etcd cert symbolic links
import_tasks: 0010-etcd-link.yml
when:
- etcd_deployment_type != "kubeadm"
- name: Create webhook token auth config
template:
src: webhook-token-auth-config.yaml.j2