Skip to content

Conversation

ishitasequeira
Copy link
Member

@ishitasequeira ishitasequeira commented Sep 24, 2021

Closes #7250

Note on DCO:

If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • Optional. My organization is added to USERS.md.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).

Signed off by Ishita Sequeira

Signed-off-by: ishitasequeira <isequeir@redhat.com>
@ishitasequeira ishitasequeira marked this pull request as draft September 24, 2021 14:34
@codecov
Copy link

codecov bot commented Sep 24, 2021

Codecov Report

Merging #7293 (6639da1) into master (b264729) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7293   +/-   ##
=======================================
  Coverage   41.10%   41.10%           
=======================================
  Files         160      160           
  Lines       21505    21505           
=======================================
  Hits         8840     8840           
  Misses      11399    11399           
  Partials     1266     1266           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b264729...6639da1. Read the comment docs.

@ishitasequeira ishitasequeira marked this pull request as ready for review September 24, 2021 15:19
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{"deployment.kubernetes.io/revision":"1"},"creationTimestamp":"2019-09-12T01:33:53Z","generation":1,"name":"nginx-deploy","namespace":"default","resourceVersion":"6897444","selfLink":"/apis/apps/v1/namespaces/default/deployments/nginx-deploy","uid":"61689d6d-d4fd-11e9-9e69-42010aa8005f"},"spec":{"progressDeadlineSeconds":600,"replicas":3,"revisionHistoryLimit":10,"selector":{"matchLabels":{"app":"nginx"}},"strategy":{"rollingUpdate":{"maxSurge":"25%","maxUnavailable":"25%"},"type":"RollingUpdate"},"template":{"metadata":{"labels":{"app":"nginx"}},"spec":{"containers":[{"image":"nginx:latest","imagePullPolicy":"Always","name":"nginx","resources":{},"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File"}],"dnsPolicy":"ClusterFirst","restartPolicy":"Always","schedulerName":"default-scheduler","securityContext":{},"terminationGracePeriodSeconds":30}}},"status":{"availableReplicas":2,"conditions":[{"lastTransitionTime":"2019-09-12T01:33:53Z","lastUpdateTime":"2019-09-12T01:33:53Z","message":"Deployment does not have minimum availability.","reason":"MinimumReplicasUnavailable","status":"False","type":"Available"},{"lastTransitionTime":"2019-09-12T01:33:53Z","lastUpdateTime":"2019-09-12T01:34:05Z","message":"ReplicaSet \"nginx-deploy-9cb4784bd\" is progressing.","reason":"ReplicaSetUpdated","status":"True","type":"Progressing"}],"observedGeneration":1,"readyReplicas":2,"replicas":3,"unavailableReplicas":1,"updatedReplicas":3}}
creationTimestamp: "2021-09-21T22:35:20Z"
generation: 2
managedFields:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we remove managedFields and kubectl.kubernetes.io/last-applied-configuration from the test yaml?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review @jessesuen. I have made the required changes.

Signed-off-by: ishitasequeira <isequeir@redhat.com>
@jessesuen jessesuen merged commit 07f4034 into argoproj:master Sep 30, 2021
@jessesuen
Copy link
Member

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pause/resume action for Deployments
2 participants