Add some notes
This commit is contained in:
parent
e0b9505d68
commit
c7eacf1656
1 changed files with 13 additions and 0 deletions
|
|
@ -205,6 +205,19 @@
|
||||||
# Manque autoconfig de .kube/config local
|
# Manque autoconfig de .kube/config local
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#- name: Fetching CA certificat
|
||||||
|
# copy:
|
||||||
|
# src: /etc/kubernetes/pki/ca.crt
|
||||||
|
# dest: /root/.kube/{{ kubernetes_name }}/ca.crt
|
||||||
|
# when:
|
||||||
|
# - kubernetes_master == true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Fonctionne pas, k8s nécessite une connexion locale
|
||||||
|
#
|
||||||
|
|
||||||
- name: Install Calico Network
|
- name: Install Calico Network
|
||||||
include_role:
|
include_role:
|
||||||
name: calico
|
name: calico
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue