Skip to content

Commit

Permalink
Fixup one more missing kubespray-defaults (kubernetes-sigs#7375)
Browse files Browse the repository at this point in the history
"The error was: 'proxy_disable_env' is undefined\n\nThe error appears to
be in '<censored>scale.yml': line 72, column 7"

Fixes 067db68

Signed-off-by: Etienne Champetier <[email protected]>
(cherry picked from commit 057e8b4)
  • Loading branch information
champtar committed Mar 22, 2021
1 parent ac1aa4d commit 6fcc595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
hosts: kube-master | first
environment: "{{ proxy_disable_env }}"
tags: kubeadm
roles:
- { role: kubespray-defaults }
tasks:
- name: include needed vars
include_vars: roles/kubespray-defaults/defaults/main.yaml
Expand Down

0 comments on commit 6fcc595

Please sign in to comment.