Run go mod tidy across all submodules#56
Merged
bcho merged 2 commits intofix/node-bootstrap-script-held-packagesfrom Mar 17, 2026
Merged
Run go mod tidy across all submodules#56bcho merged 2 commits intofix/node-bootstrap-script-held-packagesfrom
bcho merged 2 commits intofix/node-bootstrap-script-held-packagesfrom
Conversation
Co-authored-by: bcho <1975118+bcho@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [WIP] Address feedback: Run 'go mod tidy' across all submodules
Run go mod tidy across all submodules
Mar 17, 2026
bcho
approved these changes
Mar 17, 2026
bcho
added a commit
that referenced
this pull request
Mar 17, 2026
* fix node bootstrap script for held kube packages * fix Azure profile-aware AKS Flex bootstrap * Refactor: use `az account show` for tenant ID and subscription ID; move kubeconfig/k8s helpers to shared packages (#55) * Initial plan * Address review feedback: use az CLI for tenant ID, move utility functions to shared packages Co-authored-by: bcho <1975118+bcho@users.noreply.github.com> * Use az CLI for subscription ID; fix indentation in APIServerFromKubeconfigFile Co-authored-by: bcho <1975118+bcho@users.noreply.github.com> * Add contextName parameter to APIServerFromKubeconfigFile; pass context in cilium deploy Co-authored-by: bcho <1975118+bcho@users.noreply.github.com> * Extract clusterContext variable in deployCilium; reuse across API server lookup and cilium install flags Co-authored-by: bcho <1975118+bcho@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bcho <1975118+bcho@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Run go mod tidy across all submodules (#56) * Initial plan * Run go mod tidy across all submodules (cli, karpenter, plugin) Co-authored-by: bcho <1975118+bcho@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bcho <1975118+bcho@users.noreply.github.com> --------- Co-authored-by: Qi Ke <noreply@ked.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: bcho <1975118+bcho@users.noreply.github.com> Co-authored-by: hbc <bahe@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Runs
go mod tidyacross all three Go submodules to remove stale/unused dependency entries fromgo.modandgo.sumfiles.Changes
cli,karpenter,plugin: removed unused entries fromgo.modandgo.sum(3go.modlines, 8go.sumlines total)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.