ansible-kubernetes-ha-cluster icon indicating copy to clipboard operation
ansible-kubernetes-ha-cluster copied to clipboard

This repository provides Ansible Playbooks To setup Kubernetes HA on Redhat Enterprise Linux 7. The playbooks are mainly inspired by Kubeadm documentation and other ansible tentatives on github. The p...

Results 2 ansible-kubernetes-ha-cluster issues
Sort by recently updated
recently updated
newest added

[root@ha-master-test1 ansible-kubernetes-ha-cluster]# ansible-playbook -i inventory/mycluster playbooks/k8s-all.yaml PLAY [k8s-nodes] *************************************************************************************************************************************************************************************************************************** TASK [Gathering Facts] ********************************************************************************************************************************************************************************************************************* ok: [HA_node_test11] ok: [HA_node_test21] ok: [ha-master-test1] ok: [ha-master-test2] ok: [ha-node-test2] TASK [repos : include_vars] **************************************************************************************************************************************************************************************************************** fatal: [ha-master-test1]:...

``` ASK [docker : include_vars] ****************************************************************************************************************************************** fatal: [test.msgcenter.unisound.com]: FAILED! => {"ansible_facts": {}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '../../../../whis-platform/inventory/group_vars/local/vault'\nSearched in:\n\t/Users/apple/TempPlace/temp/ms/ansible-kubernetes-ha-cluster/roles/docker/vars/../../../../whis-platform/inventory/group_vars/local/vault\n\t/Users/apple/TempPlace/temp/ms/ansible-kubernetes-ha-cluster/roles/docker/../../../../whis-platform/inventory/group_vars/local/vault\n\t/Users/apple/TempPlace/temp/ms/ansible-kubernetes-ha-cluster/roles/docker/tasks/vars/../../../../whis-platform/inventory/group_vars/local/vault\n\t/Users/apple/TempPlace/temp/ms/ansible-kubernetes-ha-cluster/roles/docker/tasks/../../../../whis-platform/inventory/group_vars/local/vault\n\t/Users/apple/TempPlace/temp/ms/ansible-kubernetes-ha-cluster/playbooks/vars/../../../../whis-platform/inventory/group_vars/local/vault\n\t/Users/apple/TempPlace/temp/ms/ansible-kubernetes-ha-cluster/playbooks/../../../../whis-platform/inventory/group_vars/local/vault on the Ansible Controller.\nIf you are...