mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 14:09:34 -02:30
Removed weave support (#12230)
This commit is contained in:
committed by
GitHub
parent
b79f7d79f0
commit
73b3e9b557
@@ -41,12 +41,6 @@
|
||||
- name: calico_pool_info
|
||||
cmd: "{{ bin_dir }}/calicoctl get ippool -o wide"
|
||||
when: '{{ kube_network_plugin == "calico" }}'
|
||||
- name: weave_info
|
||||
cmd: weave report
|
||||
when: '{{ kube_network_plugin == "weave" }}'
|
||||
- name: weave_logs
|
||||
cmd: "{{ docker_bin_dir }}/docker logs weave"
|
||||
when: '{{ kube_network_plugin == "weave" }}'
|
||||
- name: kube_describe_all
|
||||
cmd: "{{ bin_dir }}/kubectl describe all --all-namespaces"
|
||||
- name: kube_describe_nodes
|
||||
|
||||
Reference in New Issue
Block a user