mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
main docs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "Helm",
|
||||
"position": 5,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Helm commands docs blog"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Rollback
|
||||
|
||||
История версий (список)
|
||||
```
|
||||
helm history podname -n default
|
||||
```
|
||||
|
||||
Откат на выбранную ревизию
|
||||
|
||||
```
|
||||
helm rollback <release> <revision> -n <namespace>
|
||||
```
|
||||
|
||||
```
|
||||
helm rollback podname -n default
|
||||
```
|
||||
Reference in New Issue
Block a user