Conversation
PR #29993 tried to deflake this test but only fixed it partially during login. This prevents the kubeconfig in `$HOME/.kube/config` to be used everywhere Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>
Contributor
|
I was just about to open this :) If I run the entire tsh test suite, something still generates a kubeconfig in ~/.kube/config though |
GavinFrazar
approved these changes
Aug 4, 2023
Contributor
There appears to be a heap of places in |
strideynet
approved these changes
Aug 4, 2023
Contributor
|
@tigrato also this one for backport? |
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Sep 18, 2023
backports #30024 to branch/v13. * Deflake `TestListKube` * Plumbing through custom kube config path PR #29993 tried to deflake this test but only fixed it partially during login. This prevents the kubeconfig in `$HOME/.kube/config` to be used everywhere Co-authored-by: Tiago Silva <tiago.silva@goteleport.com>
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Sep 18, 2023
#32083) * [v13] Deflake `TestListKube` backports #30024 to branch/v13. * Deflake `TestListKube` * Plumbing through custom kube config path PR #29993 tried to deflake this test but only fixed it partially during login. This prevents the kubeconfig in `$HOME/.kube/config` to be used everywhere * [v13] handle discovery renaming when listing resource in `tctl` text format backports #29887 to branch/v13. * display discovered resource name in tctl output * display the discovered name from label in non-verbose text format for db, db_server, kube_cluster, kube_server resources. * support labels, predicate, search in tctl kube ls * avoid type conversion in tctl db ls * sort kube and db objects in tctl text tables * test kube/database collection text format output * check column indices are in range --------- Co-authored-by: Tiago Silva <tiago.silva@goteleport.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.
PR #29993 tried to deflake this test but only fixed it partially during login.
This prevents the kubeconfig in
$HOME/.kube/configto be used everywhere