-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'refs/tags/v0.24.0' into update-cilium-extension
# Conflicts: # go.mod # go.sum # pkg/controller/controlplane/add.go # pkg/webhook/controlplane/ensurer.go
- Loading branch information
Showing
46 changed files
with
879 additions
and
1,970 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,11 @@ metadata: | |
labels: | ||
app: kubernetes | ||
role: cloud-controller-manager | ||
annotations: | ||
networking.resources.gardener.cloud/from-all-scrape-targets-allowed-ports: '[{"port":{{ include "cloud-controller-manager.port" . }},"protocol":"TCP"}]' | ||
# TODO: This label approach is deprecated and no longer needed in the future. Remove them as soon as gardener/[email protected] has been released. | ||
networking.resources.gardener.cloud/from-policy-pod-label-selector: all-scrape-targets | ||
networking.resources.gardener.cloud/from-policy-allowed-ports: '[{"port":{{ include "cloud-controller-manager.port" . }},"protocol":"TCP"}]' | ||
spec: | ||
type: ClusterIP | ||
clusterIP: None | ||
|
@@ -72,7 +77,7 @@ spec: | |
- --authorization-kubeconfig=/var/run/secrets/gardener.cloud/shoot/generic-kubeconfig/kubeconfig | ||
- --tls-cert-file=/var/lib/cloud-controller-manager-server/tls.crt | ||
- --tls-private-key-file=/var/lib/cloud-controller-manager-server/tls.key | ||
- --tls-cipher-suites={{ include "kubernetes.tlsCipherSuites" . | replace "\n" "," | trimPrefix "," }} | ||
- --tls-cipher-suites={{ .Values.cloudControllerManager.tlsCipherSuites | join "," }} | ||
- --use-service-account-credentials | ||
- --v=2 | ||
{{- range $index, $param := $.Values.cloudControllerManager.additionalParameters }} | ||
|
File renamed without changes.
218 changes: 113 additions & 105 deletions
218
...rds-firewall/templates/firewall-controller/metal-stack.io_clusterwidenetworkpolicies.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.