@@ -114,15 +114,7 @@ metadata:
114
114
labels:
115
115
weblogic.resourceVersion: domain-v2
116
116
weblogic.domainUID: domain1
117
- weblogic.domainName: domain1
118
117
spec:
119
- # The domainUID must be unique across the entire Kubernetes Cluster. Each WebLogic Domain must
120
- # have its own unique domainUID. This does not have to be the same as the Domain Name. It is allowed
121
- # to have multiple Domains with the same Domain Name, but they MUST have different domainUID's.
122
- # The domainUID is also used to identify the Persistent Volume that belongs to/with this Domain.
123
- domainUID: domain1
124
- # The WebLogic Domain Name
125
- domainName: domain1
126
118
# The WebLogic Domain Home
127
119
domainHome: /u01/oracle/user_projects/domains/domain1
128
120
# If the domain home is in the image
@@ -135,10 +127,6 @@ spec:
135
127
# how to create that Secret at the end of this file)
136
128
adminSecret:
137
129
name: domain1-weblogic-credentials
138
- # The name of the Admin Server
139
- asName: "admin-server"
140
- # The Admin Server's ListenPort
141
- asPort: 7001
142
130
# Whether to include the server out file into the pod's stdout, default is true
143
131
includeServerOutInPodLog: true
144
132
# serverStartPolicy legal values are "NEVER", "ALWAYS", "IF_NEEDED", or "ADMIN_ONLY"
@@ -191,19 +179,18 @@ Here is an example of the output of this command:
191
179
$ kubectl describe domain domain1
192
180
Name: domain1
193
181
Namespace: default
194
- Labels: weblogic.domainName=domain1
195
- weblogic.domainUID=domain1
182
+ Labels: weblogic.domainUID=domain1
196
183
weblogic.resourceVersion=domain-v2
197
184
Annotations: <none>
198
185
API Version: weblogic.oracle/v2
199
186
Kind: Domain
200
187
Metadata:
201
188
Cluster Name:
202
- Creation Timestamp: 2018-12-10T23:36:23Z
189
+ Creation Timestamp: 2018-12-11T01:33:27Z
203
190
Generation: 1
204
- Resource Version: 726255
191
+ Resource Version: 46624
205
192
Self Link: /apis/weblogic.oracle/v2/namespaces/default/domains/domain1
206
- UID: 67b7437c-fcd4 -11e8-b751-fa163e855ac8
193
+ UID: c1f7be60-fce4 -11e8-bc6c-0021f6985fb7
207
194
Spec:
208
195
Admin Secret:
209
196
Name: domain1-weblogic-credentials
@@ -228,8 +215,6 @@ Spec:
228
215
Volume Mounts:
229
216
Volumes:
230
217
Server Start State: RUNNING
231
- As Name: admin-server
232
- As Port: 7001
233
218
Clusters:
234
219
Cluster - 1:
235
220
Replicas: 2
@@ -252,8 +237,6 @@ Spec:
252
237
Server Start State: RUNNING
253
238
Domain Home: /u01/oracle/user_projects/domains/domain1
254
239
Domain Home In Image: true
255
- Domain Name: domain1
256
- Domain UID: domain1
257
240
Image: 12213-domain-home-in-image:latest
258
241
Image Pull Policy: Never
259
242
Include Server Out In Pod Log: true
@@ -277,27 +260,35 @@ Spec:
277
260
Server Start Policy: IF_NEEDED
278
261
Status:
279
262
Conditions:
280
- Last Transition Time: 2018-12-10T23:37:47.599Z
263
+ Last Transition Time: 2018-12-11T01:35:23.652Z
281
264
Reason: ServersReady
282
265
Status: True
283
266
Type: Available
284
267
Servers:
285
268
Health:
286
- Activation Time: 2018-12-10T23:37:25.738Z
269
+ Activation Time: 2018-12-11T01:34:59.546Z
287
270
Overall Health: ok
288
271
Subsystems:
289
272
Node Name: xxxxxxxx
290
273
Server Name: admin-server
291
274
State: RUNNING
292
275
Cluster Name: cluster-1
276
+ Health:
277
+ Activation Time: 2018-12-11T01:36:46.132Z
278
+ Overall Health: ok
279
+ Subsystems:
293
280
Node Name: xxxxxxxx
294
281
Server Name: managed-server1
295
- State:
282
+ State: RUNNING
296
283
Cluster Name: cluster-1
284
+ Health:
285
+ Activation Time: 2018-12-11T01:36:47.865Z
286
+ Overall Health: ok
287
+ Subsystems:
297
288
Node Name: xxxxxxxx
298
289
Server Name: managed-server2
299
- State:
300
- Start Time: 2018-12-10T23:36:23.908Z
290
+ State: RUNNING
291
+ Start Time: 2018-12-11T01:33:27.339Z
301
292
Events: <none>
302
293
```
303
294
0 commit comments