Skip to content

Commit

Permalink
Skip shoot-dns-service because of missing powerdns support
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Apr 17, 2024
1 parent 1df840f commit bb3f554
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions control-plane/roles/gardener/tasks/extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,16 @@
- controller-deployment.yaml
- controller-registration.yaml

- name: "Register controller: shoot-dns-service"
k8s:
definition: "{{ lookup('template', 'shoot-dns-service/{{ item }}', split_lines=False) }}"
kubeconfig: "{{ gardener_kube_apiserver_kubeconfig_path }}"
apply: yes
tags: shoot-dns-service
register: result
until: result is success
retries: 10
delay: 6
loop:
- controller-deployment.yaml
- controller-registration.yaml
#- name: "Register controller: shoot-dns-service"
# k8s:
# definition: "{{ lookup('template', 'shoot-dns-service/{{ item }}', split_lines=False) }}"
# kubeconfig: "{{ gardener_kube_apiserver_kubeconfig_path }}"
# apply: yes
# tags: shoot-dns-service
# register: result
# until: result is success
# retries: 10
# delay: 6
# loop:
# - controller-deployment.yaml
# - controller-registration.yaml

0 comments on commit bb3f554

Please sign in to comment.