Skip to content

Conversation

@Gerrit91
Copy link
Contributor

Description

This is handy for the capi-provider.

@vknabel
Copy link
Contributor

vknabel commented Mar 7, 2025

Also includes #66

Comment on lines +170 to +175
if r.Target.Annotations != nil {
if val, ok := r.Target.Annotations[v2.FirewallNoControllerConnectionAnnotation]; ok {
set.Annotations[v2.FirewallNoControllerConnectionAnnotation] = val
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could probably be an extra PR

shootTokenSecret string
shootTokenPath string
sshKeySecret string
sshKeySecretNamespace string
Copy link
Contributor

@vknabel vknabel Dec 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #79

vknabel added a commit that referenced this pull request Dec 11, 2025
@vknabel vknabel mentioned this pull request Dec 11, 2025
Comment on lines +160 to +168
if r.Target.Annotations != nil {
if val, ok := r.Target.Annotations[v2.FirewallNoControllerConnectionAnnotation]; ok {
if meta.Annotations == nil {
meta.Annotations = map[string]string{}
}
meta.Annotations[v2.FirewallNoControllerConnectionAnnotation] = val
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handled in PR #80

vknabel added a commit that referenced this pull request Dec 11, 2025
@vknabel vknabel added area: cluster-api Affects the cluster-api area. area: gardener Affects the gardener area. labels Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: cluster-api Affects the cluster-api area. area: gardener Affects the gardener area.

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants