Skip to content

Commit f7576cd

Browse files
committed
testing
1 parent 7bd4650 commit f7576cd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

infrastructure/server-setup/playbook.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
# Copyright (C) The OpenCRVS Authors located at https://github.com/opencrvs/opencrvs-core/blob/master/AUTHORS.
99
---
1010
- hosts: master
11-
become: yes
1211
gather_facts: yes
1312
ignore_unreachable: false
14-
become_method: sudo
1513
tasks:
1614
- include_tasks:
1715
file: tasks/all/checks-k8s.yml

infrastructure/server-setup/tasks/all/checks-k8s.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
- name: Get current Kubernetes version
33
ansible.builtin.shell: kubectl version | grep 'Server Version' | awk '{print $3}' | sed 's/v//'
4-
environment:
5-
KUBECONFIG: /etc/kubernetes/admin.conf
64
register: current_k8s_version_raw
75

86
- name: Get target Kubernetes version

0 commit comments

Comments
 (0)