Browse Source

use the locally deployed kubectl binary within the kubectl.sh helper script (#4311)

pull/4983/head
Tilman Beitter 5 years ago
committed by Kubernetes Prow Robot
parent
commit
69f796f0c7
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/client/tasks/main.yml

2
roles/kubernetes/client/tasks/main.yml

@ -103,7 +103,7 @@
copy:
content: |
#!/bin/bash
kubectl --kubeconfig=${BASH_SOURCE%/*}/admin.conf $@
./kubectl --kubeconfig=${BASH_SOURCE%/*}/admin.conf $@
dest: "{{ artifacts_dir }}/kubectl.sh"
mode: 0755
become: no

Loading…
Cancel
Save