File tree Expand file tree Collapse file tree 15 files changed +129
-417
lines changed
samples/kubernetes-clients Expand file tree Collapse file tree 15 files changed +129
-417
lines changed Original file line number Diff line number Diff line change 93
93
exposedExternally :
94
94
type : boolean
95
95
96
+ agent :
97
+ type : object
98
+ properties :
99
+ startupOptions :
100
+ type : object
101
+
96
102
# Generic PodSpec configuration
97
103
podSpec :
98
104
type : object
@@ -183,6 +189,8 @@ spec:
183
189
type : string
184
190
key :
185
191
type : string
192
+ automationLdapGroupDN :
193
+ type : string
186
194
required :
187
195
- mode
188
196
enabled :
@@ -515,16 +523,31 @@ spec:
515
523
properties :
516
524
additionalMongodConfig :
517
525
type : object
526
+ agent :
527
+ type : object
528
+ properties :
529
+ startupOptions :
530
+ type : object
518
531
configSrv :
519
532
type : object
520
533
properties :
521
534
additionalMongodConfig :
522
535
type : object
536
+ agent :
537
+ type : object
538
+ properties :
539
+ startupOptions :
540
+ type : object
523
541
shard :
524
542
type : object
525
543
properties :
526
544
additionalMongodConfig :
527
545
type : object
546
+ agent :
547
+ type : object
548
+ properties :
549
+ startupOptions :
550
+ type : object
528
551
---
529
552
apiVersion : apiextensions.k8s.io/v1beta1
530
553
kind : CustomResourceDefinition
@@ -682,6 +705,8 @@ spec:
682
705
properties :
683
706
name :
684
707
type : string
708
+ ca :
709
+ type : string
685
710
required :
686
711
- name
687
712
@@ -786,30 +811,31 @@ spec:
786
811
properties :
787
812
name :
788
813
type : string
789
- mongodbResourceRef :
790
- type : object
791
- properties :
792
- name :
793
- type : string
794
- required :
795
- - name
796
- mongodbUserRef :
797
- type : object
798
- properties :
799
- name :
800
- type : string
801
- required :
802
- - name
803
- pathStyleAccessEnabled :
804
- type : boolean
805
- s3BucketEndpoint :
806
- type : string
807
- s3BucketName :
808
- type : string
809
- s3SecretRef :
810
- type : object
811
- properties :
812
- name : string
814
+ mongodbResourceRef :
815
+ type : object
816
+ properties :
817
+ name :
818
+ type : string
819
+ required :
820
+ - name
821
+ mongodbUserRef :
822
+ type : object
823
+ properties :
824
+ name :
825
+ type : string
826
+ required :
827
+ - name
828
+ pathStyleAccessEnabled :
829
+ type : boolean
830
+ s3BucketEndpoint :
831
+ type : string
832
+ s3BucketName :
833
+ type : string
834
+ s3SecretRef :
835
+ type : object
836
+ properties :
837
+ name :
838
+ type : string
813
839
required :
814
840
- name
815
841
- pathStyleAccessEnabled
@@ -869,6 +895,13 @@ spec:
869
895
properties :
870
896
spec :
871
897
type : object
898
+
899
+ agent :
900
+ type : object
901
+ properties :
902
+ startupOptions :
903
+ type : object
904
+
872
905
podSpec :
873
906
type : object
874
907
properties :
Original file line number Diff line number Diff line change 1
1
name : mongodb-enterprise-operator
2
2
description : MongoDB Kubernetes Enterprise Operator
3
- version : 1.7.0
3
+ version : 1.7.1
4
4
kubeVersion : ' >=1.13-0'
5
5
keywords :
6
6
- mongodb
Original file line number Diff line number Diff line change 93
93
exposedExternally :
94
94
type : boolean
95
95
96
+ agent :
97
+ type : object
98
+ properties :
99
+ startupOptions :
100
+ type : object
101
+
96
102
# Generic PodSpec configuration
97
103
podSpec :
98
104
type : object
@@ -183,6 +189,8 @@ spec:
183
189
type : string
184
190
key :
185
191
type : string
192
+ automationLdapGroupDN :
193
+ type : string
186
194
required :
187
195
- mode
188
196
enabled :
@@ -515,13 +523,28 @@ spec:
515
523
properties :
516
524
additionalMongodConfig :
517
525
type : object
526
+ agent :
527
+ type : object
528
+ properties :
529
+ startupOptions :
530
+ type : object
518
531
configSrv :
519
532
type : object
520
533
properties :
521
534
additionalMongodConfig :
522
535
type : object
536
+ agent :
537
+ type : object
538
+ properties :
539
+ startupOptions :
540
+ type : object
523
541
shard :
524
542
type : object
525
543
properties :
526
544
additionalMongodConfig :
527
545
type : object
546
+ agent :
547
+ type : object
548
+ properties :
549
+ startupOptions :
550
+ type : object
Original file line number Diff line number Diff line change 75
75
properties :
76
76
name :
77
77
type : string
78
+ ca :
79
+ type : string
78
80
required :
79
81
- name
80
82
@@ -179,30 +181,31 @@ spec:
179
181
properties :
180
182
name :
181
183
type : string
182
- mongodbResourceRef :
183
- type : object
184
- properties :
185
- name :
186
- type : string
187
- required :
188
- - name
189
- mongodbUserRef :
190
- type : object
191
- properties :
192
- name :
193
- type : string
194
- required :
195
- - name
196
- pathStyleAccessEnabled :
197
- type : boolean
198
- s3BucketEndpoint :
199
- type : string
200
- s3BucketName :
201
- type : string
202
- s3SecretRef :
203
- type : object
204
- properties :
205
- name : string
184
+ mongodbResourceRef :
185
+ type : object
186
+ properties :
187
+ name :
188
+ type : string
189
+ required :
190
+ - name
191
+ mongodbUserRef :
192
+ type : object
193
+ properties :
194
+ name :
195
+ type : string
196
+ required :
197
+ - name
198
+ pathStyleAccessEnabled :
199
+ type : boolean
200
+ s3BucketEndpoint :
201
+ type : string
202
+ s3BucketName :
203
+ type : string
204
+ s3SecretRef :
205
+ type : object
206
+ properties :
207
+ name :
208
+ type : string
206
209
required :
207
210
- name
208
211
- pathStyleAccessEnabled
@@ -262,6 +265,13 @@ spec:
262
265
properties :
263
266
spec :
264
267
type : object
268
+
269
+ agent :
270
+ type : object
271
+ properties :
272
+ startupOptions :
273
+ type : object
274
+
265
275
podSpec :
266
276
type : object
267
277
properties :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ operator:
15
15
deployment_name : mongodb-enterprise-operator
16
16
17
17
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
18
- version : 1.7.0
18
+ version : 1.7.1
19
19
20
20
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
21
21
watchedResources :
38
38
39
39
initAppDb :
40
40
name : mongodb-enterprise-init-appdb
41
- version : 1.0.2
41
+ version : 1.0.3
42
42
43
43
registry :
44
44
# The pull secret must be specified
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ operator:
16
16
deployment_name : mongodb-enterprise-operator
17
17
18
18
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
19
- version : 1.7.0
19
+ version : 1.7.1
20
20
21
21
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
22
22
watchedResources :
39
39
40
40
initAppDb :
41
41
name : mongodb-enterprise-init-appdb
42
- version : 1.0.2
42
+ version : 1.0.3
43
43
44
44
registry :
45
45
imagePullSecrets :
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ spec:
188
188
serviceAccountName : enterprise-operator
189
189
containers :
190
190
- name : mongodb-enterprise-operator
191
- image : registry.connect.redhat.com/mongodb/enterprise-operator:1.7.0
191
+ image : registry.connect.redhat.com/mongodb/enterprise-operator:1.7.1
192
192
imagePullPolicy : Always
193
193
args :
194
194
- " -watch-resource=mongodb"
@@ -210,7 +210,7 @@ spec:
210
210
- name : MANAGED_SECURITY_CONTEXT
211
211
value : ' true'
212
212
- name : MONGODB_ENTERPRISE_DATABASE_IMAGE
213
- value : registry.connect.redhat.com/mongodb/enterprise-database:1.7.0
213
+ value : registry.connect.redhat.com/mongodb/enterprise-database:1.7.1
214
214
- name : IMAGE_PULL_POLICY
215
215
value : Always
216
216
- name : OPS_MANAGER_IMAGE_REPOSITORY
@@ -222,7 +222,7 @@ spec:
222
222
- name : INIT_APPDB_IMAGE_REPOSITORY
223
223
value : registry.connect.redhat.com/mongodb/mongodb-enterprise-init-appdb
224
224
- name : INIT_APPDB_VERSION
225
- value : 1.0.2
225
+ value : 1.0.3
226
226
- name : OPS_MANAGER_IMAGE_PULL_POLICY
227
227
value : Always
228
228
- name : APPDB_IMAGE_REPOSITORY
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ spec:
191
191
runAsUser : 2000
192
192
containers :
193
193
- name : mongodb-enterprise-operator
194
- image : quay.io/mongodb/mongodb-enterprise-operator:1.7.0
194
+ image : quay.io/mongodb/mongodb-enterprise-operator:1.7.1
195
195
imagePullPolicy : Always
196
196
args :
197
197
- " -watch-resource=mongodb"
@@ -211,7 +211,7 @@ spec:
211
211
fieldRef :
212
212
fieldPath : metadata.namespace
213
213
- name : MONGODB_ENTERPRISE_DATABASE_IMAGE
214
- value : quay.io/mongodb/mongodb-enterprise-database:1.7.0
214
+ value : quay.io/mongodb/mongodb-enterprise-database:1.7.1
215
215
- name : IMAGE_PULL_POLICY
216
216
value : Always
217
217
- name : OPS_MANAGER_IMAGE_REPOSITORY
@@ -223,7 +223,7 @@ spec:
223
223
- name : INIT_APPDB_IMAGE_REPOSITORY
224
224
value : quay.io/mongodb/mongodb-enterprise-init-appdb
225
225
- name : INIT_APPDB_VERSION
226
- value : 1.0.2
226
+ value : 1.0.3
227
227
- name : OPS_MANAGER_IMAGE_PULL_POLICY
228
228
value : Always
229
229
- name : APPDB_IMAGE_REPOSITORY
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
+ set -Eeou pipefail
4
+
3
5
#
4
6
# mdb_operator_diagnostic_data.sh
5
7
#
@@ -68,7 +70,7 @@ if [ ${private_mode} == 0 ]; then
68
70
fi
69
71
70
72
echo " ++ Versions"
71
- mdb_operator_pod=$( kubectl -n " ${namespace} " get pods -l " app =${operator_name} " -o name | cut -d' /' -f 2)
73
+ mdb_operator_pod=$( kubectl -n " ${namespace} " get pods -l " controller =${operator_name} " -o name | cut -d' /' -f 2)
72
74
echo " + Operator Pod: pod/${mdb_operator_pod} "
73
75
74
76
mdb_operator_filename=" operator.yaml"
@@ -178,7 +180,7 @@ echo "+ Certificates (no private keys are captured)"
178
180
csr_filename=" csr.text"
179
181
kubectl get csr | grep " ${namespace} "
180
182
echo " + Saving Certificate state into ${csr_filename} "
181
- kubectl describe " $( kubectl get csr -o name | grep ${namespace} ) "
183
+ kubectl describe " $( kubectl get csr -o name | grep " ${namespace} " ) "
182
184
183
185
echo " ++ MongoDBUser Resource Status"
184
186
mdbusers_filename=" mdbu.yaml"
You can’t perform that action at this time.
0 commit comments