- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Deployments (0.07 sec)
-
CHANGELOG/CHANGELOG-1.2.md
create Deployment Beta resources after upgrading to 1.2. Not deleting the Deployment objects may cause the deployment controller to mistakenly match other pods and delete them, due to the selector API change. * Client (kubectl) and server versions must match (both 1.1 or both 1.2) for any Deployment-related operations. * Behavior change: * Deployment creates ReplicaSets instead of ReplicationControllers.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ResourceUtil.java
} /** * Gets the override configuration path from environment variable when running in Docker. * This allows customization of the configuration directory location in containerized deployments. * * @return an OptionalEntity containing the override configuration path if set and running in Docker, * or empty OptionalEntity otherwise */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.1K bytes - Viewed (0)