@@ -191,92 +191,114 @@ Here is an example of the output of this command:
191
191
$ kubectl describe domain domain1
192
192
Name: domain1
193
193
Namespace: default
194
- Labels: weblogic.domainName=base_domain
194
+ Labels: weblogic.domainName=domain1
195
195
weblogic.domainUID=domain1
196
196
weblogic.resourceVersion=domain-v2
197
197
Annotations: <none>
198
- API Version: weblogic.oracle/v1
198
+ API Version: weblogic.oracle/v2
199
199
Kind: Domain
200
200
Metadata:
201
201
Cluster Name:
202
- Creation Timestamp: 2018-10-31T12:59:15Z
203
- Generation: 0
204
- Resource Version: 1314703
205
- Self Link: /apis/weblogic.oracle/v1 /namespaces/default/domains/domain1
206
- UID: c52f5e11-dd0c -11e8-9238 -fa163e855ac8
202
+ Creation Timestamp: 2018-12-10T23:36:23Z
203
+ Generation: 1
204
+ Resource Version: 726255
205
+ Self Link: /apis/weblogic.oracle/v2 /namespaces/default/domains/domain1
206
+ UID: 67b7437c-fcd4 -11e8-b751 -fa163e855ac8
207
207
Spec:
208
208
Admin Secret:
209
- Name: domain1-weblogic-credentials
210
- As Name: admin-server
211
- As Port: 7001
212
- Cluster Startup:
213
- Cluster Name: cluster-1
214
- Desired State: RUNNING
215
- Env:
216
- Name: JAVA_OPTIONS
217
- Value: -Dweblogic.StdoutDebugEnabled=false
218
- Name: USER_MEM_ARGS
219
- Value: -Xms64m -Xmx256m
220
- Replicas: 2
209
+ Name: domain1-weblogic-credentials
210
+ Admin Server:
211
+ Exported Network Access Points:
212
+ Node Port Annotations:
213
+ Node Port Labels:
214
+ Server Pod:
215
+ Container Security Context:
216
+ Env:
217
+ Liveness Probe:
218
+ Node Selector:
219
+ Pod Annotations:
220
+ Pod Labels:
221
+ Pod Security Context:
222
+ Readiness Probe:
223
+ Resources:
224
+ Limits:
225
+ Requests:
226
+ Service Annotations:
227
+ Service Labels:
228
+ Volume Mounts:
229
+ Volumes:
230
+ Server Start State: RUNNING
231
+ As Name: admin-server
232
+ As Port: 7001
221
233
Clusters:
222
- Domain Home In Image: false
223
- Domain Name: base_domain
224
- Domain UID: domain1
225
- Env:
226
- Export T 3 Channels:
227
- T3Channel
228
- Exported Network Access Points:
229
- Image: store/oracle/weblogic:12.2.1.3
230
- Image Pull Policy: IfNotPresent
231
- Image Pull Secret:
232
- Liveness Probe:
234
+ Cluster - 1:
235
+ Replicas: 2
236
+ Server Pod:
237
+ Container Security Context:
238
+ Env:
239
+ Liveness Probe:
240
+ Node Selector:
241
+ Pod Annotations:
242
+ Pod Labels:
243
+ Pod Security Context:
244
+ Readiness Probe:
245
+ Resources:
246
+ Limits:
247
+ Requests:
248
+ Service Annotations:
249
+ Service Labels:
250
+ Volume Mounts:
251
+ Volumes:
252
+ Server Start State: RUNNING
253
+ Domain Home: /u01/oracle/user_projects/domains/domain1
254
+ Domain Home In Image: true
255
+ Domain Name: domain1
256
+ Domain UID: domain1
257
+ Image: 12213-domain-home-in-image:latest
258
+ Image Pull Policy: Never
259
+ Include Server Out In Pod Log: true
233
260
Managed Servers:
234
- Readiness Probe:
235
- Server Startup:
236
- Desired State: RUNNING
261
+ Server Pod:
262
+ Container Security Context:
237
263
Env:
238
- Name: JAVA_OPTIONS
239
- Value: -Dweblogic.StdoutDebugEnabled=false
240
- Name: USER_MEM_ARGS
241
- Value: -Xms64m -Xmx256m
242
- Node Port: 30701
243
- Server Name: admin-server
244
- Startup Control: AUTO
245
- Storage:
246
- Predefined:
247
- Claim: domain1-weblogic-sample-pvc
264
+ Liveness Probe:
265
+ Node Selector:
266
+ Pod Annotations:
267
+ Pod Labels:
268
+ Pod Security Context:
269
+ Readiness Probe:
270
+ Resources:
271
+ Limits:
272
+ Requests:
273
+ Service Annotations:
274
+ Service Labels:
275
+ Volume Mounts:
276
+ Volumes:
277
+ Server Start Policy: IF_NEEDED
248
278
Status:
249
279
Conditions:
250
- Last Transition Time: 2018-10-31T13:01:34.786Z
280
+ Last Transition Time: 2018-12-10T23:37:47.599Z
251
281
Reason: ServersReady
252
282
Status: True
253
283
Type: Available
254
284
Servers:
255
285
Health:
256
- Activation Time: 2018-10-31T13:07:14.472Z
286
+ Activation Time: 2018-12-10T23:37:25.738Z
257
287
Overall Health: ok
258
288
Subsystems:
259
- Node Name: xxxxxxxx
289
+ Node Name: slc16ffk
260
290
Server Name: admin-server
261
291
State: RUNNING
262
292
Cluster Name: cluster-1
263
- Health:
264
- Activation Time: 2018-10-31T13:01:05.100Z
265
- Overall Health: ok
266
- Subsystems:
267
- Node Name: xxxxxxxx
293
+ Node Name: slc16ffk
268
294
Server Name: managed-server1
269
- State: RUNNING
295
+ State:
270
296
Cluster Name: cluster-1
271
- Health:
272
- Activation Time: 2018-10-31T13:01:05.190Z
273
- Overall Health: ok
274
- Subsystems:
275
- Node Name: xxxxxxxx
276
- Server Name: managed-server2
277
- State: RUNNING
278
- Start Time: 2018-10-31T12:59:15.244Z
279
- Events: <none>
297
+ Node Name: slc16ffk
298
+ Server Name: managed-server2
299
+ State:
300
+ Start Time: 2018-12-10T23:36:23.908Z
301
+ Events: <none>
280
302
```
281
303
282
304
In the ` Status ` section of the output, the available servers and clusters are listed. Note that if this command is issued very soon after the script finishes, there may be no servers available yet, or perhaps only the Administration Server but no Managed Servers. The operator will start up the Administration Server first and wait for it to become ready before starting Managed Servers.
0 commit comments