Skip to content

Commit

Permalink
fix(talos): Disable external discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s committed Sep 25, 2024
1 parent 160bf48 commit 3cf4cc1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubernetes/main/bootstrap/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ controlPlane:
allowSchedulingOnMasters: true
proxy:
disabled: true
discovery:
enabled: true
registries:
kubernetes:
disabled: false
service:
disabled: true
# ETCD configuration
- |-
Expand Down

0 comments on commit 3cf4cc1

Please sign in to comment.