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

Prefactoring before adding metrics support. #15

Merged
merged 1 commit into from
May 22, 2024
Merged

Prefactoring before adding metrics support. #15

merged 1 commit into from
May 22, 2024

Conversation

porridge
Copy link
Collaborator

  • change deploy tool to use the flag package where appropriate rather than positional arguments for everything, as they would become a mess when another is added,
  • rename daemonSetTemplate to deploymentTemplate as it already contains more than the daemonset, and will continue to grow soon,
  • rename some variables to mention CRI to make room for an upcoming non-cri client/connection,
  • extract a logging package, to be used in upcoming subcommand,
  • in README and GHA workflow, correct deploy tool usage
  • in README, mention daemonset in individual commands,
  • use consistent indentation in the deployment template
  • build the deploy tool just once in GH action

- change deploy tool to use the flag package where appropriate rather
  than positional arguments for everything, as they would become a mess
  when another is added,
- rename daemonSetTemplate to deploymentTemplate as it already contains
  more than the daemonset, and will continue to grow soon,
- rename some variables to mention CRI to make room for an upcoming
  non-cri client/connection,
- extract a logging package, to be used in upcoming subcommand,
- in README and GHA workflow, correct deploy tool usage
- in README, mention daemonset in individual commands,
- use consistent indentation in the deployment template
- build the deploy tool just once in GH action
@porridge porridge merged commit e893c27 into master May 22, 2024
1 check passed
@porridge porridge deleted the prefactor2 branch May 22, 2024 12:31
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.

2 participants