Skip to content

Commit

Permalink
fix(talos): use etincelle discovery service
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Dec 27, 2024
1 parent 1c03884 commit 966beb2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions kubernetes/bootstrap/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,20 @@ patches:
network:
disableSearchDomain: true
# Enable etcd discovery and disable external service discovery.
# https://www.talos.dev/v1.8/talos-guides/discovery/#discovery-service
# Use etincelle discovery-service.
# The previous Kubernetes discovery service is deprecated due to security changes in Kubernetes.
# https://www.talos.dev/v1.10/talos-guides/discovery/#registries
# https://github.com/siderolabs/talos/issues/9980
- |-
cluster:
discovery:
enabled: true
registries:
kubernetes:
disabled: false
service:
disabled: true
service:
disabled: false
endpoint: https://ds.etincelle.cloud/
# Configure kubelet
- |-
Expand Down

0 comments on commit 966beb2

Please sign in to comment.