Skip to content

Commit 516aea9

Browse files
committed
Apply defaults to server config testdata
1 parent ec516d2 commit 516aea9

File tree

3 files changed

+86
-62
lines changed

3 files changed

+86
-62
lines changed

pkg/cmd/server/api/v1/testdata/master-config.yaml

+60-50
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ aggregatorConfig:
1212
proxyClientInfo:
1313
certFile: ""
1414
keyFile: ""
15-
apiLevels: null
15+
apiLevels:
16+
- v1
1617
apiVersion: v1
1718
assetConfig:
1819
extensionDevelopment: false
@@ -30,7 +31,7 @@ assetConfig:
3031
publicURL: ""
3132
servingInfo:
3233
bindAddress: ""
33-
bindNetwork: ""
34+
bindNetwork: tcp4
3435
certFile: ""
3536
clientCA: ""
3637
keyFile: ""
@@ -51,18 +52,19 @@ auditConfig:
5152
authConfig:
5253
requestHeader: null
5354
controllerConfig:
54-
controllers: null
55+
controllers:
56+
- '*'
5557
election: null
5658
serviceServingCert:
5759
signer: null
5860
controllerLeaseTTL: 0
59-
controllers: ""
61+
controllers: '*'
6062
corsAllowedOrigins: null
6163
disabledFeatures: null
6264
dnsConfig:
6365
allowRecursiveQueries: false
6466
bindAddress: ""
65-
bindNetwork: ""
67+
bindNetwork: tcp4
6668
etcdClientInfo:
6769
ca: ""
6870
certFile: ""
@@ -73,38 +75,38 @@ etcdConfig:
7375
peerAddress: ""
7476
peerServingInfo:
7577
bindAddress: ""
76-
bindNetwork: ""
78+
bindNetwork: tcp4
7779
certFile: ""
7880
clientCA: ""
7981
keyFile: ""
8082
namedCertificates: null
8183
servingInfo:
8284
bindAddress: ""
83-
bindNetwork: ""
85+
bindNetwork: tcp4
8486
certFile: ""
8587
clientCA: ""
8688
keyFile: ""
8789
namedCertificates: null
8890
storageDirectory: ""
8991
etcdStorageConfig:
90-
kubernetesStoragePrefix: ""
91-
kubernetesStorageVersion: ""
92-
openShiftStoragePrefix: ""
93-
openShiftStorageVersion: ""
92+
kubernetesStoragePrefix: kubernetes.io
93+
kubernetesStorageVersion: v1
94+
openShiftStoragePrefix: openshift.io
95+
openShiftStorageVersion: v1
9496
imageConfig:
9597
format: ""
9698
latest: false
9799
imagePolicyConfig:
98100
disableScheduledImport: false
99-
maxImagesBulkImportedPerRepository: 0
100-
maxScheduledImageImportsPerMinute: 0
101-
scheduledImageImportMinimumIntervalSeconds: 0
101+
maxImagesBulkImportedPerRepository: 5
102+
maxScheduledImageImportsPerMinute: 60
103+
scheduledImageImportMinimumIntervalSeconds: 900
102104
jenkinsPipelineConfig:
103-
autoProvisionEnabled: null
105+
autoProvisionEnabled: true
104106
parameters: null
105-
serviceName: ""
106-
templateName: ""
107-
templateNamespace: ""
107+
serviceName: jenkins
108+
templateName: jenkins-ephemeral
109+
templateNamespace: openshift
108110
kind: MasterConfig
109111
kubeletClientInfo:
110112
ca: ""
@@ -125,41 +127,49 @@ kubernetesMasterConfig:
125127
apiLevels: null
126128
apiServerArguments: null
127129
controllerArguments: null
128-
disabledAPIGroupVersions: null
129-
masterCount: 0
130-
masterEndpointReconcileTTL: 0
130+
disabledAPIGroupVersions: {}
131+
masterCount: 1
132+
masterEndpointReconcileTTL: 15
131133
masterIP: ""
132-
podEvictionTimeout: ""
134+
podEvictionTimeout: 5m
133135
proxyClientInfo:
134136
certFile: ""
135137
keyFile: ""
136138
schedulerArguments: null
137139
schedulerConfigFile: ""
138-
servicesNodePortRange: ""
140+
servicesNodePortRange: 30000-32767
139141
servicesSubnet: ""
140142
staticNodeNames: null
141143
masterClients:
142-
externalKubernetesClientConnectionOverrides: null
144+
externalKubernetesClientConnectionOverrides:
145+
acceptContentTypes: application/json
146+
burst: 200
147+
contentType: application/json
148+
qps: 100
143149
externalKubernetesKubeConfig: ""
144-
openshiftLoopbackClientConnectionOverrides: null
150+
openshiftLoopbackClientConnectionOverrides:
151+
acceptContentTypes: application/json
152+
burst: 300
153+
contentType: application/json
154+
qps: 150
145155
openshiftLoopbackKubeConfig: ""
146156
masterPublicURL: ""
147157
networkConfig:
148158
clusterNetworks: null
149159
externalIPNetworkCIDRs: null
150-
ingressIPNetworkCIDR: ""
160+
ingressIPNetworkCIDR: 172.29.0.0/16
151161
networkPluginName: ""
152-
serviceNetworkCIDR: ""
162+
serviceNetworkCIDR: 10.0.0.0/24
153163
oauthConfig:
154164
alwaysShowProviderSelection: false
155165
assetPublicURL: ""
156166
grantConfig:
157167
method: ""
158-
serviceAccountMethod: ""
168+
serviceAccountMethod: prompt
159169
identityProviders:
160170
- challenge: false
161171
login: false
162-
mappingMethod: ""
172+
mappingMethod: claim
163173
name: ""
164174
provider:
165175
apiVersion: v1
@@ -170,29 +180,29 @@ oauthConfig:
170180
url: ""
171181
- challenge: false
172182
login: false
173-
mappingMethod: ""
183+
mappingMethod: claim
174184
name: ""
175185
provider:
176186
apiVersion: v1
177187
kind: AllowAllPasswordIdentityProvider
178188
- challenge: false
179189
login: false
180-
mappingMethod: ""
190+
mappingMethod: claim
181191
name: ""
182192
provider:
183193
apiVersion: v1
184194
kind: DenyAllPasswordIdentityProvider
185195
- challenge: false
186196
login: false
187-
mappingMethod: ""
197+
mappingMethod: claim
188198
name: ""
189199
provider:
190200
apiVersion: v1
191201
file: ""
192202
kind: HTPasswdPasswordIdentityProvider
193203
- challenge: false
194204
login: false
195-
mappingMethod: ""
205+
mappingMethod: claim
196206
name: ""
197207
provider:
198208
apiVersion: v1
@@ -209,7 +219,7 @@ oauthConfig:
209219
url: ""
210220
- challenge: false
211221
login: false
212-
mappingMethod: ""
222+
mappingMethod: claim
213223
name: ""
214224
provider:
215225
apiVersion: v1
@@ -230,7 +240,7 @@ oauthConfig:
230240
url: ""
231241
- challenge: false
232242
login: false
233-
mappingMethod: ""
243+
mappingMethod: claim
234244
name: ""
235245
provider:
236246
apiVersion: v1
@@ -245,7 +255,7 @@ oauthConfig:
245255
preferredUsernameHeaders: null
246256
- challenge: false
247257
login: false
248-
mappingMethod: ""
258+
mappingMethod: claim
249259
name: ""
250260
provider:
251261
apiVersion: v1
@@ -257,7 +267,7 @@ oauthConfig:
257267
url: ""
258268
- challenge: false
259269
login: false
260-
mappingMethod: ""
270+
mappingMethod: claim
261271
name: ""
262272
provider:
263273
apiVersion: v1
@@ -268,7 +278,7 @@ oauthConfig:
268278
teams: null
269279
- challenge: false
270280
login: false
271-
mappingMethod: ""
281+
mappingMethod: claim
272282
name: ""
273283
provider:
274284
apiVersion: v1
@@ -283,7 +293,7 @@ oauthConfig:
283293
teams: null
284294
- challenge: false
285295
login: false
286-
mappingMethod: ""
296+
mappingMethod: claim
287297
name: ""
288298
provider:
289299
apiVersion: v1
@@ -294,7 +304,7 @@ oauthConfig:
294304
url: ""
295305
- challenge: false
296306
login: false
297-
mappingMethod: ""
307+
mappingMethod: claim
298308
name: ""
299309
provider:
300310
apiVersion: v1
@@ -309,7 +319,7 @@ oauthConfig:
309319
url: ""
310320
- challenge: false
311321
login: false
312-
mappingMethod: ""
322+
mappingMethod: claim
313323
name: ""
314324
provider:
315325
apiVersion: v1
@@ -319,7 +329,7 @@ oauthConfig:
319329
kind: GoogleIdentityProvider
320330
- challenge: false
321331
login: false
322-
mappingMethod: ""
332+
mappingMethod: claim
323333
name: ""
324334
provider:
325335
apiVersion: v1
@@ -333,7 +343,7 @@ oauthConfig:
333343
kind: GoogleIdentityProvider
334344
- challenge: false
335345
login: false
336-
mappingMethod: ""
346+
mappingMethod: claim
337347
name: ""
338348
provider:
339349
apiVersion: v1
@@ -354,7 +364,7 @@ oauthConfig:
354364
userInfo: ""
355365
- challenge: false
356366
login: false
357-
mappingMethod: ""
367+
mappingMethod: claim
358368
name: ""
359369
provider:
360370
apiVersion: v1
@@ -377,7 +387,7 @@ oauthConfig:
377387
authorize: ""
378388
token: ""
379389
userInfo: ""
380-
masterCA: null
390+
masterCA: ""
381391
masterPublicURL: ""
382392
masterURL: ""
383393
sessionConfig:
@@ -394,7 +404,7 @@ oauthConfig:
394404
pauseControllers: false
395405
policyConfig:
396406
bootstrapPolicyFile: ""
397-
openshiftInfrastructureNamespace: ""
407+
openshiftInfrastructureNamespace: openshift-infra
398408
openshiftSharedResourcesNamespace: ""
399409
userAgentMatchingConfig:
400410
defaultRejectionMessage: ""
@@ -406,7 +416,7 @@ projectConfig:
406416
projectRequestTemplate: ""
407417
securityAllocator: null
408418
routingConfig:
409-
subdomain: ""
419+
subdomain: router.default.svc.cluster.local
410420
serviceAccountConfig:
411421
limitSecretReferences: false
412422
managedNames: null
@@ -415,15 +425,15 @@ serviceAccountConfig:
415425
publicKeyFiles: null
416426
servingInfo:
417427
bindAddress: ""
418-
bindNetwork: ""
428+
bindNetwork: tcp4
419429
certFile: ""
420430
clientCA: ""
421431
keyFile: ""
422-
maxRequestsInFlight: 0
432+
maxRequestsInFlight: 1200
423433
namedCertificates:
424434
- certFile: ""
425435
keyFile: ""
426436
names: null
427-
requestTimeoutSeconds: 0
437+
requestTimeoutSeconds: 3600
428438
volumeConfig:
429439
dynamicProvisioningEnabled: false

pkg/cmd/server/api/v1/testdata/node-config.yaml

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
allowDisabledDocker: false
22
apiVersion: v1
33
authConfig:
4-
authenticationCacheSize: 0
5-
authenticationCacheTTL: ""
6-
authorizationCacheSize: 0
7-
authorizationCacheTTL: ""
4+
authenticationCacheSize: 1000
5+
authenticationCacheTTL: 5m
6+
authorizationCacheSize: 1000
7+
authorizationCacheTTL: 5m
88
dnsBindAddress: ""
99
dnsDomain: ""
1010
dnsIP: ""
1111
dnsNameservers: null
1212
dnsRecursiveResolvConf: ""
1313
dockerConfig:
14-
dockerShimRootDirectory: ""
15-
dockerShimSocket: ""
16-
execHandlerName: ""
14+
dockerShimRootDirectory: /var/lib/dockershim
15+
dockerShimSocket: /var/run/dockershim.sock
16+
execHandlerName: native
1717
enableUnidling: false
1818
imageConfig:
1919
format: ""
2020
latest: false
21-
iptablesSyncPeriod: ""
21+
iptablesSyncPeriod: 30s
2222
kind: NodeConfig
23-
masterClientConnectionOverrides: null
23+
masterClientConnectionOverrides:
24+
acceptContentTypes: application/json
25+
burst: 20
26+
contentType: application/json
27+
qps: 10
2428
masterKubeConfig: ""
2529
networkConfig:
26-
mtu: 0
30+
mtu: 1450
2731
networkPluginName: ""
2832
nodeIP: ""
2933
nodeName: ""
@@ -32,7 +36,7 @@ podManifestConfig:
3236
path: ""
3337
servingInfo:
3438
bindAddress: ""
35-
bindNetwork: ""
39+
bindNetwork: tcp4
3640
certFile: ""
3741
clientCA: ""
3842
keyFile: ""

0 commit comments

Comments
 (0)