generated from giantswarm/template-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to CAPA v2.4.2 * Metrics port is now 8443
- Loading branch information
1 parent
1d0e59d
commit f94cb91
Showing
43 changed files
with
2,020 additions
and
45 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 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 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
61 changes: 61 additions & 0 deletions
61
...rovider-aws/files/controlplane/bases/rosacontrolplanes.controlplane.cluster.x-k8s.io.yaml
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
cert-manager.io/inject-ca-from: '{{ .Release.Namespace }}/capa-serving-cert' | ||
controller-gen.kubebuilder.io/version: v0.13.0 | ||
labels: | ||
app.kubernetes.io/instance: '{{ .Release.Name }}' | ||
app.kubernetes.io/managed-by: '{{ .Release.Service }}' | ||
app.kubernetes.io/name: '{{ .Chart.Name }}' | ||
app.kubernetes.io/version: '{{ .Chart.AppVersion }}' | ||
application.giantswarm.io/team: '{{ index .Chart.Annotations "application.giantswarm.io/team" }}' | ||
cluster.x-k8s.io/provider: infrastructure-aws | ||
cluster.x-k8s.io/v1alpha3: v1alpha3 | ||
cluster.x-k8s.io/v1alpha4: v1alpha4 | ||
cluster.x-k8s.io/v1beta1: v1beta1_v1beta2 | ||
clusterctl.cluster.x-k8s.io: "" | ||
clusterctl.cluster.x-k8s.io/move: "" | ||
helm.sh/chart: '{{ .Chart.Name }}' | ||
name: rosacontrolplanes.controlplane.cluster.x-k8s.io | ||
spec: | ||
conversion: | ||
strategy: Webhook | ||
webhook: | ||
clientConfig: | ||
caBundle: Cg== | ||
service: | ||
name: capa-webhook-service | ||
namespace: '{{ .Release.Namespace }}' | ||
path: /convert | ||
port: 443 | ||
conversionReviewVersions: | ||
- v1 | ||
- v1beta1 | ||
group: controlplane.cluster.x-k8s.io | ||
names: | ||
categories: | ||
- cluster-api | ||
kind: ROSAControlPlane | ||
listKind: ROSAControlPlaneList | ||
plural: rosacontrolplanes | ||
shortNames: | ||
- rosacp | ||
singular: rosacontrolplane | ||
scope: Namespaced | ||
versions: | ||
- additionalPrinterColumns: | ||
- description: Cluster to which this RosaControl belongs | ||
jsonPath: .metadata.labels.cluster\.x-k8s\.io/cluster-name | ||
name: Cluster | ||
type: string | ||
- description: Control plane infrastructure is ready for worker nodes | ||
jsonPath: .status.ready | ||
name: Ready | ||
type: string | ||
name: v1beta2 | ||
schema: {} | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
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
Oops, something went wrong.