-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IBM Spectrum Scale Container Native v5.2.0.0 04/26/2024
-------------------------------------------- * IBM Spectrum Scale Operator v5.2.0.0 * IBM Spectrum Scale v5.2.0.0 * IBM Spectrum Scale Container Storage Interface 2.11.0 Signed-off-by: raulj-gespejo <[email protected]>
- Loading branch information
Showing
85 changed files
with
1,306 additions
and
1,855 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
# Uncomment to enable conversion webhook | ||
#patches: | ||
# - patches/webhook_in_daemons.yaml | ||
# +kubebuilder:scaffold:crdkustomizewebhookpatch | ||
|
||
# Uncomment to enable certmanager injection for conversion webhook | ||
#- patches/cainjection_in_daemons.yaml | ||
# +kubebuilder:scaffold:crdkustomizecainjectionpatch | ||
|
||
configurations: | ||
- kustomizeconfig.yaml | ||
resources: | ||
- scale.spectrum.ibm.com_approvalrequests.yaml | ||
- scale.spectrum.ibm.com_asyncreplications.yaml | ||
- scale.spectrum.ibm.com_callhomes.yaml | ||
- scale.spectrum.ibm.com_cloudcsidisks.yaml | ||
- scale.spectrum.ibm.com_clusterinterconnects.yaml | ||
- scale.spectrum.ibm.com_clusters.yaml | ||
- scale.spectrum.ibm.com_compressionjobs.yaml | ||
- scale.spectrum.ibm.com_consistencygroups.yaml | ||
- scale.spectrum.ibm.com_daemons.yaml | ||
- scale.spectrum.ibm.com_diskjobs.yaml | ||
- scale.spectrum.ibm.com_dnsconfigs.yaml | ||
- scale.spectrum.ibm.com_dnss.yaml | ||
- scale.spectrum.ibm.com_encryptionconfigs.yaml | ||
- scale.spectrum.ibm.com_filesystems.yaml | ||
- scale.spectrum.ibm.com_grafanabridges.yaml | ||
- scale.spectrum.ibm.com_guis.yaml | ||
- scale.spectrum.ibm.com_localdisks.yaml | ||
- scale.spectrum.ibm.com_pmcollectors.yaml | ||
- scale.spectrum.ibm.com_recoverygroups.yaml | ||
- scale.spectrum.ibm.com_regionaldrexports.yaml | ||
- scale.spectrum.ibm.com_regionaldrs.yaml | ||
- scale.spectrum.ibm.com_remoteclusters.yaml | ||
- scale.spectrum.ibm.com_restripefsjobs.yaml | ||
- scale.spectrum.ibm.com_stretchclusterinitnodes.yaml | ||
- scale.spectrum.ibm.com_stretchclusters.yaml | ||
- scale.spectrum.ibm.com_stretchclustertiebreakers.yaml | ||
- scale.spectrum.ibm.com_upgradeapprovals.yaml | ||
- scale.spectrum.ibm.com_volumes.yaml |
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
config/base/apis/scale/crd/patches/cainjection_in_daemons.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,7 @@ | ||
# The following patch adds a directive for certmanager to inject CA into the CRD | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME) | ||
name: daemons.scale.spectrum.ibm.com |
14 changes: 14 additions & 0 deletions
14
config/base/apis/scale/crd/patches/webhook_in_daemons.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,14 @@ | ||
# The following patch enables a conversion webhook for the CRD | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: daemons.scale.spectrum.ibm.com | ||
spec: | ||
conversion: | ||
strategy: Webhook | ||
webhook: | ||
clientConfig: | ||
service: | ||
namespace: system | ||
name: webhook-service | ||
path: /convert |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -172,6 +172,8 @@ spec: | |
- type | ||
type: object | ||
type: array | ||
rkmId: | ||
type: string | ||
type: object | ||
type: object | ||
served: true | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
Oops, something went wrong.