Skip to content
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

Add extendeddaemonset-check helper #53

Merged
merged 2 commits into from
Oct 26, 2020
Merged

Conversation

clamoriniere
Copy link
Collaborator

@clamoriniere clamoriniere commented Oct 25, 2020

What does this PR do?

Add extendeddaemonset-check helper

  • add new cmd binary check-eds which can check when a EDS update is finished.
  • add new app-example chart: example of an application using the ExtendedDaemonset.
  • update ci to deliver the datadog/extendeddaemonset-check container image.

Motivation

Helm3 is not able to know when the deployment of an application deployed with anExtendedDaemonset is done.
The new datadog/extendeddaemonset-check can be used as helm3 test.

Additional Notes

N/A

Describe your test plan

To test it, please follow the instruction in the charts/app-example/README.md

@clamoriniere clamoriniere requested a review from a team as a code owner October 25, 2020 17:53
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This pull request does not contain a valid label. Please add one of the following labels: bug, enhancement, documentation

@clamoriniere clamoriniere added the enhancement New feature or request label Oct 25, 2020
@clamoriniere clamoriniere added this to the v0.4 milestone Oct 25, 2020
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This pull request contains a valid label.

Copy link
Member

@L3n41c L3n41c left a comment

Choose a reason for hiding this comment

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

Just left a few cosmetics comments. Mostly about dead or useless things.

chart/app-example/values.yaml Outdated Show resolved Hide resolved
chart/app-example/templates/tests/role.yaml Show resolved Hide resolved
chart/app-example/values.yaml Outdated Show resolved Hide resolved
chart/app-example/values.yaml Show resolved Hide resolved
cmd/check-eds/upgrade/upgrade.go Outdated Show resolved Hide resolved
chart/app-example/README.md Outdated Show resolved Hide resolved
chart/app-example/README.md Outdated Show resolved Hide resolved
chart/app-example/README.md Outdated Show resolved Hide resolved
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This pull request contains a valid label.

* add new cmd binary: `check-eds`
* add new `app-example` chart
* update ci to deliver the `datadog/extendeddaemonset-check` container image
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This pull request contains a valid label.

@codecov-io
Copy link

Codecov Report

Merging #53 into master will decrease coverage by 0.73%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   37.46%   36.73%   -0.74%     
==========================================
  Files          29       29              
  Lines        1500     1530      +30     
==========================================
  Hits          562      562              
- Misses        865      895      +30     
  Partials       73       73              
Flag Coverage Δ
#unittests 36.73% <0.00%> (-0.74%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ers/extendeddaemonsetreplicaset/strategy/canary.go 0.00% <0.00%> (ø)
...endeddaemonsetreplicaset/strategy/rollingupdate.go 9.00% <0.00%> (-1.47%) ⬇️
...lers/extendeddaemonsetreplicaset/strategy/utils.go 19.23% <0.00%> (-3.50%) ⬇️

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 b98cd7a...c74f099. Read the comment docs.

@clamoriniere clamoriniere merged commit 1b59ab0 into master Oct 26, 2020
@clamoriniere clamoriniere deleted the clamoriniere/add-eds-check branch October 26, 2020 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants