Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release 4-3] Bug 1824127: fixes configmap "extension-apiserver-authentication" not found #92

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -63,7 +63,7 @@ replace (
k8s.io/api => k8s.io/api v0.17.3
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.17.3
k8s.io/apimachinery => k8s.io/apimachinery v0.17.3
k8s.io/apiserver => github.com/openshift/kubernetes-apiserver v0.0.0-20200217093435-d6f6bec668c0
k8s.io/apiserver => github.com/openshift/kubernetes-apiserver v0.0.0-20200414111737-95536ff33058
k8s.io/cli-runtime => k8s.io/cli-runtime v0.17.3
k8s.io/client-go => k8s.io/client-go v0.17.3
k8s.io/cloud-provider => k8s.io/cloud-provider v0.17.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -543,6 +543,8 @@ github.com/openshift/kubernetes-apiserver v0.0.0-20191119111452-e7aff81895e5 h1:
github.com/openshift/kubernetes-apiserver v0.0.0-20191119111452-e7aff81895e5/go.mod h1:nAMi+dsXDQ24G2QNSbzrtABrae/ykdz64bR7Fl1M7HY=
github.com/openshift/kubernetes-apiserver v0.0.0-20200217093435-d6f6bec668c0 h1:tya6c1GcmdsZo8xKEi0gTxIARTN3q61EPHMGAsgeuBA=
github.com/openshift/kubernetes-apiserver v0.0.0-20200217093435-d6f6bec668c0/go.mod h1:iJtsPpu1ZpEnHaNawpSV0nYTGBhhX2dUlnn7/QS7QiY=
github.com/openshift/kubernetes-apiserver v0.0.0-20200414111737-95536ff33058 h1:9H0MTy71Gzf87GzlSu9CRfUXXL/hg0YBMoy/o8znaf8=
github.com/openshift/kubernetes-apiserver v0.0.0-20200414111737-95536ff33058/go.mod h1:iJtsPpu1ZpEnHaNawpSV0nYTGBhhX2dUlnn7/QS7QiY=
github.com/openshift/library-go v0.0.0-20191209154952-998f403c47c2 h1:Pa8bo3zKZd/d9aeXtinD7D1pNio4t1jgsEGRN9QN4VI=
github.com/openshift/library-go v0.0.0-20191209154952-998f403c47c2/go.mod h1:NBttNjZpWwup/nthuLbPAPSYC8Qyo+BBK5bCtFoyYjo=
github.com/openshift/moby-moby v0.0.0-20190308215630-da810a85109d h1:fLITXDjxMSvUDjnXs/zljIWktbST9+Om8XbrmmM7T4I=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -858,7 +858,7 @@ k8s.io/apimachinery/pkg/watch
k8s.io/apimachinery/third_party/forked/golang/json
k8s.io/apimachinery/third_party/forked/golang/netutil
k8s.io/apimachinery/third_party/forked/golang/reflect
# k8s.io/apiserver v0.17.3 => github.com/openshift/kubernetes-apiserver v0.0.0-20200217093435-d6f6bec668c0
# k8s.io/apiserver v0.17.3 => github.com/openshift/kubernetes-apiserver v0.0.0-20200414111737-95536ff33058
k8s.io/apiserver/pkg/admission
k8s.io/apiserver/pkg/admission/configuration
k8s.io/apiserver/pkg/admission/initializer
Expand Down