Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Fix controller manager and scheduler bind (vexxhost#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Naser authored Jun 4, 2024
1 parent 896d670 commit de2549a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/kubernetes/templates/kubeadm.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ apiServer:
oidc-issuer-url: {{ kubernetes_oidc_issuer_url }}
oidc-client-id: {{ kubernetes_oidc_client_id }}
{% endif %}
controllerManager:
extraArgs:
bind-address: 0.0.0.0
scheduler:
extraArgs:
bind-address: 0.0.0.0
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
Expand Down

0 comments on commit de2549a

Please sign in to comment.