-
Notifications
You must be signed in to change notification settings - Fork 36
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
PWX-38297 #1656
Open
kachaudhary-px
wants to merge
23
commits into
hk-feature-clusterDiags
Choose a base branch
from
PWX-38297
base: hk-feature-clusterDiags
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
PWX-38297 #1656
Conversation
This file contains 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
* [Cherry-pick into feature]: Cherry-pick of all tickets related to Smart and parallel upgrades merged into master (#1578) * adding k8snode name label to px pods * correcting go fmt error * making requested changes * Creating node PDB * go fmt error * Checking node version instead of cluster * making requested changes Conflicts: drivers/storage/portworx/component/disruption_budget.go * aggregating errors * adding logic to delete node PDB * correcting go fmt errors * made requested changes * correcting after merge conflict * [cherry-pick] PWX-36509 : StorageCluster schema changes to support parallel portworx upgrades (#1576) * StorageCluster schema changes to support parallel portworx upgrades Signed-off-by: hitesh-wani-px <hwani+github@purestorage.com> * change DisruptionSpec to Disruption and its description Signed-off-by: hitesh-wani-px <hwani+github@purestorage.com> --------- Signed-off-by: hitesh-wani-px <hwani+github@purestorage.com> * PWX-36477 : Updating Node PDB to allow k8s upgrades (#1580) * vendoring openstorage with nooverlappingnodes api * adding logic to update node PDB * Adding UTs and correcting logic * go fmt error * adding logic to delete cluster pdb after 3.1.2 * addressing comments requested * skip checking node version if version is empty * passing nodeIds instead of name to API * making requested changes and adding UTs * changing log to info * PWX-36510: No disruption of volumes for portworx upgrades (#1612) * non disruptive portworx upgrades * adding new method to driver interface * correcting UT * goimport fmt * gofmt file * update PX version in test * correcting new testcases --------- Signed-off-by: hitesh-wani-px <hwani+github@purestorage.com> Co-authored-by: Swarupa Vijaykumar <123443458+svijaykumar-px@users.noreply.github.com> Co-authored-by: hitesh-wani-px <hwani+github@purestorage.com> Co-authored-by: svijaykumar-px <svijaykumar@purestorage.com>
) (#1641) * skip token refresh verification if host-pid not enabled * validate px serviceaccount token secret created * update error message --------- Signed-off-by: shsun_pure <shsun@purestorage.com> Co-authored-by: shsun_pure <shsun@purestorage.com>
…ator v0.75.0 (#1642) * PWX-38545 : add alertmanagers/status permission for monitoring.coreos.com * fix failing test --------- Co-authored-by: Harsh Desai <hadesai@purestorage.com>
…due to rolling update failed (#1648) * PWX-38596 : Skip adding token in context if security is disabled in stc * update failing tests
* cherry-picking diags code from master * fixed gofmt * fixup for test cases * fixup!
* adding fields for collecting pod logs in portworx diag CRD * added status fields for pod logs
kachaudhary-px
force-pushed
the
PWX-38297
branch
from
September 9, 2024 07:05
2981ddd
to
f7842a1
Compare
This PR is stale because it has been in review for 3 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This PR has changes in operator to add the status of pod logs collection the portworxDiags CRD.