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
# github.com/openshift/client-go/operator/listers/operator/v1 | |
vendor/github.com/openshift/client-go/operator/listers/operator/v1/kubestorageversionmigrator.go:15:41: undefined: "github.com/openshift/api/operator/v1".KubeStorageVersionMigrator | |
vendor/github.com/openshift/client-go/operator/listers/operator/v1/kubestorageversionmigrator.go:17:21: undefined: "github.com/openshift/api/operator/v1".KubeStorageVersionMigrator | |
vendor/github.com/openshift/client-go/operator/listers/operator/v1/kubestorageversionmigrator.go:32:83: undefined: "github.com/openshift/api/operator/v1".KubeStorageVersionMigrator | |
vendor/github.com/openshift/client-go/operator/listers/operator/v1/kubestorageversionmigrator.go:34:25: undefined: "github.com/openshift/api/operator/v1".KubeStorageVersionMigrator | |
vendor/github.com/openshift/client-go/operator/listers/operator/v1/kubestorageversionmigrator.go:40:63: undefined: "github.com/openshift/api/operator/v1".KubeStorageVersionMigrator | |
vendor/github.com/openshift/client-go/operator/listers/op |
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
pkg/cli/rsync/copy_tar.go | |
17: "github.com/openshift/source-to-image/pkg/tar" | |
18: s2ifs "github.com/openshift/source-to-image/pkg/util/fs" | |
pkg/cli/startbuild/startbuild.go | |
22: "github.com/openshift/source-to-image/pkg/tar" | |
23: s2ifs "github.com/openshift/source-to-image/pkg/util/fs" | |
pkg/helpers/newapp/cmd/newapp_test.go | |
34: "github.com/openshift/source-to-image/pkg/scm/git" |
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
openshift-apiserver [master|⚑ 1] > goodmod bump github.com/openshift/library-go --verbose | |
# Loaded 10 go.mod rules | |
# Resolving module path "github.com/openshift/library-go" using branch "master" ... | |
# Module path "github.com/openshift/library-go" resolved to "v0.0.0-20191205152556-73e1fb871a9b" ... | |
go mod edit -replace github.com/openshift/library-go=github.com/openshift/library-go@"v0.0.0-20191205152556-73e1fb871a9b" | |
# Listing "github.com/openshift/library-go" commits from 4e2c7112d252 to 73e1fb871a9b | |
# ea5c6022: fileobserver: fix logging | |
# f7950c8d: verifies input params of JSONPatchSecret function to prevent npe | |
# 6960136f: encryption: fix error logic take 2 | |
# 50cdee3a: encryption: restart failed migration after 5 min |
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
I1202 14:56:47.632339 1 termination_observer.go:93] Observed new API server pod "kube-apiserver-ip-10-0-150-84.ec2.internal" at 2019-12-02 14:55:28 +0000 UTC | |
I1202 14:57:16.032858 1 termination_observer.go:93] Observed new API server pod "kube-apiserver-ip-10-0-131-255.ec2.internal" at 2019-12-02 14:57:15 +0000 UTC | |
I1202 14:57:50.433026 1 termination_observer.go:93] Observed new API server pod "kube-apiserver-ip-10-0-141-253.ec2.internal" at 2019-12-02 14:57:49 +0000 UTC | |
I1202 14:58:49.908394 1 termination_observer.go:116] Observed termination event "TerminationStart" for API server "kube-apiserver-ip-10-0-131-255.ec2.internal": Received signal to terminate, becoming unready, but keeping serving | |
I1202 14:58:49.929823 1 termination_observer.go:116] Observed termination event "TerminationPreShutdownHooksFinished" for API server "kube-apiserver-ip-10-0-131-255.ec2.internal": All pre-shutdown hooks have been finished | |
I1202 14:58:50.156122 1 termination_observer.go:88] Observed |
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
I1119 17:09:20.777460 1 dynamic_cafile_content.go:166] Starting request-header::/var/run/configmaps/aggregator-client-ca/ca-bundle.crt | |
I1119 17:09:20.777537 1 dynamic_cafile_content.go:166] Starting client-ca-bundle::/var/run/configmaps/client-ca/ca-bundle.crt | |
I1119 17:09:20.777638 1 dynamic_serving_content.go:129] Starting serving-cert::/var/run/secrets/serving-cert/tls.crt::/var/run/secrets/serving-cert/tls.key | |
I1119 17:09:20.778916 1 tlsconfig.go:157] loaded client CA [0/"client-ca-bundle::/var/run/configmaps/client-ca/ca-bundle.crt,request-header::/var/run/configmaps/aggregator-client-ca/ca-bundle.crt"]: "admin-kubeconfig-signer" [] issuer="<self>" (2019-11-19 16:34:46 +0000 UTC to 2029-11-16 16:34:46 +0000 UTC (now=2019-11-19 17:09:20.778877472 +0000 UTC)) | |
I1119 17:09:20.778978 1 tlsconfig.go:157] loaded client CA [1/"client-ca-bundle::/var/run/configmaps/client-ca/ca-bundle.crt,request-header::/var/run/configmaps/aggregator-client-ca/ca-bundle.crt"]: "kube-csr-signer_@15741 |
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
openshift-apiserver [goodmod L|⚑ 1] > ack 'k8s.io/kubelet' pkg/ | |
openshift-apiserver [goodmod L|⚑ 1] > ack 'k8s.io/kubelet' vendor/ | |
openshift-apiserver [goodmod L|⚑ 1] > ack 'k8s.io/kubelet' | |
go.mod | |
79: k8s.io/kubelet => k8s.io/kubelet v0.0.0-20191016114556-7841ed97f1b2 | |
go.sum | |
741:k8s.io/kubelet v0.0.0-20191016114556-7841ed97f1b2/go.mod h1:SBvrtLbuePbJygVXGGCMtWKH07+qrN2dE1iMnteSG8E= |
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
openshift-apiserver [goodmod L|⚑ 1] > goodmod report | |
PATH | CURRENT VERSION | TRACKING TYPE | DESIRED VERSION | |
|-------------------------------------------|----------------------|---------------|-------------------------------------------| | |
github.com/MakeNowJust/heredoc | bb23615498cd | required | n/a | |
github.com/Microsoft/go-winio | v0.4.14 | required | n/a | |
github.com/certifi/gocertifi | ee1a9a0726d2 | required | n/a | |
github.com/coreos/etcd | v3.3.15+incompatible | required | n/a | |
github.com/davecgh/go-spew | v1.1.1 | required | n/a | |
github.com/docker/distribution | d4c35485a70d | commit | d4c35485a70d | |
github.com/docker/docker | da810a85109d | branch | openshift-3.10-docker-b68221c |
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
oc [bump-1.16.2 L|✚ 2] > cat goodmod.yaml | |
# goodmod.yaml | |
# This file is tracking branches and tags used in go.mod file replaces | |
# Please follow https://github.com/mfojtik/goodmod#installation to get the tool. | |
# Run `$ goodmod replace --apply` to apply these rules on `go.mod` | |
# | |
rules: | |
# k8s.io paths that are tracking "oc-4.3-kubernetes-1.16.2" branch | |
- paths: | |
- k8s.io/kubernetes |
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
oc [bump-1.16.2 L|✚ 2] > ~/bin/goodmod replace --verbose | |
# Loaded 12 go.mod rules | |
# Resolving module path "github.com/openshift/kubernetes" using branch "oc-4.3-kubernetes-1.16.2" ... | |
# Resolving module path "github.com/openshift/kubernetes-cli-runtime" using branch "oc-4.3-kubernetes-1.16.2" ... | |
# Resolving module path "github.com/openshift/kubernetes-apimachinery" using branch "oc-4.3-kubernetes-1.16.2" ... | |
# Resolving module path "github.com/openshift/kubernetes-client-go" using branch "oc-4.3-kubernetes-1.16.2" ... | |
# Resolving module path "github.com/openshift/kubernetes-kubectl" using branch "oc-4.3-kubernetes-1.16.2" ... | |
# Module path "github.com/openshift/kubernetes-client-go" resolved to "v0.0.0-20191104123213-2d372fee3921" ... | |
# Module path "github.com/openshift/kubernetes-kubectl" resolved to "v0.0.0-20191104125842-899bec6923b1" ... | |
# Module path "github.com/openshift/kubernetes-cli-runtime" resolved to "v0.0.0-20191104123654-c7adf34ec214" ... |
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
rules: | |
- paths: | |
- k8s.io/kubernetes | |
- k8s.io/kubectl | |
- k8s.io/apimachinery | |
- k8s.io/cli-runtime | |
- k8s.io/client-go | |
branch: oc-4.3-kubernetes-1.16.2 | |
- paths: | |
- k8s.io/ |