Skip to content

Commit

Permalink
Wait until seed is ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Jan 14, 2025
1 parent f67fbe2 commit 84b9a80
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deploy_gardener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,16 @@
loadBalancer:
ingress:
- ip: "172.17.0.1"

- name: Wait until seed is ready
kubernetes.core.k8s_info:
api_version: "core.gardener.cloud/v1beta1"
kind: Seed
name: "{{ metal_control_plane_stage_name }}"
kubeconfig: "{{ gardener_kube_apiserver_kubeconfig_path }}"
wait: yes
wait_condition:
reason: GardenletReady
status: "True"
type: GardenletReady
wait_timeout: 300

0 comments on commit 84b9a80

Please sign in to comment.