SE
Size: a a a
SE
TL
TL
\usepackage[russian]{babel} такое у меня в дипломеTL
Make k8s CAs available in salt mine:
# TODO: This is deprecated `module.run` syntax, to be changed in Salt Sodium.
module.run:
- name: mine.send
- m_name: get_authorities
- kwargs:
mine_function: x509.get_pem_entries
- args:
- /etc/kubernetes-authority/*/*-ca.pem
Make k8s CAs available in salt mine for {{ cluster }}:
# TODO: This is deprecated `module.run` syntax, to be changed in Salt Sodium.
module.run:
- name: mine.send
- m_name: get_authorities
- kwargs:
mine_function: x509.get_pem_entries
- args:
- /etc/kubernetes-authority/{{ cluster }}/*-ca.pem
- allow_tgt: 'I@k8s_salt:cluster:{{ cluster }}TL
salt-call mine.get tgt some_function
SE
A
TL
TL
GG
TL
TL
GG