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

Homogenise restart templates #193

Merged
merged 5 commits into from
Apr 16, 2024

Conversation

dchristidis
Copy link
Contributor

This set of changes should result in practically identical behaviour. Additional details in each commit message.

The command is comprised of a pipeline to: (1) produce a list of
deployments, based on a label selector and (2) perform a rollout restart
for each of these deployments.  However, the label selector can be
passed directly to the rollout restart.  As such, there doesn’t appear a
valid reason for implementing this in such a way.

The entrypoint of the bitnami/kubectl container is ‘kubectl’, so it
feels preferable to pass the command-line arguments with ‘args’.
The use of a set operator for a single-element set feels unnecessary.
There doesn’t appear to be a valid reason for including it.

With this change, the two restart templates (in the server and the
daemons) have become identical.
@bari12 bari12 merged commit 27df93f into rucio:master Apr 16, 2024
1 check passed
@dchristidis dchristidis deleted the homogenise-restart-templates branch April 17, 2024 14:28
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.

None yet

3 participants