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

feat: rename public.ecr.aws/sumologic/kubectl to public.ecr.aws/sumologic/kubernetes-tools-kubectl #2983

Merged
merged 3 commits into from
Apr 14, 2023

Conversation

sumo-drosiek
Copy link
Contributor

Checklist

  • Changelog updated or skip changelog label added
  • Documentation updated
  • Template tests added for new features
  • Integration tests added or modified for major features

@sumo-drosiek sumo-drosiek requested a review from a team as a code owner April 13, 2023 09:49
@github-actions github-actions bot added the documentation documentation label Apr 13, 2023
…ogic/kubernetes-tools-kubectl

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Copy link

@swiatekm swiatekm left a comment

Choose a reason for hiding this comment

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

LGTM, but I'd like to get SumoLogic/sumologic-kubernetes-tools#500 sorted out first before merging this.

Dominik Rosiek added 2 commits April 13, 2023 16:44
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
@@ -52,7 +52,7 @@ function check_hpa_exists() {
function get_sorted_pvcs() {
kubectl -n "${NAMESPACE}" get pvc --selector="${PVC_SELECTOR}" --no-headers \
| awk '{print $1}' \
| sort --version-sort
| sort -V
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Busybox doesn't support long arguments

@sumo-drosiek sumo-drosiek merged commit 644e0ec into main Apr 14, 2023
@sumo-drosiek sumo-drosiek deleted the drosiek-rename-kubectl branch April 14, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants