Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Feb 26, 2020
1 parent 76bba52 commit 6d5b89c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/controller/actuator.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ func (a *actuator) Reconcile(ctx context.Context, ex *extensionsv1alpha1.Extensi
return err
}

// Shoots that don't specify a DNS domain or that are scheduled to a seed that is tainted with "DNS disabled"
// don't get an DNS service
if gardencorev1beta1helper.TaintsHave(cluster.Seed.Spec.Taints, gardencorev1beta1.SeedTaintDisableDNS) ||
cluster.Shoot.Spec.DNS == nil {
a.logger.Info("no shoot dns service installed", "shoot", ex.Namespace)
Expand Down

0 comments on commit 6d5b89c

Please sign in to comment.