Skip to content

Commit 5049a63

Browse files
authored
Fix extended apiserver issues with Kubernetes 1.11 (#536)
1 parent 9d31255 commit 5049a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/start.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ func (o StashOptions) Config() (*server.StashConfig, error) {
6767
serverConfig.OpenAPIConfig.Info.Version = v1alpha1.SchemeGroupVersion.Version
6868
serverConfig.OpenAPIConfig.IgnorePrefixes = []string{
6969
"/swaggerapi",
70+
"/apis/admission.stash.appscode.com/v1alpha1",
7071
"/apis/admission.stash.appscode.com/v1alpha1/restics",
7172
"/apis/admission.stash.appscode.com/v1alpha1/recoveries",
7273
"/apis/admission.stash.appscode.com/v1alpha1/repositories",

0 commit comments

Comments
 (0)