Skip to content

Conversation

@KevinGimbel
Copy link
Contributor

@KevinGimbel KevinGimbel commented Jul 21, 2025

Description

relates to #875

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see e.g. here)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@github-actions
Copy link

This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it.

@github-actions github-actions bot added the Stale label Jul 29, 2025
@hinricht
Copy link

Interested in this feature

@KevinGimbel
Copy link
Contributor Author

Is there anything else I can do to push this PR? Any change requests? :)

@rubenhoenle rubenhoenle removed the Stale label Jul 29, 2025
@rubenhoenle rubenhoenle self-assigned this Jul 29, 2025
@rubenhoenle
Copy link
Member

rubenhoenle commented Jul 29, 2025

Hey @KevinGimbel,

first of all thanks for your contribution!

I think the docs will also need some adjustments so other users know how this new cool feature works.

  • "You can override this behavior by specifying a custom filepath with the --filepath flag.\n",
    I would suggest to change this to something like You can override this behavior by specifying a custom filepath using the --filepath flag or by setting the KUBECONFIG env variable (fallback).
  • cmd.Flags().String(filepathFlag, "", "Path to create the kubeconfig file. By default, the kubeconfig is created as 'config' in the .kube folder, in the user's home directory.")
    Suggestion: Path to create the kubeconfig file. Will fall back to KUBECONFIG env variable if not set. By default in case both aren't set, the kubeconfig is created as 'config' in the .kube folder, in the user's home directory.

Make sure to run make generate-docs after adjusting this :)

@rubenhoenle
Copy link
Member

Linter failed in the CI pipeline, please check this. You can run make lint on your local machine to get the same output.

@rubenhoenle
Copy link
Member

Tested it manually, looks good so far :)

@rubenhoenle rubenhoenle added the needs-work PR needs work from author. label Jul 29, 2025
@KevinGimbel
Copy link
Contributor Author

@rubenhoenle thanks for the feedback! I made the changes and ran the linting again and fixed the issue it showed.

@rubenhoenle rubenhoenle removed the needs-work PR needs work from author. label Jul 31, 2025
@rubenhoenle rubenhoenle enabled auto-merge (squash) August 1, 2025 13:17
@rubenhoenle
Copy link
Member

@KevinGimbel you will need to update your branch, e.g. by rebasing so we're able to merge this.

@rubenhoenle
Copy link
Member

Consider enabling edits by maintainers on your next PR, then we should be able to do the rebase for you :)

@KevinGimbel
Copy link
Contributor Author

Sorry, didn't know this was an option!

@KevinGimbel KevinGimbel requested a review from rubenhoenle August 4, 2025 07:55
@rubenhoenle rubenhoenle merged commit 7ba5ffc into stackitcloud:main Aug 4, 2025
5 checks passed
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.

3 participants