mirror of https://github.com/k3s-io/k3s
Merge pull request #30940 from madhusudancs/fed-issue-30790
Automatic merge from submit-queue Return the current kubeconfig as the starting config in ClientConfigGetter. This fixes issue #30790. cc @kubernetes/sig-cluster-federationpull/6/head
commit
db777bb9a3
|
@ -85,7 +85,7 @@ func (g *ClientConfigGetter) GetLoadingPrecedence() []string {
|
|||
return nil
|
||||
}
|
||||
func (g *ClientConfigGetter) GetStartingConfig() (*clientcmdapi.Config, error) {
|
||||
return nil, nil
|
||||
return g.kubeconfigGetter()
|
||||
}
|
||||
func (g *ClientConfigGetter) GetDefaultFilename() string {
|
||||
return ""
|
||||
|
|
Loading…
Reference in New Issue