Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1fb6b5aa
Commit
1fb6b5aa
authored
Aug 30, 2018
by
Chao Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deprecation notice of storage-versions flag
parent
55859a60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
storage_versions.go
pkg/kubeapiserver/options/storage_versions.go
+5
-0
No files found.
pkg/kubeapiserver/options/storage_versions.go
View file @
1fb6b5aa
...
@@ -103,6 +103,11 @@ func (s *StorageSerializationOptions) AddFlags(fs *pflag.FlagSet) {
...
@@ -103,6 +103,11 @@ func (s *StorageSerializationOptions) AddFlags(fs *pflag.FlagSet) {
"You only need to pass the groups you wish to change from the defaults. "
+
"You only need to pass the groups you wish to change from the defaults. "
+
"It defaults to a list of preferred versions of all known groups."
)
"It defaults to a list of preferred versions of all known groups."
)
fs
.
MarkDeprecated
(
"storage-versions"
,
""
+
"Please omit this flag to ensure the default storage versions are used ."
+
"Otherwise the cluster is not safe to upgrade to a version newer than 1.12. "
+
"This flag will be removed in 1.13."
)
}
}
// ToPreferredVersionString returns the preferred versions of all registered
// ToPreferredVersionString returns the preferred versions of all registered
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment