@@ -10,10 +10,10 @@ The following files are used to create the operator and to create domains.
10
10
11
11
| Previous File Name | New File Name |
12
12
| --- | --- |
13
- | kubernetes/create-weblogic-operator.sh | same |
14
13
| kubernetes/create-domain-job.sh | kubernetes/create-weblogic-domain.sh |
15
- | kubernetes/create-operator-inputs.yaml | kubernetes/create-weblogic-operator-inputs.yaml |
16
14
| kubernetes/create-domain-job-inputs.yaml | kubernetes/create-weblogic-domain-inputs.yaml |
15
+ | kubernetes/create-operator-inputs.yaml | kubernetes/create-weblogic-operator-inputs.yaml |
16
+ | kubernetes/create-weblogic-operator.sh | same |
17
17
18
18
### Generated YAML Files for Operators and Domains
19
19
@@ -69,14 +69,14 @@ The names of several of the generated YAML files have changed.
69
69
70
70
| Previous File Name | New File Name |
71
71
| --- | --- |
72
- | weblogic-operator.yaml | same |
73
- | rbac.yaml | weblogic-operator-security.yaml |
74
72
| domain-custom-resource.yaml | same |
75
73
| domain-job.yaml | create-weblogic-domain-job.yaml |
76
74
| persistent-volume.yaml | weblogic-domain-persistent-volume.yaml |
77
75
| persistent-volume-claim.yaml | weblogic-domain-persistent-volume-claim.yaml |
76
+ | rbac.yaml | weblogic-operator-security.yaml |
78
77
| traefik-deployment.yaml | traefik.yaml |
79
78
| traefik-rbac.yaml | traefik-security.yaml |
79
+ | weblogic-operator.yaml | same |
80
80
81
81
## Input File Contents (not implemented yet)
82
82
@@ -86,9 +86,22 @@ The names of several of the generated YAML files have changed.
86
86
87
87
| Previous Property Name | New Property Name |
88
88
| --- | --- |
89
+ | elkIntegrationEnabled | same |
90
+ | externalDebugHttpPort | same |
91
+ | externalOperatorCert | same |
92
+ | externalOperatorKey| same |
93
+ | externalRestHttpsPort | same |
94
+ | externalRestOption | same |
95
+ | externalSans | same |
89
96
| image | weblogicOperatorImage |
90
97
| imagePullPolicy | weblogicOperatorImagePullPolicy |
91
98
| imagePullSecretName | weblogicOperatorImagePullSecretName |
99
+ | internalDebugHttpPort | same |
100
+ | javaLoggingLevel | same |
101
+ | namespace | same |
102
+ | remoteDebugNodePortEnabled | same |
103
+ | serviceAccount | same |
104
+ | targetNamespaces| same |
92
105
93
106
#### Property Values
94
107
@@ -105,20 +118,44 @@ The names of several of the generated YAML files have changed.
105
118
106
119
| Previous Property Name | New Property Name |
107
120
| --- | --- |
108
- | domainUid | domainUID |
121
+ | adminPort | same |
122
+ | adminNodePort | same |
123
+ | adminServerName | same |
124
+ | clusterName | same |
109
125
| createDomainScript | This property has been removed |
126
+ | domainName | same |
127
+ | domainUid | domainUID |
128
+ | exposeAdminNodePort | same |
129
+ | exposeAdminT3Channel | same |
130
+ | imagePullSecretName | weblogicImagePullSecretName |
131
+ | javaOptions | same |
132
+ | loadBalancer | same |
133
+ | loadBalancerAdminPort | loadBalancerDashboardPort |
134
+ | loadBalancerWebPort | same |
110
135
| managedServerCount | configuredManagedServerCount |
136
+ | managedServerNameBase | same |
137
+ | managedServerPort | same |
111
138
| managedServerStartCount | initialManagedServerReplicas |
139
+ | namespace | same |
112
140
| persistencePath | weblogicDomainStoragePath |
113
141
| persistenceSize | weblogicDomainStorageSize |
114
142
| persistenceStorageClass | This property has been removed |
143
+ | persistenceVolumeClaimName | This property has been removed |
144
+ | persistenceVolumeName | This property has been removed |
145
+ | productionModeEnabled | same |
115
146
| secretName | weblogicCredentialsSecretName |
116
- | loadBalancerAdminPort | loadBalancerDashboardPort |
147
+ | startupControl | TBD |
148
+ | t3ChannelPort | same |
149
+ | t3PublicAddress | same |
117
150
118
151
#### Property Values
119
152
120
153
| Property Name | Old Property Value | New Property Value |
121
154
| --- | --- | --- |
122
155
| loadBalancer | none | NONE |
123
156
| loadBalancer | traefik | TRAEFIK |
124
-
157
+ | startupControl | ADMIN | TBD |
158
+ | startupControl | ALL | TBD |
159
+ | startupControl | AUTO | TBD |
160
+ | startupControl | NONE | TBD |
161
+ | startupControl | SPECIFIED | TBD |
0 commit comments