[JBoss JIRA] (WFWIP-266) no way how to force scale down
by Martin Svehla (Jira)
Martin Svehla created WFWIP-266:
-----------------------------------
Summary: no way how to force scale down
Key: WFWIP-266
URL: https://issues.jboss.org/browse/WFWIP-266
Project: WildFly WIP
Issue Type: Bug
Components: OpenShift
Reporter: Martin Svehla
Assignee: Ondrej Chaloupka
inspired by upstream issue https://github.com/wildfly/wildfly-operator/issues/100. I take part of description from it
{quote}
When transaction scale down process reviews the state of transactions in the pods it checks if there are no unfinished prepared transactions. If there are found some then it does not permit the pod being terminated and the pod is moved to state SCALING_DOWN_RECOVERY_DIRTY. It's left there until all transactions are safely recovered.
There are cases when transaction is never recovered in automated manner. It's time when transaction is in heuristic state. Such transaction needs to be handled manually by administrator and he is expected to connect to the app server with jboss-cli.sh and verify the transaction state.
{quote}
There is no way how to ignore status of tx processing (tx in this case, I guess there will be more cases in future) and force scale down.
Users might want it during development, where data integrity doesn't matter.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFWIP-265) Operator missing shared storage between containers or pods
by Martin Svehla (Jira)
Martin Svehla created WFWIP-265:
-----------------------------------
Summary: Operator missing shared storage between containers or pods
Key: WFWIP-265
URL: https://issues.jboss.org/browse/WFWIP-265
Project: WildFly WIP
Issue Type: Bug
Components: OpenShift
Reporter: Martin Svehla
Assignee: Jeff Mesnil
Operator is missing way of configuring volumes such
- it can be shared between containers in one pod (emptyDir)
- it can be shared between pods (Persistent Volume Claim)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFWIP-262) Operator is missing node/pod affinity setting
by Martin Svehla (Jira)
Martin Svehla created WFWIP-262:
-----------------------------------
Summary: Operator is missing node/pod affinity setting
Key: WFWIP-262
URL: https://issues.jboss.org/browse/WFWIP-262
Project: WildFly WIP
Issue Type: Bug
Components: OpenShift
Reporter: Martin Svehla
Assignee: Jeff Mesnil
As a user I am able to configure pod/node affinity
{code:yaml}
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
requiredDuringSchedulingIgnoredDuringExecution:
podAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
requiredDuringSchedulingIgnoredDuringExecution:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
requiredDuringSchedulingIgnoredDuringExecution:
nodeName:
nodeSelector:
schedulerName
tolerations"
{code}
[1] https://docs.openshift.com/container-platform/3.11/rest_api/apis-apps/v1b...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (WFWIP-261) Operator does not provide way to configure https
by Martin Svehla (Jira)
Martin Svehla created WFWIP-261:
-----------------------------------
Summary: Operator does not provide way to configure https
Key: WFWIP-261
URL: https://issues.jboss.org/browse/WFWIP-261
Project: WildFly WIP
Issue Type: Bug
Components: OpenShift
Reporter: Martin Svehla
Assignee: Jeff Mesnil
Operator is missing way of configuring
- https port, e.g. 8443
- termination policy (passthrough, edge, reencrypt)
- way to specify certificates
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months