DataDog / extendeddaemonset

Kubernetes Extended Daemonset controller
Apache License 2.0
98 stars 13 forks source link

Fixed makefile, added support for ARM, and updated kustomization.yaml to use v1 apiextension version #165

Closed adel121 closed 1 year ago

adel121 commented 1 year ago

What does this PR do?

Motivation

In the current state of the repository, several issues were noticed. Makefile fails to install CRDs into cluster. Reasons for this include:

The following commands are failing:

Additionally, the README.md was not fully updated after the release of version 0.8, resulting in the following discrepency:

Additional Notes

Describe your test plan

To test the changes, follow the steps in the README.md file.