Ensure storage version is understood by prior releases
This commit is contained in:
@@ -122,6 +122,9 @@ func StartRealMasterOrDie(t *testing.T, configFuncs ...func(*options.ServerRunOp
|
||||
kubeClientConfig.QPS = 99999
|
||||
kubeClientConfig.Burst = 9999
|
||||
|
||||
// we make requests to all resources, don't log warnings about deprecated ones
|
||||
restclient.SetDefaultWarningHandler(restclient.NoWarnings{})
|
||||
|
||||
kubeClient := clientset.NewForConfigOrDie(kubeClientConfig)
|
||||
|
||||
go func() {
|
||||
|
Reference in New Issue
Block a user