-
Notifications
You must be signed in to change notification settings - Fork 217
Operator 3.2.4 #2417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operator 3.2.4 #2417
Conversation
* Resolved an issue related to scalingAction.sh when there were multiple domains in the same namespace ([#2388](https://github.com/oracle/weblogic-kubernetes-operator/pull/2388)). | ||
* Updated introspection and other scripts to consistently use ISO-8601 timestamp formatting ([#2386](https://github.com/oracle/weblogic-kubernetes-operator/pull/2386)). | ||
* Resolved an issue related to monitoring exporter integration and Istio ([#2390](https://github.com/oracle/weblogic-kubernetes-operator/pull/2390)). | ||
* Additional diagnostics when the Node Manager fails to start ([#2393](https://github.com/oracle/weblogic-kubernetes-operator/pull/2393)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this 2393 related to the liveness probe? If so I would prefer a more generic description otherwise it would lead to confusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
- Supply a new image with new or changed model files | ||
and use your Domain YAML `spec.image` field to reference the image. | ||
- Supply a new image with new or changed model files. | ||
- If the files are located in the image specified in the Domain YAML file `spec.image`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specified in the Domain YAML file -> specified in the domain resource YAML file
|
||
- Change, add, or delete environment variables that are referenced by macros in your model files. | ||
Environment variables are specified in the Domain YAML `spec.serverPod.env` | ||
Environment variables are specified in the Domain YAML file `spec.serverPod.env` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
domain resource YAML
or `spec.serverPod.adminServer.env` attributes. | ||
|
||
{{% notice note %}} | ||
It is advisable to defer the last two modification options, or similar Domain YAML changes to | ||
It is advisable to defer the last two modification options, or similar Domain YAML file changes to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
domain resource YAML
|
||
Use the following steps to initiate an offline configuration update to your model: | ||
|
||
1. Ensure your updates are supported by checking [Supported](#supported-updates) and [Unsupported](#unsupported-updates) updates. | ||
1. Modify, add, or delete your model resources as per [Updating an existing model](#updating-an-existing-model). | ||
1. Modify your domain resource YAML file: | ||
1. If you have updated your image, change `domain.spec.image` accordingly. | ||
1. If you have updated your image: | ||
- If the files are located in the image specified in the Domain YAML file `spec.image`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
domain resource YAML
Prepare to release operator 3.2.4 as we have a number of important fixes ready for external and internal customers.