You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
package main
import (
"io/ioutil"
"os"
_ "k8s.io/kubernetes/pkg/client/metrics/prometheus" // for client metric registration
"k8s.io/kubernetes/pkg/kubectl/cmd"
cmdutil "k8s.io/kubernetes/pkg/kubectl/cmd/util"
_ "k8s.io/kubernetes/pkg/version/prometheus" // for version metric registration
"github.com/spf13/cobra/doc"
)
func main() {
kubectl := cmd.NewKubectlCommand(cmdutil.NewFactory(nil), os.Stdin, ioutil.Discard, ioutil.Discard)
doc.GenMarkdownTree(kubectl, "./")
}
End of trash -u output:
INFO[0318] Checking out 'k8s.io/apiserver/pkg/httplog', commit: 'master'
INFO[0318] Fetching latest commits from 'origin' for 'k8s.io/apiserver/pkg/httplog'
ERRO[0318] `git fetch -f -t origin` failed:
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
FATA[0318] fetch failed i={Package:k8s.io/apiserver/pkg/httplog Version:master Repo:}
The text was updated successfully, but these errors were encountered:
I'm getting the same error message for other packages, and removing the cache doesn't help. This happens on a fresh machine without ever having had trash run before but from a repo that has been in development for some time.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sample code:
End of
trash -u
output:The text was updated successfully, but these errors were encountered: