PWX-47673 | PWX-47672 | Add support for imagePullPolicy, annotations and verbose operator logs#817
Merged
hitesh-wani-px merged 3 commits intoOct 14, 2025
Conversation
Collaborator
Author
|
Testing note:
apiVersion: core.libopenstorage.org/v1
kind: StorageCluster
metadata:
annotations:
meta.helm.sh/release-name: my-release
meta.helm.sh/release-namespace: portworx
portworx.io/health-check: passed
portworx.io/preflight-check: skip
creationTimestamp: "2025-10-14T05:15:07Z"
finalizers:
- operator.libopenstorage.org/delete
generation: 3
labels:
app.kubernetes.io/instance: my-release
app.kubernetes.io/managed-by: Helm
chart: portworx-7.0.3
heritage: Helm
release: my-release
name: mycluster
namespace: portworx
resourceVersion: "435954"
uid: 910a3f6d-90bd-4879-af54-08babcd4de29
spec:
autopilot:
enabled: true
providers:
- name: default
params:
url: http://px-prometheus:9090
type: prometheus
csi:
enabled: true
installSnapshotController: true
image: portworx/oci-monitor:3.4.1
imagePullPolicy: IfNotPresent
kvdb:
enableTLS: false
internal: true
monitoring:
telemetry: {}
placement:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: px/enabled
operator: NotIn
values:
- "false"
- key: node-role.kubernetes.io/master
operator: DoesNotExist
- key: node-role.kubernetes.io/control-plane
operator: DoesNotExist
- matchExpressions:
- key: px/enabled
operator: NotIn
values:
- "false"
- key: node-role.kubernetes.io/master
operator: Exists
- key: node-role.kubernetes.io/worker
operator: Exists
- matchExpressions:
- key: px/enabled
operator: NotIn
values:
- "false"
- key: node-role.kubernetes.io/control-plane
operator: Exists
- key: node-role.kubernetes.io/worker
operator: Exists
|
22cf1c5 to
3b77452
Compare
…and verbose operator logs
3b77452 to
80676c8
Compare
hitesh-wani-px
added a commit
that referenced
this pull request
Oct 17, 2025
* Helm release for PX 3.4.1 and op-25.3.1 * change operator version to 25.4.0 * PWX-47568 | Add seLinuxMount in CSI spec (#818) * PWX-47673 | PWX-47672 | Add support for imagePullPolicy, annotations and verbose operator logs (#817) * PWX-47673 | PWX-47672 | Add support for imagePullPolicy, annotations and verbose operator logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR includes the following customer PR changes:
Which issue(s) this PR fixes (optional)
Closes :
Special notes for your reviewer: